Shades of Monsoon #81717A
Tints of Monsoon #81717A
RGB
CMYK
RGB Variations
Color information
#81717A (or 0x81717A) is known color: Monsoon. HEX triplet: 81, 71 and 7A. RGB value is (129,113,122). Sum of RGB (Red+Green+Blue) = 129+113+122=364 (48% of max value = 765). Red value is 129 (50.78% from 255 or 35.44% from 364); Green value is 113 (44.53% from 255 or 31.04% from 364); Blue value is 122 (48.05% from 255 or 33.52% from 364); Max value from RGB is 129 - color contains mainly: red. Hex color #81717A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #81717A is #7E8E85. Grayscale: #767676. Windows color (decimal): -8294022 or 8024449. OLE color: 8024449.
HSL color Cylindrical-coordinate representation of color #81717A: hue angle of 326.25º 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 #81717A is Cyan = 0, Magento = 0.12, Yellow = 0.05 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 113 | 122 | - |
| CMYK | 0 | 0.12 | 0.05 | 0.49 |
| HSL | 326.25º | 0.07% | 0.47% | - |
| HSV(B) | 326.25º | 0.12% | 0.51% | - |
| XYZ | 18.47 | 17.88 | 20.89 | - |
| YUV | 118.81 | 129.8 | 135.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 113 | 122 | 0 | 0.12 | 0.05 | 0.49 | 326.25 | 0.07 | 0.47 |
| Hex | 81 | 71 | 7A | 0 | C | 5 | 31 | 146 | 7 | 2F |
| Octal | 201 | 161 | 172 | 0 | 14 | 5 | 61 | 506 | 7 | 57 |
| Binary | 10000001 | 1110001 | 1111010 | 0 | 1100 | 101 | 110001 | 101000110 | 111 | 101111 |
Color Harmonies of #81717A
Complementary color
Monochromatic Colors of #81717A
Black with #81717A
Text Example
Text Example
White with #81717A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81717A; }
p { color: rgb(129,113,122); }
H1.HeaderClassName
{
color: #81717A;
}
.AnyTagClassName
{
color: #81717A;
}
</style>
background-color css
<style>
a { background-color: #81717A; }
a { background-color: rgb(129,113,122); }
div.DivClassName
{
background-color: #81717A;
}
.BgClassName
{
background-color: #81717A;
}
</style>
border-color css
<style>
span { border-color: #81717A; }
span { border-color: rgb(129,113,122); }
td.TdClassName
{
border-color: #81717A;
}
.TagClassName
{
border-color: #81717A;
}
</style>