#786B36

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

Shades of Himalaya #786B36

Tints of Himalaya #786B36

Color information

#786B36 (or 0x786B36) is unknown color: approx Himalaya. HEX triplet: 78, 6B and 36. RGB value is (120,107,54). Sum of RGB (Red+Green+Blue) = 120+107+54=281 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.70% from 281); Green value is 107 (42.19% from 255 or 38.08% from 281); Blue value is 54 (21.48% from 255 or 19.22% from 281); Max value from RGB is 120 - color contains mainly: red. Hex color #786B36 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #786B36 is #8794C9. Grayscale: #696969. Windows color (decimal): -8885450 or 3566456. OLE color: 3566456.

HSL color Cylindrical-coordinate representation of color #786B36: hue angle of 48.18º 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 #786B36 is Cyan = 0, Magento = 0.11, Yellow = 0.55 and Black (K on CMYK) = 0.53.

Color convert

RGB12010754-
CMYK00.110.550.53
HSL48.18º37.93%34.12%-
HSV(B)48.18º55%47.06%-
XYZ13.6714.775.62-
YUV104.8499.31138.81-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 42.70%
GREEN value IS 107 (42.19% from 255) = 38.08%
BLUE value IS 54 (21.48% from 255) = 19.22%
R=42.70%
G=38.08%
B=19.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.55
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201075400.110.550.5348.1837.9334.12
Hex786B360B3735302622
Octal170153660136765604642
Binary1111000110101111011001011110111110101110000100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786B36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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