#776031

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

Shades of Himalaya #776031

Tints of Himalaya #776031

Color information

#776031 (or 0x776031) is unknown color: approx Himalaya. HEX triplet: 77, 60 and 31. RGB value is (119,96,49). Sum of RGB (Red+Green+Blue) = 119+96+49=264 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.08% from 264); Green value is 96 (37.89% from 255 or 36.36% from 264); Blue value is 49 (19.53% from 255 or 18.56% from 264); Max value from RGB is 119 - color contains mainly: red. Hex color #776031 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776031 is #889FCE. Grayscale: #616161. Windows color (decimal): -8953807 or 3235959. OLE color: 3235959.

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

Color convert

RGB1199649-
CMYK00.190.590.53
HSL40.29º41.67%32.94%-
HSV(B)40.29º58.82%46.67%-
XYZ12.3412.514.67-
YUV97.52100.62143.32-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 45.08%
GREEN value IS 96 (37.89% from 255) = 36.36%
BLUE value IS 49 (19.53% from 255) = 18.56%
R=45.08%
G=36.36%
B=18.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.59
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119964900.190.590.5340.2941.6732.94
Hex7760310133B35282a21
Octal167140610237365505241
Binary11101111100000110001010011111011110101101000101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776031; }

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

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

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

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

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

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

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

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