#776224

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

Shades of Himalaya #776224

Tints of Himalaya #776224

Color information

#776224 (or 0x776224) is unknown color: approx Himalaya. HEX triplet: 77, 62 and 24. RGB value is (119,98,36). Sum of RGB (Red+Green+Blue) = 119+98+36=253 (33% of max value = 765). Red value is 119 (46.88% from 255 or 47.04% from 253); Green value is 98 (38.67% from 255 or 38.74% from 253); Blue value is 36 (14.45% from 255 or 14.23% from 253); Max value from RGB is 119 - color contains mainly: red. Hex color #776224 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776224 is #889DDB. Grayscale: #616161. Windows color (decimal): -8953308 or 2384503. OLE color: 2384503.

HSL color Cylindrical-coordinate representation of color #776224: hue angle of 44.82º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #776224 is Cyan = 0, Magento = 0.18, Yellow = 0.70 and Black (K on CMYK) = 0.53.

Color convert

RGB1199836-
CMYK00.180.700.53
HSL44.82º53.55%30.39%-
HSV(B)44.82º69.75%46.67%-
XYZ12.2912.783.49-
YUV97.2193.46143.54-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 47.04%
GREEN value IS 98 (38.67% from 255) = 38.74%
BLUE value IS 36 (14.45% from 255) = 14.23%
R=47.04%
G=38.74%
B=14.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.70
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119983600.180.700.5344.8253.5530.39
Hex77622401246352d361e
Octal1671424402210665556636
Binary11101111100010100100010010100011011010110110111011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776224

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776224; }

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

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

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

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

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

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

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

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