#796972

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

Shades of Monsoon #796972

Tints of Monsoon #796972

Color information

#796972 (or 0x796972) is unknown color: approx Monsoon. HEX triplet: 79, 69 and 72. RGB value is (121,105,114). Sum of RGB (Red+Green+Blue) = 121+105+114=340 (45% of max value = 765). Red value is 121 (47.66% from 255 or 35.59% from 340); Green value is 105 (41.41% from 255 or 30.88% from 340); Blue value is 114 (44.92% from 255 or 33.53% from 340); Max value from RGB is 121 - color contains mainly: red. Hex color #796972 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #796972 is #86968D. Grayscale: #6E6E6E. Windows color (decimal): -8820366 or 7498105. OLE color: 7498105.

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

Color convert

RGB121105114-
CMYK00.130.060.53
HSL326.25º7.08%44.31%-
HSV(B)326.25º13.22%47.45%-
XYZ15.9715.3818.05-
YUV110.81129.8135.27-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 35.59%
GREEN value IS 105 (41.41% from 255) = 30.88%
BLUE value IS 114 (44.92% from 255) = 33.53%
R=35.59%
G=30.88%
B=33.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.06
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12110511400.130.060.53326.257.0844.31
Hex7969720D63514672c
Octal171151162015665506754
Binary11110011101001111001001101110110101101000110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #796972; }

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

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

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

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

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

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

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

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