#786C38

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

Shades of Himalaya #786C38

Tints of Himalaya #786C38

Color information

#786C38 (or 0x786C38) is unknown color: approx Himalaya. HEX triplet: 78, 6C and 38. RGB value is (120,108,56). Sum of RGB (Red+Green+Blue) = 120+108+56=284 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.25% from 284); Green value is 108 (42.58% from 255 or 38.03% from 284); Blue value is 56 (22.27% from 255 or 19.72% from 284); Max value from RGB is 120 - color contains mainly: red. Hex color #786C38 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #786C38 is #8793C7. Grayscale: #696969. Windows color (decimal): -8885192 or 3697784. OLE color: 3697784.

HSL color Cylindrical-coordinate representation of color #786C38: hue angle of 48.75º degrees, saturation: 0.36, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #786C38 is Cyan = 0, Magento = 0.10, Yellow = 0.53 and Black (K on CMYK) = 0.53.

Color convert

RGB12010856-
CMYK00.100.530.53
HSL48.75º36.36%34.51%-
HSV(B)48.75º53.33%47.06%-
XYZ13.82155.91-
YUV105.6699.98138.23-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 42.25%
GREEN value IS 108 (42.58% from 255) = 38.03%
BLUE value IS 56 (22.27% from 255) = 19.72%
R=42.25%
G=38.03%
B=19.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.53
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201085600.100.530.5348.7536.3634.51
Hex786C380A3535312423
Octal170154700126565614443
Binary1111000110110011100001010110101110101110001100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786C38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,108,56); }

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

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

 a { background-color: rgb(120,108,56); }

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

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

 span { border-color: rgb(120,108,56); }

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