#776C34

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

Shades of Himalaya #776C34

Tints of Himalaya #776C34

Color information

#776C34 (or 0x776C34) is unknown color: approx Himalaya. HEX triplet: 77, 6C and 34. RGB value is (119,108,52). Sum of RGB (Red+Green+Blue) = 119+108+52=279 (36% of max value = 765). Red value is 119 (46.88% from 255 or 42.65% from 279); Green value is 108 (42.58% from 255 or 38.71% from 279); Blue value is 52 (20.70% from 255 or 18.64% from 279); Max value from RGB is 119 - color contains mainly: red. Hex color #776C34 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776C34 is #8893CB. Grayscale: #696969. Windows color (decimal): -8950732 or 3435639. OLE color: 3435639.

HSL color Cylindrical-coordinate representation of color #776C34: hue angle of 50.15º degrees, saturation: 0.39, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #776C34 is Cyan = 0, Magento = 0.09, Yellow = 0.56 and Black (K on CMYK) = 0.53.

Color convert

RGB11910852-
CMYK00.090.560.53
HSL50.15º39.18%33.53%-
HSV(B)50.15º56.3%46.67%-
XYZ13.5914.895.41-
YUV104.998.14138.05-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 42.65%
GREEN value IS 108 (42.58% from 255) = 38.71%
BLUE value IS 52 (20.70% from 255) = 18.64%
R=42.65%
G=38.71%
B=18.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.56
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191085200.090.560.5350.1539.1833.53
Hex776C34093835322722
Octal167154640117065624742
Binary1110111110110011010001001111000110101110010100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776C34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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