#796666

Color #796666 Pharlap (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pharlap #796666

Tints of Pharlap #796666

Color information

#796666 (or 0x796666) is unknown color: approx Pharlap. HEX triplet: 79, 66 and 66. RGB value is (121,102,102). Sum of RGB (Red+Green+Blue) = 121+102+102=325 (43% of max value = 765). Red value is 121 (47.66% from 255 or 37.23% from 325); Green value is 102 (40.23% from 255 or 31.38% from 325); Blue value is 102 (40.23% from 255 or 31.38% from 325); Max value from RGB is 121 - color contains mainly: red. Hex color #796666 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #796666 is #869999. Grayscale: #6B6B6B. Windows color (decimal): -8821146 or 6710905. OLE color: 6710905.

HSL color Cylindrical-coordinate representation of color #796666: hue angle of 0º degrees, saturation: 0.09, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #796666 is Cyan = 0, Magento = 0.16, Yellow = 0.16 and Black (K on CMYK) = 0.53.

Color convert

RGB121102102-
CMYK00.160.160.53
HSL8.52%43.73%-
HSV(B)15.7%47.45%-
XYZ15.0314.5314.58-
YUV107.68124.79137.5-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 121 (47.66% from 255) = 37.23%
GREEN value IS 102 (40.23% from 255) = 31.38%
BLUE value IS 102 (40.23% from 255) = 31.38%
R=37.23%
G=31.38%
B=31.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.16
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12110210200.160.160.5308.5243.73
Hex7966660101035092c
Octal171146146020206501154
Binary1111001110011011001100100001000011010101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #796666; }

 p { color: rgb(121,102,102); }

 H1.HeaderClassName
 {
   color: #796666;
 }
 .AnyTagClassName
 {
   color: #796666;
 }
</style>
background-color css

<style>
 a { background-color: #796666; }

 a { background-color: rgb(121,102,102); }

 div.DivClassName
 {
   background-color: #796666;
 }
 .BgClassName
 {
   background-color: #796666;
 }
</style>
border-color css

<style>
 span { border-color: #796666; }

 span { border-color: rgb(121,102,102); }

 td.TdClassName
 {
   border-color: #796666;
 }
 .TagClassName
 {
   border-color: #796666;
 }
</style>