#78612E

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

Shades of Himalaya #78612E

Tints of Himalaya #78612E

Color information

#78612E (or 0x78612E) is unknown color: approx Himalaya. HEX triplet: 78, 61 and 2E. RGB value is (120,97,46). Sum of RGB (Red+Green+Blue) = 120+97+46=263 (34% of max value = 765). Red value is 120 (47.27% from 255 or 45.63% from 263); Green value is 97 (38.28% from 255 or 36.88% from 263); Blue value is 46 (18.36% from 255 or 17.49% from 263); Max value from RGB is 120 - color contains mainly: red. Hex color #78612E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #78612E is #879ED1. Grayscale: #626262. Windows color (decimal): -8888018 or 3039608. OLE color: 3039608.

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

Color convert

RGB1209746-
CMYK00.190.620.53
HSL41.35º44.58%32.55%-
HSV(B)41.35º61.67%47.06%-
XYZ12.5112.744.38-
YUV98.0698.62143.65-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 45.63%
GREEN value IS 97 (38.28% from 255) = 36.88%
BLUE value IS 46 (18.36% from 255) = 17.49%
R=45.63%
G=36.88%
B=17.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.62
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120974600.190.620.5341.3544.5832.55
Hex78612E0133E35292d21
Octal170141560237665515541
Binary11110001100001101110010011111110110101101001101101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78612E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,97,46); }

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

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

 a { background-color: rgb(120,97,46); }

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

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

 span { border-color: rgb(120,97,46); }

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