#776232

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

Shades of Himalaya #776232

Tints of Himalaya #776232

Color information

#776232 (or 0x776232) is unknown color: approx Himalaya. HEX triplet: 77, 62 and 32. RGB value is (119,98,50). Sum of RGB (Red+Green+Blue) = 119+98+50=267 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.57% from 267); Green value is 98 (38.67% from 255 or 36.70% from 267); Blue value is 50 (19.92% from 255 or 18.73% from 267); Max value from RGB is 119 - color contains mainly: red. Hex color #776232 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776232 is #889DCD. Grayscale: #636363. Windows color (decimal): -8953294 or 3302007. OLE color: 3302007.

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

Color convert

RGB1199850-
CMYK00.180.580.53
HSL41.74º40.83%33.14%-
HSV(B)41.74º57.98%46.67%-
XYZ12.5512.894.84-
YUV98.81100.46142.4-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 44.57%
GREEN value IS 98 (38.67% from 255) = 36.70%
BLUE value IS 50 (19.92% from 255) = 18.73%
R=44.57%
G=36.70%
B=18.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.58
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119985000.180.580.5341.7440.8333.14
Hex7762320123A352a2921
Octal167142620227265525141
Binary11101111100010110010010010111010110101101010101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776232; }

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

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

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

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

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

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

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

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