#786B2F

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

Shades of Himalaya #786B2F

Tints of Himalaya #786B2F

Color information

#786B2F (or 0x786B2F) is unknown color: approx Himalaya. HEX triplet: 78, 6B and 2F. RGB value is (120,107,47). Sum of RGB (Red+Green+Blue) = 120+107+47=274 (36% of max value = 765). Red value is 120 (47.27% from 255 or 43.80% from 274); Green value is 107 (42.19% from 255 or 39.05% from 274); Blue value is 47 (18.75% from 255 or 17.15% from 274); Max value from RGB is 120 - color contains mainly: red. Hex color #786B2F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #786B2F is #8794D0. Grayscale: #686868. Windows color (decimal): -8885457 or 3107704. OLE color: 3107704.

HSL color Cylindrical-coordinate representation of color #786B2F: hue angle of 49.32º degrees, saturation: 0.44, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #786B2F is Cyan = 0, Magento = 0.11, Yellow = 0.61 and Black (K on CMYK) = 0.53.

Color convert

RGB12010747-
CMYK00.110.610.53
HSL49.32º43.71%32.75%-
HSV(B)49.32º60.83%47.06%-
XYZ13.5214.714.82-
YUV104.0595.81139.38-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 43.80%
GREEN value IS 107 (42.19% from 255) = 39.05%
BLUE value IS 47 (18.75% from 255) = 17.15%
R=43.80%
G=39.05%
B=17.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.61
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201074700.110.610.5349.3243.7132.75
Hex786B2F0B3D35312c21
Octal170153570137565615441
Binary1111000110101110111101011111101110101110001101100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786B2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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