#776831

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

Shades of Himalaya #776831

Tints of Himalaya #776831

Color information

#776831 (or 0x776831) is unknown color: approx Himalaya. HEX triplet: 77, 68 and 31. RGB value is (119,104,49). Sum of RGB (Red+Green+Blue) = 119+104+49=272 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.75% from 272); Green value is 104 (41.02% from 255 or 38.24% from 272); Blue value is 49 (19.53% from 255 or 18.01% from 272); Max value from RGB is 119 - color contains mainly: red. Hex color #776831 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776831 is #8897CE. Grayscale: #666666. Windows color (decimal): -8951759 or 3238007. OLE color: 3238007.

HSL color Cylindrical-coordinate representation of color #776831: hue angle of 47.14º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #776831 is Cyan = 0, Magento = 0.13, Yellow = 0.59 and Black (K on CMYK) = 0.53.

Color convert

RGB11910449-
CMYK00.130.590.53
HSL47.14º41.67%32.94%-
HSV(B)47.14º58.82%46.67%-
XYZ13.1114.044.93-
YUV102.2197.97139.97-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 43.75%
GREEN value IS 104 (41.02% from 255) = 38.24%
BLUE value IS 49 (19.53% from 255) = 18.01%
R=43.75%
G=38.24%
B=18.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.59
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191044900.130.590.5347.1441.6732.94
Hex7768310D3B352f2a21
Octal167150610157365575241
Binary1110111110100011000101101111011110101101111101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776831

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776831; }

 p { color: rgb(119,104,49); }

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

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

 a { background-color: rgb(119,104,49); }

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

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

 span { border-color: rgb(119,104,49); }

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