#796470

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

Shades of Monsoon #796470

Tints of Monsoon #796470

Color information

#796470 (or 0x796470) is unknown color: approx Monsoon. HEX triplet: 79, 64 and 70. RGB value is (121,100,112). Sum of RGB (Red+Green+Blue) = 121+100+112=333 (44% of max value = 765). Red value is 121 (47.66% from 255 or 36.34% from 333); Green value is 100 (39.45% from 255 or 30.03% from 333); Blue value is 112 (44.14% from 255 or 33.63% from 333); Max value from RGB is 121 - color contains mainly: red. Hex color #796470 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #796470 is #869B8F. Grayscale: #6B6B6B. Windows color (decimal): -8821648 or 7365753. OLE color: 7365753.

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

Color convert

RGB121100112-
CMYK00.170.070.53
HSL325.71º9.5%43.33%-
HSV(B)325.71º17.36%47.45%-
XYZ15.3714.3517.29-
YUV107.65130.46137.52-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 36.34%
GREEN value IS 100 (39.45% from 255) = 30.03%
BLUE value IS 112 (44.14% from 255) = 33.63%
R=36.34%
G=30.03%
B=33.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.07
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12110011200.170.070.53325.719.543.33
Hex796470011735146a2b
Octal1711441600217655061253
Binary1111001110010011100000100011111101011010001101010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #796470; }

 p { color: rgb(121,100,112); }

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

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

 a { background-color: rgb(121,100,112); }

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

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

 span { border-color: rgb(121,100,112); }

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