#776A32

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

Shades of Himalaya #776A32

Tints of Himalaya #776A32

Color information

#776A32 (or 0x776A32) is unknown color: approx Himalaya. HEX triplet: 77, 6A and 32. RGB value is (119,106,50). Sum of RGB (Red+Green+Blue) = 119+106+50=275 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.27% from 275); Green value is 106 (41.80% from 255 or 38.55% from 275); Blue value is 50 (19.92% from 255 or 18.18% from 275); Max value from RGB is 119 - color contains mainly: red. Hex color #776A32 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776A32 is #8895CD. Grayscale: #676767. Windows color (decimal): -8951246 or 3304055. OLE color: 3304055.

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

Color convert

RGB11910650-
CMYK00.110.580.53
HSL48.7º40.83%33.14%-
HSV(B)48.7º57.98%46.67%-
XYZ13.3414.465.11-
YUV103.597.81139.05-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 43.27%
GREEN value IS 106 (41.80% from 255) = 38.55%
BLUE value IS 50 (19.92% from 255) = 18.18%
R=43.27%
G=38.55%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.58
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191065000.110.580.5348.740.8333.14
Hex776A320B3A35312921
Octal167152620137265615141
Binary1110111110101011001001011111010110101110001101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776A32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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