#776931

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

Shades of Himalaya #776931

Tints of Himalaya #776931

Color information

#776931 (or 0x776931) is unknown color: approx Himalaya. HEX triplet: 77, 69 and 31. RGB value is (119,105,49). Sum of RGB (Red+Green+Blue) = 119+105+49=273 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.59% from 273); Green value is 105 (41.41% from 255 or 38.46% from 273); Blue value is 49 (19.53% from 255 or 17.95% from 273); Max value from RGB is 119 - color contains mainly: red. Hex color #776931 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776931 is #8896CE. Grayscale: #676767. Windows color (decimal): -8951503 or 3238263. OLE color: 3238263.

HSL color Cylindrical-coordinate representation of color #776931: hue angle of 48º 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 #776931 is Cyan = 0, Magento = 0.12, Yellow = 0.59 and Black (K on CMYK) = 0.53.

Color convert

RGB11910549-
CMYK00.120.590.53
HSL48º41.67%32.94%-
HSV(B)48º58.82%46.67%-
XYZ13.2114.254.96-
YUV102.897.64139.55-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 43.59%
GREEN value IS 105 (41.41% from 255) = 38.46%
BLUE value IS 49 (19.53% from 255) = 17.95%
R=43.59%
G=38.46%
B=17.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.59
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191054900.120.590.534841.6732.94
Hex7769310C3B35302a21
Octal167151610147365605241
Binary1110111110100111000101100111011110101110000101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776931

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776931; }

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

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

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

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

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

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

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

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