#786224

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

Shades of Himalaya #786224

Tints of Himalaya #786224

Color information

#786224 (or 0x786224) is unknown color: approx Himalaya. HEX triplet: 78, 62 and 24. RGB value is (120,98,36). Sum of RGB (Red+Green+Blue) = 120+98+36=254 (33% of max value = 765). Red value is 120 (47.27% from 255 or 47.24% from 254); Green value is 98 (38.67% from 255 or 38.58% from 254); Blue value is 36 (14.45% from 255 or 14.17% from 254); Max value from RGB is 120 - color contains mainly: red. Hex color #786224 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #786224 is #879DDB. Grayscale: #616161. Windows color (decimal): -8887772 or 2384504. OLE color: 2384504.

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

Color convert

RGB1209836-
CMYK00.180.70.53
HSL44.29º53.85%30.59%-
HSV(B)44.29º70%47.06%-
XYZ12.4312.863.5-
YUV97.5193.29144.04-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 47.24%
GREEN value IS 98 (38.67% from 255) = 38.58%
BLUE value IS 36 (14.45% from 255) = 14.17%
R=47.24%
G=38.58%
B=14.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.7
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120983600.180.70.5344.2953.8530.59
Hex78622401246352c361f
Octal1701424402210665546637
Binary11110001100010100100010010100011011010110110011011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786224

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #786224; }

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

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

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

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

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

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

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

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