#776732

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

Shades of Himalaya #776732

Tints of Himalaya #776732

Color information

#776732 (or 0x776732) is unknown color: approx Himalaya. HEX triplet: 77, 67 and 32. RGB value is (119,103,50). Sum of RGB (Red+Green+Blue) = 119+103+50=272 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.75% from 272); Green value is 103 (40.62% from 255 or 37.87% from 272); Blue value is 50 (19.92% from 255 or 18.38% from 272); Max value from RGB is 119 - color contains mainly: red. Hex color #776732 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776732 is #8898CD. Grayscale: #656565. Windows color (decimal): -8952014 or 3303287. OLE color: 3303287.

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

Color convert

RGB11910350-
CMYK00.130.580.53
HSL46.09º40.83%33.14%-
HSV(B)46.09º57.98%46.67%-
XYZ13.0313.855-
YUV101.7498.8140.31-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 43.75%
GREEN value IS 103 (40.62% from 255) = 37.87%
BLUE value IS 50 (19.92% from 255) = 18.38%
R=43.75%
G=37.87%
B=18.38%

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
Decimal1191035000.130.580.5346.0940.8333.14
Hex7767320D3A352e2921
Octal167147620157265565141
Binary1110111110011111001001101111010110101101110101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776732

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776732; }

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

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

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

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

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

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

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

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