#776C36

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

Shades of Himalaya #776C36

Tints of Himalaya #776C36

Color information

#776C36 (or 0x776C36) is unknown color: approx Himalaya. HEX triplet: 77, 6C and 36. RGB value is (119,108,54). Sum of RGB (Red+Green+Blue) = 119+108+54=281 (37% of max value = 765). Red value is 119 (46.88% from 255 or 42.35% from 281); Green value is 108 (42.58% from 255 or 38.43% from 281); Blue value is 54 (21.48% from 255 or 19.22% from 281); Max value from RGB is 119 - color contains mainly: red. Hex color #776C36 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776C36 is #8893C9. Grayscale: #696969. Windows color (decimal): -8950730 or 3566711. OLE color: 3566711.

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

Color convert

RGB11910854-
CMYK00.090.550.53
HSL49.85º37.57%33.92%-
HSV(B)49.85º54.62%46.67%-
XYZ13.6414.915.65-
YUV105.1399.14137.89-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 42.35%
GREEN value IS 108 (42.58% from 255) = 38.43%
BLUE value IS 54 (21.48% from 255) = 19.22%
R=42.35%
G=38.43%
B=19.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.55
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191085400.090.550.5349.8537.5733.92
Hex776C36093735322622
Octal167154660116765624642
Binary1110111110110011011001001110111110101110010100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776C36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776C36; }

 p { color: rgb(119,108,54); }

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

<style>
 a { background-color: #776C36; }

 a { background-color: rgb(119,108,54); }

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

<style>
 span { border-color: #776C36; }

 span { border-color: rgb(119,108,54); }

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