#776333

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

Shades of Himalaya #776333

Tints of Himalaya #776333

Color information

#776333 (or 0x776333) is unknown color: approx Himalaya. HEX triplet: 77, 63 and 33. RGB value is (119,99,51). Sum of RGB (Red+Green+Blue) = 119+99+51=269 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.24% from 269); Green value is 99 (39.06% from 255 or 36.80% from 269); Blue value is 51 (20.31% from 255 or 18.96% from 269); Max value from RGB is 119 - color contains mainly: red. Hex color #776333 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776333 is #889CCC. Grayscale: #636363. Windows color (decimal): -8953037 or 3367799. OLE color: 3367799.

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

Color convert

RGB1199951-
CMYK00.170.570.53
HSL42.35º40%33.33%-
HSV(B)42.35º57.14%46.67%-
XYZ12.6713.084.99-
YUV99.51100.63141.9-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 44.24%
GREEN value IS 99 (39.06% from 255) = 36.80%
BLUE value IS 51 (20.31% from 255) = 18.96%
R=44.24%
G=36.80%
B=18.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.57
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119995100.170.570.5342.354033.33
Hex77633301139352a2821
Octal167143630217165525041
Binary11101111100011110011010001111001110101101010101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776333

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776333; }

 p { color: rgb(119,99,51); }

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

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

 a { background-color: rgb(119,99,51); }

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

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

 span { border-color: rgb(119,99,51); }

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