#796975

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

Shades of Monsoon #796975

Tints of Monsoon #796975

Color information

#796975 (or 0x796975) is unknown color: approx Monsoon. HEX triplet: 79, 69 and 75. RGB value is (121,105,117). Sum of RGB (Red+Green+Blue) = 121+105+117=343 (45% of max value = 765). Red value is 121 (47.66% from 255 or 35.28% from 343); Green value is 105 (41.41% from 255 or 30.61% from 343); Blue value is 117 (46.09% from 255 or 34.11% from 343); Max value from RGB is 121 - color contains mainly: red. Hex color #796975 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #796975 is #86968A. Grayscale: #6F6F6F. Windows color (decimal): -8820363 or 7694713. OLE color: 7694713.

HSL color Cylindrical-coordinate representation of color #796975: hue angle of 315º 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 #796975 is Cyan = 0, Magento = 0.13, Yellow = 0.03 and Black (K on CMYK) = 0.53.

Color convert

RGB121105117-
CMYK00.130.030.53
HSL315º7.08%44.31%-
HSV(B)315º13.22%47.45%-
XYZ16.1515.4518.96-
YUV111.15131.3135.02-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 35.28%
GREEN value IS 105 (41.41% from 255) = 30.61%
BLUE value IS 117 (46.09% from 255) = 34.11%
R=35.28%
G=30.61%
B=34.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.03
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12110511700.130.030.533157.0844.31
Hex7969750D33513b72c
Octal171151165015365473754
Binary1111001110100111101010110111110101100111011111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #796975; }

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

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

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

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

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

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

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

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