#796F76

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

Shades of Monsoon #796F76

Tints of Monsoon #796F76

Color information

#796F76 (or 0x796F76) is unknown color: approx Monsoon. HEX triplet: 79, 6F and 76. RGB value is (121,111,118). Sum of RGB (Red+Green+Blue) = 121+111+118=350 (46% of max value = 765). Red value is 121 (47.66% from 255 or 34.57% from 350); Green value is 111 (43.75% from 255 or 31.71% from 350); Blue value is 118 (46.48% from 255 or 33.71% from 350); Max value from RGB is 121 - color contains mainly: red. Hex color #796F76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #796F76 is #869089. Grayscale: #727272. Windows color (decimal): -8818826 or 7761785. OLE color: 7761785.

HSL color Cylindrical-coordinate representation of color #796F76: hue angle of 318º degrees, saturation: 0.04, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #796F76 is Cyan = 0, Magento = 0.08, Yellow = 0.02 and Black (K on CMYK) = 0.53.

Color convert

RGB121111118-
CMYK00.080.020.53
HSL318º4.31%45.49%-
HSV(B)318º8.26%47.45%-
XYZ16.8416.7419.48-
YUV114.79129.81132.43-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 34.57%
GREEN value IS 111 (43.75% from 255) = 31.71%
BLUE value IS 118 (46.48% from 255) = 33.71%
R=34.57%
G=31.71%
B=33.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.02
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12111111800.080.020.533184.3145.49
Hex796F760823513e42d
Octal171157166010265476455
Binary1111001110111111101100100010110101100111110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796F76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #796F76; }

 p { color: rgb(121,111,118); }

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

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

 a { background-color: rgb(121,111,118); }

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

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

 span { border-color: rgb(121,111,118); }

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