OKay, this is the color of my background in html: #CCCC99.
I want the same color for PowerPoint.
How do I find the RGB of a color?
Thank you
David M. Marcovitz - 16 Apr 2008 01:32 GMT
> OKay, this is the color of my background in html: #CCCC99.
>
[quoted text clipped - 3 lines]
>
> Thank you
That is a 6 digit hexadecimal number. Each 2-digit pair represents one
of your RGB color, so the color is CC CC 99; i.e., red is CC, green is
CC, and blue is 99. That translates into decimal numbers of R=204, G=
204, B=153. This assumes that my conversion from base 16 to base 10 is
correct (I'm doing the math in my head).
--David

Signature
David M. Marcovitz
Microsoft PowerPoint MVP
Author of _Powerful PowerPoint for Educators_
http://www.PowerfulPowerPoint.com/
Austin Myers - 16 Apr 2008 17:39 GMT
One of the best free utilities I have on my machine is "Color Cop".
http://colorcop.net/
It will sample any color on your screen and tell you its RGB values as well
as Hex values. In fact you can set it to display other formats as well. I
HIGHLY recommend it to all PowerPoint users. Give it a try and let us know
what you think.
Austin Myers
MS PowerPoint MVP Team
Provider of PFCPro, PFCMedia and PFCExpress
www.playsforcertain.com
> OKay, this is the color of my background in html: #CCCC99.
>
[quoted text clipped - 3 lines]
>
> Thank you
DerbyDad03 - 16 Apr 2008 17:57 GMT
Check out Pixie from http://www.nattyware.com/pixie.html
I use it all the time to determine RGB values for colors I want to
duplicate.
It's not as sophisticated as "Color Cop" - it basically just displays
the values for whatever is under the point of your cursor at any given
time. You can keep doing whatever you are doing in any application
while the little Pixie window displays the values.
On Apr 15, 7:23 pm, RoadKill <RoadK...@discussions.microsoft.com>
wrote:
> OKay, this is the color of my background in html: #CCCC99.
>
[quoted text clipped - 3 lines]
>
> Thank you