#816E7C

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

Shades of Monsoon #816E7C

Tints of Monsoon #816E7C

Color information

#816E7C (or 0x816E7C) is unknown color: approx Monsoon. HEX triplet: 81, 6E and 7C. RGB value is (129,110,124). Sum of RGB (Red+Green+Blue) = 129+110+124=363 (48% of max value = 765). Red value is 129 (50.78% from 255 or 35.54% from 363); Green value is 110 (43.36% from 255 or 30.30% from 363); Blue value is 124 (48.83% from 255 or 34.16% from 363); Max value from RGB is 129 - color contains mainly: red. Hex color #816E7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #816E7C is #7E9183. Grayscale: #757575. Windows color (decimal): -8294788 or 8154753. OLE color: 8154753.

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

Color convert

RGB129110124-
CMYK00.150.040.49
HSL315.79º7.95%46.86%-
HSV(B)315.79º14.73%50.59%-
XYZ18.2717.2721.44-
YUV117.28131.79136.36-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 35.54%
GREEN value IS 110 (43.36% from 255) = 30.30%
BLUE value IS 124 (48.83% from 255) = 34.16%
R=35.54%
G=30.30%
B=34.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.04
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12911012400.150.040.49315.797.9546.86
Hex816E7C0F43113c82f
Octal2011561740174614741057
Binary1000000111011101111100011111001100011001111001000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816E7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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