#776832

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

Shades of Himalaya #776832

Tints of Himalaya #776832

Color information

#776832 (or 0x776832) is unknown color: approx Himalaya. HEX triplet: 77, 68 and 32. RGB value is (119,104,50). Sum of RGB (Red+Green+Blue) = 119+104+50=273 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.59% from 273); Green value is 104 (41.02% from 255 or 38.10% from 273); Blue value is 50 (19.92% from 255 or 18.32% from 273); Max value from RGB is 119 - color contains mainly: red. Hex color #776832 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776832 is #8897CD. Grayscale: #666666. Windows color (decimal): -8951758 or 3303543. OLE color: 3303543.

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

Color convert

RGB11910450-
CMYK00.130.580.53
HSL46.96º40.83%33.14%-
HSV(B)46.96º57.98%46.67%-
XYZ13.1314.055.04-
YUV102.3398.47139.89-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 43.59%
GREEN value IS 104 (41.02% from 255) = 38.10%
BLUE value IS 50 (19.92% from 255) = 18.32%
R=43.59%
G=38.10%
B=18.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.58
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191045000.130.580.5346.9640.8333.14
Hex7768320D3A352f2921
Octal167150620157265575141
Binary1110111110100011001001101111010110101101111101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776832

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776832; }

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

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

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

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

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

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

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

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