#816F7C

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

Shades of Monsoon #816F7C

Tints of Monsoon #816F7C

Color information

#816F7C (or 0x816F7C) is unknown color: approx Monsoon. HEX triplet: 81, 6F and 7C. RGB value is (129,111,124). Sum of RGB (Red+Green+Blue) = 129+111+124=364 (48% of max value = 765). Red value is 129 (50.78% from 255 or 35.44% from 364); Green value is 111 (43.75% from 255 or 30.49% from 364); Blue value is 124 (48.83% from 255 or 34.07% from 364); Max value from RGB is 129 - color contains mainly: red. Hex color #816F7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #816F7C is #7E9083. Grayscale: #757575. Windows color (decimal): -8294532 or 8155009. OLE color: 8155009.

HSL color Cylindrical-coordinate representation of color #816F7C: hue angle of 316.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 #816F7C is Cyan = 0, Magento = 0.14, Yellow = 0.04 and Black (K on CMYK) = 0.49.

Color convert

RGB129111124-
CMYK00.140.040.49
HSL316.67º7.5%47.06%-
HSV(B)316.67º13.95%50.59%-
XYZ18.3817.4921.48-
YUV117.86131.46135.94-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 35.44%
GREEN value IS 111 (43.75% from 255) = 30.49%
BLUE value IS 124 (48.83% from 255) = 34.07%
R=35.44%
G=30.49%
B=34.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.04
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12911112400.140.040.49316.677.547.06
Hex816F7C0E43113d82f
Octal2011571740164614751057
Binary1000000111011111111100011101001100011001111011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816F7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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