Thanks echo. How can I duplicate my corporate colors exactly is I dont have
the red/blue/green percentages but all I have is the html 6 digit color
codes? Is there a way I can find the breakdown for these codes into PPT's
neded input percentages/ Thank you.
This helped me out, free trial should give you the info you need:
http://www.newfreedownloads.com/Web-Authoring/HTML-Converters/Fast-Color-Codes.html
Good Luck!
> Thanks echo. How can I duplicate my corporate colors exactly is I dont have
> the red/blue/green percentages but all I have is the html 6 digit color
[quoted text clipped - 26 lines]
> > > html color code. How can I change each triange individually without using
> > > the color themes? Thanks a lot in advance.
> Thanks echo. How can I duplicate my corporate colors exactly is I dont have
> the red/blue/green percentages but all I have is the html 6 digit color
> codes? Is there a way I can find the breakdown for these codes into PPT's
> neded input percentages/ Thank you.
The numbers in PPT aren't percentages, they're on a scale from 0 to 255.
Your HTML codes are the same, but they're in hexadecimal, so for example:
#80FF00 breaks down to
80 red (or 128 decimal)
FF green (or 255 decimal)
00 blue (0 decimal)
so the equivalent color in PowerPoint would be
128 red
255 green
0 blue
There are several sites that have handy calculators for this. Here's one:
http://www.javascripter.net/faq/hextorgb.htm
You can also use the Windows calculator to do hex to decimal and similar conversions. Choose
View, Scientific view in order to see the necessary bits.
> > For the record, the template is "concourse," and it's available in
> > PowerPoint 2007 already.
[quoted text clipped - 21 lines]
> > > html color code. How can I change each triange individually without using
> > > the color themes? Thanks a lot in advance.
-----------------------------------------
Steve Rindsberg, PPT MVP
PPT FAQ: www.pptfaq.com
PPTools: www.pptools.com
================================================
Echo S - 12 Apr 2008 15:41 GMT
Cool. Between that and the link posted by linux_loco, I also have new tools
in my arsenal!
I use a screen color picker called Pixie (http://www.nattyware.com ) to pick
colors on my screen, but I didn't know about just converting from hex to
RGB. Very cool.

Signature
Echo [MS PPT MVP] http://www.echosvoice.com
What's new in PPT 2007? http://www.echosvoice.com/2007.htm
Fixing PowerPoint Annoyances http://tinyurl.com/36grcd
PowerPoint 2007 Complete Makeover Kit http://tinyurl.com/32a7nx
>> Thanks echo. How can I duplicate my corporate colors exactly is I dont
>> have
[quoted text clipped - 66 lines]
> PPTools: www.pptools.com
> ================================================