#78706E

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

Shades of Pharlap #78706E

Tints of Pharlap #78706E

Color information

#78706E (or 0x78706E) is unknown color: approx Pharlap. HEX triplet: 78, 70 and 6E. RGB value is (120,112,110). Sum of RGB (Red+Green+Blue) = 120+112+110=342 (45% of max value = 765). Red value is 120 (47.27% from 255 or 35.09% from 342); Green value is 112 (44.14% from 255 or 32.75% from 342); Blue value is 110 (43.36% from 255 or 32.16% from 342); Max value from RGB is 120 - color contains mainly: red. Hex color #78706E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78706E is #878F91. Grayscale: #727272. Windows color (decimal): -8884114 or 7237752. OLE color: 7237752.

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

Color convert

RGB120112110-
CMYK00.070.080.53
HSL12º4.35%45.1%-
HSV(B)12º8.33%47.06%-
XYZ16.3516.7117.11-
YUV114.16125.65132.16-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 35.09%
GREEN value IS 112 (44.14% from 255) = 32.75%
BLUE value IS 110 (43.36% from 255) = 32.16%
R=35.09%
G=32.75%
B=32.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.08
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12011211000.070.080.53124.3545.1
Hex78706E07835c42d
Octal17016015607106514455
Binary111100011100001101110011110001101011100100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78706E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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