Shades of Monsoon #81787D
Tints of Monsoon #81787D
RGB
CMYK
RGB Variations
Color information
#81787D (or 0x81787D) is known color: Monsoon. HEX triplet: 81, 78 and 7D. RGB value is (129,120,125). Sum of RGB (Red+Green+Blue) = 129+120+125=374 (49% of max value = 765). Red value is 129 (50.78% from 255 or 34.49% from 374); Green value is 120 (47.27% from 255 or 32.09% from 374); Blue value is 125 (49.22% from 255 or 33.42% from 374); Max value from RGB is 129 - color contains mainly: red. Hex color #81787D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #81787D is #7E8782. Grayscale: #7B7B7B. Windows color (decimal): -8292227 or 8222849. OLE color: 8222849.
HSL color Cylindrical-coordinate representation of color #81787D: hue angle of 326.67º degrees, saturation: 0.04, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #81787D is Cyan = 0, Magento = 0.07, Yellow = 0.03 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 120 | 125 | - |
| CMYK | 0 | 0.07 | 0.03 | 0.49 |
| HSL | 326.67º | 0.04% | 0.49% | - |
| HSV(B) | 326.67º | 0.07% | 0.51% | - |
| XYZ | 19.47 | 19.58 | 22.16 | - |
| YUV | 123.26 | 128.98 | 132.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 120 | 125 | 0 | 0.07 | 0.03 | 0.49 | 326.67 | 0.04 | 0.49 |
| Hex | 81 | 78 | 7D | 0 | 7 | 3 | 31 | 147 | 4 | 31 |
| Octal | 201 | 170 | 175 | 0 | 7 | 3 | 61 | 507 | 4 | 61 |
| Binary | 10000001 | 1111000 | 1111101 | 0 | 111 | 11 | 110001 | 101000111 | 100 | 110001 |
Color Harmonies of #81787D
Complementary color
Monochromatic Colors of #81787D
Black with #81787D
Text Example
Text Example
White with #81787D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81787D; }
p { color: rgb(129,120,125); }
H1.HeaderClassName
{
color: #81787D;
}
.AnyTagClassName
{
color: #81787D;
}
</style>
background-color css
<style>
a { background-color: #81787D; }
a { background-color: rgb(129,120,125); }
div.DivClassName
{
background-color: #81787D;
}
.BgClassName
{
background-color: #81787D;
}
</style>
border-color css
<style>
span { border-color: #81787D; }
span { border-color: rgb(129,120,125); }
td.TdClassName
{
border-color: #81787D;
}
.TagClassName
{
border-color: #81787D;
}
</style>