#796272

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

Shades of Monsoon #796272

Tints of Monsoon #796272

Color information

#796272 (or 0x796272) is unknown color: approx Monsoon. HEX triplet: 79, 62 and 72. RGB value is (121,98,114). Sum of RGB (Red+Green+Blue) = 121+98+114=333 (44% of max value = 765). Red value is 121 (47.66% from 255 or 36.34% from 333); Green value is 98 (38.67% from 255 or 29.43% from 333); Blue value is 114 (44.92% from 255 or 34.23% from 333); Max value from RGB is 121 - color contains mainly: red. Hex color #796272 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #796272 is #869D8D. Grayscale: #6A6A6A. Windows color (decimal): -8822158 or 7496313. OLE color: 7496313.

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

Color convert

RGB12198114-
CMYK00.190.060.53
HSL318.26º10.5%42.94%-
HSV(B)318.26º19.01%47.45%-
XYZ15.2914.0217.82-
YUV106.7132.12138.2-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 36.34%
GREEN value IS 98 (38.67% from 255) = 29.43%
BLUE value IS 114 (44.92% from 255) = 34.23%
R=36.34%
G=29.43%
B=34.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.06
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1219811400.190.060.53318.2610.542.94
Hex79627201363513eb2b
Octal1711421620236654761353
Binary1111001110001011100100100111101101011001111101011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #796272; }

 p { color: rgb(121,98,114); }

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

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

 a { background-color: rgb(121,98,114); }

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

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

 span { border-color: rgb(121,98,114); }

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