#78642E

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

Shades of Himalaya #78642E

Tints of Himalaya #78642E

Color information

#78642E (or 0x78642E) is unknown color: approx Himalaya. HEX triplet: 78, 64 and 2E. RGB value is (120,100,46). Sum of RGB (Red+Green+Blue) = 120+100+46=266 (35% of max value = 765). Red value is 120 (47.27% from 255 or 45.11% from 266); Green value is 100 (39.45% from 255 or 37.59% from 266); Blue value is 46 (18.36% from 255 or 17.29% from 266); Max value from RGB is 120 - color contains mainly: red. Hex color #78642E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #78642E is #879BD1. Grayscale: #646464. Windows color (decimal): -8887250 or 3040376. OLE color: 3040376.

HSL color Cylindrical-coordinate representation of color #78642E: hue angle of 43.78º 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 #78642E is Cyan = 0, Magento = 0.17, Yellow = 0.62 and Black (K on CMYK) = 0.53.

Color convert

RGB12010046-
CMYK00.170.620.53
HSL43.78º44.58%32.55%-
HSV(B)43.78º61.67%47.06%-
XYZ12.813.34.48-
YUV99.8297.63142.39-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 45.11%
GREEN value IS 100 (39.45% from 255) = 37.59%
BLUE value IS 46 (18.36% from 255) = 17.29%
R=45.11%
G=37.59%
B=17.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.62
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201004600.170.620.5343.7844.5832.55
Hex78642E0113E352c2d21
Octal170144560217665545541
Binary11110001100100101110010001111110110101101100101101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78642E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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