#786A36

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

Shades of Himalaya #786A36

Tints of Himalaya #786A36

Color information

#786A36 (or 0x786A36) is unknown color: approx Himalaya. HEX triplet: 78, 6A and 36. RGB value is (120,106,54). Sum of RGB (Red+Green+Blue) = 120+106+54=280 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.86% from 280); Green value is 106 (41.80% from 255 or 37.86% from 280); Blue value is 54 (21.48% from 255 or 19.29% from 280); Max value from RGB is 120 - color contains mainly: red. Hex color #786A36 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #786A36 is #8795C9. Grayscale: #686868. Windows color (decimal): -8885706 or 3566200. OLE color: 3566200.

HSL color Cylindrical-coordinate representation of color #786A36: hue angle of 47.27º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #786A36 is Cyan = 0, Magento = 0.12, Yellow = 0.55 and Black (K on CMYK) = 0.53.

Color convert

RGB12010654-
CMYK00.120.550.53
HSL47.27º37.93%34.12%-
HSV(B)47.27º55%47.06%-
XYZ13.5714.575.59-
YUV104.2699.64139.23-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 42.86%
GREEN value IS 106 (41.80% from 255) = 37.86%
BLUE value IS 54 (21.48% from 255) = 19.29%
R=42.86%
G=37.86%
B=19.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.55
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201065400.120.550.5347.2737.9334.12
Hex786A360C37352f2622
Octal170152660146765574642
Binary1111000110101011011001100110111110101101111100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786A36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #786A36; }

 p { color: rgb(120,106,54); }

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

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

 a { background-color: rgb(120,106,54); }

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

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

 span { border-color: rgb(120,106,54); }

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