Shades of Monsoon #81717D
Tints of Monsoon #81717D
RGB
CMYK
RGB Variations
Color information
#81717D (or 0x81717D) is known color: Monsoon. HEX triplet: 81, 71 and 7D. RGB value is (129,113,125). Sum of RGB (Red+Green+Blue) = 129+113+125=367 (48% of max value = 765). Red value is 129 (50.78% from 255 or 35.15% from 367); Green value is 113 (44.53% from 255 or 30.79% from 367); Blue value is 125 (49.22% from 255 or 34.06% from 367); Max value from RGB is 129 - color contains mainly: red. Hex color #81717D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #81717D is #7E8E82. Grayscale: #777777. Windows color (decimal): -8294019 or 8221057. OLE color: 8221057.
HSL color Cylindrical-coordinate representation of color #81717D: hue angle of 315º degrees, saturation: 0.07, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #81717D is Cyan = 0, Magento = 0.12, Yellow = 0.03 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 113 | 125 | - |
| CMYK | 0 | 0.12 | 0.03 | 0.49 |
| HSL | 315º | 0.07% | 0.47% | - |
| HSV(B) | 315º | 0.12% | 0.51% | - |
| XYZ | 18.66 | 17.96 | 21.88 | - |
| YUV | 119.15 | 131.3 | 135.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 113 | 125 | 0 | 0.12 | 0.03 | 0.49 | 315 | 0.07 | 0.47 |
| Hex | 81 | 71 | 7D | 0 | C | 3 | 31 | 13B | 7 | 2F |
| Octal | 201 | 161 | 175 | 0 | 14 | 3 | 61 | 473 | 7 | 57 |
| Binary | 10000001 | 1110001 | 1111101 | 0 | 1100 | 11 | 110001 | 100111011 | 111 | 101111 |
Color Harmonies of #81717D
Complementary color
Monochromatic Colors of #81717D
Black with #81717D
Text Example
Text Example
White with #81717D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81717D; }
p { color: rgb(129,113,125); }
H1.HeaderClassName
{
color: #81717D;
}
.AnyTagClassName
{
color: #81717D;
}
</style>
background-color css
<style>
a { background-color: #81717D; }
a { background-color: rgb(129,113,125); }
div.DivClassName
{
background-color: #81717D;
}
.BgClassName
{
background-color: #81717D;
}
</style>
border-color css
<style>
span { border-color: #81717D; }
span { border-color: rgb(129,113,125); }
td.TdClassName
{
border-color: #81717D;
}
.TagClassName
{
border-color: #81717D;
}
</style>