Shades of Monsoon #81787F
Tints of Monsoon #81787F
RGB
CMYK
RGB Variations
Color information
#81787F (or 0x81787F) is known color: Monsoon. HEX triplet: 81, 78 and 7F. RGB value is (129,120,127). Sum of RGB (Red+Green+Blue) = 129+120+127=376 (49% of max value = 765). Red value is 129 (50.78% from 255 or 34.31% from 376); Green value is 120 (47.27% from 255 or 31.91% from 376); Blue value is 127 (50% from 255 or 33.78% from 376); Max value from RGB is 129 - color contains mainly: red. Hex color #81787F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #81787F is #7E8780. Grayscale: #7B7B7B. Windows color (decimal): -8292225 or 8353921. OLE color: 8353921.
HSL color Cylindrical-coordinate representation of color #81787F: hue angle of 313.33º 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 #81787F is Cyan = 0, Magento = 0.07, Yellow = 0.02 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 120 | 127 | - |
| CMYK | 0 | 0.07 | 0.02 | 0.49 |
| HSL | 313.33º | 0.04% | 0.49% | - |
| HSV(B) | 313.33º | 0.07% | 0.51% | - |
| XYZ | 19.6 | 19.63 | 22.84 | - |
| YUV | 123.49 | 129.98 | 131.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 120 | 127 | 0 | 0.07 | 0.02 | 0.49 | 313.33 | 0.04 | 0.49 |
| Hex | 81 | 78 | 7F | 0 | 7 | 2 | 31 | 139 | 4 | 31 |
| Octal | 201 | 170 | 177 | 0 | 7 | 2 | 61 | 471 | 4 | 61 |
| Binary | 10000001 | 1111000 | 1111111 | 0 | 111 | 10 | 110001 | 100111001 | 100 | 110001 |
Color Harmonies of #81787F
Complementary color
Monochromatic Colors of #81787F
Black with #81787F
Text Example
Text Example
White with #81787F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81787F; }
p { color: rgb(129,120,127); }
H1.HeaderClassName
{
color: #81787F;
}
.AnyTagClassName
{
color: #81787F;
}
</style>
background-color css
<style>
a { background-color: #81787F; }
a { background-color: rgb(129,120,127); }
div.DivClassName
{
background-color: #81787F;
}
.BgClassName
{
background-color: #81787F;
}
</style>
border-color css
<style>
span { border-color: #81787F; }
span { border-color: rgb(129,120,127); }
td.TdClassName
{
border-color: #81787F;
}
.TagClassName
{
border-color: #81787F;
}
</style>