#79706E

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

Shades of Pharlap #79706E

Tints of Pharlap #79706E

Color information

#79706E (or 0x79706E) is unknown color: approx Pharlap. HEX triplet: 79, 70 and 6E. RGB value is (121,112,110). Sum of RGB (Red+Green+Blue) = 121+112+110=343 (45% of max value = 765). Red value is 121 (47.66% from 255 or 35.28% from 343); Green value is 112 (44.14% from 255 or 32.65% from 343); Blue value is 110 (43.36% from 255 or 32.07% from 343); Max value from RGB is 121 - color contains mainly: red. Hex color #79706E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #79706E is #868F91. Grayscale: #727272. Windows color (decimal): -8818578 or 7237753. OLE color: 7237753.

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

Color convert

RGB121112110-
CMYK00.070.090.53
HSL10.91º4.76%45.29%-
HSV(B)10.91º9.09%47.45%-
XYZ16.4916.7817.12-
YUV114.46125.48132.66-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 35.28%
GREEN value IS 112 (44.14% from 255) = 32.65%
BLUE value IS 110 (43.36% from 255) = 32.07%
R=35.28%
G=32.65%
B=32.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.09
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12111211000.070.090.5310.914.7645.29
Hex79706E07935b52d
Octal17116015607116513555
Binary111100111100001101110011110011101011011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79706E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79706E; }

 p { color: rgb(121,112,110); }

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

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

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

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

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

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

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