Shades of Monsoon #81757E
Tints of Monsoon #81757E
RGB
CMYK
RGB Variations
Color information
#81757E (or 0x81757E) is known color: Monsoon. HEX triplet: 81, 75 and 7E. RGB value is (129,117,126). Sum of RGB (Red+Green+Blue) = 129+117+126=372 (49% of max value = 765). Red value is 129 (50.78% from 255 or 34.68% from 372); Green value is 117 (46.09% from 255 or 31.45% from 372); Blue value is 126 (49.61% from 255 or 33.87% from 372); Max value from RGB is 129 - color contains mainly: red. Hex color #81757E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #81757E is #7E8A81. Grayscale: #797979. Windows color (decimal): -8292994 or 8287617. OLE color: 8287617.
HSL color Cylindrical-coordinate representation of color #81757E: hue angle of 315º degrees, saturation: 0.05, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #81757E is Cyan = 0, Magento = 0.09, Yellow = 0.02 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 117 | 126 | - |
| CMYK | 0 | 0.09 | 0.02 | 0.49 |
| HSL | 315º | 0.05% | 0.48% | - |
| HSV(B) | 315º | 0.09% | 0.51% | - |
| XYZ | 19.18 | 18.9 | 22.38 | - |
| YUV | 121.61 | 130.48 | 133.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 117 | 126 | 0 | 0.09 | 0.02 | 0.49 | 315 | 0.05 | 0.48 |
| Hex | 81 | 75 | 7E | 0 | 9 | 2 | 31 | 13B | 5 | 30 |
| Octal | 201 | 165 | 176 | 0 | 11 | 2 | 61 | 473 | 5 | 60 |
| Binary | 10000001 | 1110101 | 1111110 | 0 | 1001 | 10 | 110001 | 100111011 | 101 | 110000 |
Color Harmonies of #81757E
Complementary color
Monochromatic Colors of #81757E
Black with #81757E
Text Example
Text Example
White with #81757E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81757E; }
p { color: rgb(129,117,126); }
H1.HeaderClassName
{
color: #81757E;
}
.AnyTagClassName
{
color: #81757E;
}
</style>
background-color css
<style>
a { background-color: #81757E; }
a { background-color: rgb(129,117,126); }
div.DivClassName
{
background-color: #81757E;
}
.BgClassName
{
background-color: #81757E;
}
</style>
border-color css
<style>
span { border-color: #81757E; }
span { border-color: rgb(129,117,126); }
td.TdClassName
{
border-color: #81757E;
}
.TagClassName
{
border-color: #81757E;
}
</style>