Shades of Monsoon #81727A
Tints of Monsoon #81727A
RGB
CMYK
RGB Variations
Color information
#81727A (or 0x81727A) is known color: Monsoon. HEX triplet: 81, 72 and 7A. RGB value is (129,114,122). Sum of RGB (Red+Green+Blue) = 129+114+122=365 (48% of max value = 765). Red value is 129 (50.78% from 255 or 35.34% from 365); Green value is 114 (44.92% from 255 or 31.23% from 365); Blue value is 122 (48.05% from 255 or 33.42% from 365); Max value from RGB is 129 - color contains mainly: red. Hex color #81727A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #81727A is #7E8D85. Grayscale: #777777. Windows color (decimal): -8293766 or 8024705. OLE color: 8024705.
HSL color Cylindrical-coordinate representation of color #81727A: hue angle of 328º degrees, saturation: 0.06, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #81727A is Cyan = 0, Magento = 0.12, Yellow = 0.05 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 114 | 122 | - |
| CMYK | 0 | 0.12 | 0.05 | 0.49 |
| HSL | 328º | 0.06% | 0.48% | - |
| HSV(B) | 328º | 0.12% | 0.51% | - |
| XYZ | 18.58 | 18.11 | 20.93 | - |
| YUV | 119.4 | 129.47 | 134.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 114 | 122 | 0 | 0.12 | 0.05 | 0.49 | 328 | 0.06 | 0.48 |
| Hex | 81 | 72 | 7A | 0 | C | 5 | 31 | 148 | 6 | 30 |
| Octal | 201 | 162 | 172 | 0 | 14 | 5 | 61 | 510 | 6 | 60 |
| Binary | 10000001 | 1110010 | 1111010 | 0 | 1100 | 101 | 110001 | 101001000 | 110 | 110000 |
Color Harmonies of #81727A
Complementary color
Monochromatic Colors of #81727A
Black with #81727A
Text Example
Text Example
White with #81727A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81727A; }
p { color: rgb(129,114,122); }
H1.HeaderClassName
{
color: #81727A;
}
.AnyTagClassName
{
color: #81727A;
}
</style>
background-color css
<style>
a { background-color: #81727A; }
a { background-color: rgb(129,114,122); }
div.DivClassName
{
background-color: #81727A;
}
.BgClassName
{
background-color: #81727A;
}
</style>
border-color css
<style>
span { border-color: #81727A; }
span { border-color: rgb(129,114,122); }
td.TdClassName
{
border-color: #81727A;
}
.TagClassName
{
border-color: #81727A;
}
</style>