#816F79

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

Shades of Monsoon #816F79

Tints of Monsoon #816F79

Color information

#816F79 (or 0x816F79) is unknown color: approx Monsoon. HEX triplet: 81, 6F and 79. RGB value is (129,111,121). Sum of RGB (Red+Green+Blue) = 129+111+121=361 (47% of max value = 765). Red value is 129 (50.78% from 255 or 35.73% from 361); Green value is 111 (43.75% from 255 or 30.75% from 361); Blue value is 121 (47.66% from 255 or 33.52% from 361); Max value from RGB is 129 - color contains mainly: red. Hex color #816F79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #816F79 is #7E9086. Grayscale: #757575. Windows color (decimal): -8294535 or 7958401. OLE color: 7958401.

HSL color Cylindrical-coordinate representation of color #816F79: hue angle of 326.67º degrees, saturation: 0.08, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #816F79 is Cyan = 0, Magento = 0.14, Yellow = 0.06 and Black (K on CMYK) = 0.49.

Color convert

RGB129111121-
CMYK00.140.060.49
HSL326.67º7.5%47.06%-
HSV(B)326.67º13.95%50.59%-
XYZ18.1917.4220.49-
YUV117.52129.96136.19-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 35.73%
GREEN value IS 111 (43.75% from 255) = 30.75%
BLUE value IS 121 (47.66% from 255) = 33.52%
R=35.73%
G=30.75%
B=33.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.06
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12911112100.140.060.49326.677.547.06
Hex816F790E63114782f
Octal2011571710166615071057
Binary1000000111011111111001011101101100011010001111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816F79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #816F79; }

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

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

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

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

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

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

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

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