Shades of Monsoon #81767F
Tints of Monsoon #81767F
RGB
CMYK
RGB Variations
Color information
#81767F (or 0x81767F) is known color: Monsoon. HEX triplet: 81, 76 and 7F. RGB value is (129,118,127). Sum of RGB (Red+Green+Blue) = 129+118+127=374 (49% of max value = 765). Red value is 129 (50.78% from 255 or 34.49% from 374); Green value is 118 (46.48% from 255 or 31.55% from 374); Blue value is 127 (50% from 255 or 33.96% from 374); Max value from RGB is 129 - color contains mainly: red. Hex color #81767F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #81767F is #7E8980. Grayscale: #7A7A7A. Windows color (decimal): -8292737 or 8353409. OLE color: 8353409.
HSL color Cylindrical-coordinate representation of color #81767F: hue angle of 310.91º degrees, saturation: 0.04, 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 #81767F is Cyan = 0, Magento = 0.09, Yellow = 0.02 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 118 | 127 | - |
| CMYK | 0 | 0.09 | 0.02 | 0.49 |
| HSL | 310.91º | 0.04% | 0.48% | - |
| HSV(B) | 310.91º | 0.09% | 0.51% | - |
| XYZ | 19.36 | 19.16 | 22.76 | - |
| YUV | 122.32 | 130.64 | 132.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 118 | 127 | 0 | 0.09 | 0.02 | 0.49 | 310.91 | 0.04 | 0.48 |
| Hex | 81 | 76 | 7F | 0 | 9 | 2 | 31 | 137 | 4 | 30 |
| Octal | 201 | 166 | 177 | 0 | 11 | 2 | 61 | 467 | 4 | 60 |
| Binary | 10000001 | 1110110 | 1111111 | 0 | 1001 | 10 | 110001 | 100110111 | 100 | 110000 |
Color Harmonies of #81767F
Complementary color
Monochromatic Colors of #81767F
Black with #81767F
Text Example
Text Example
White with #81767F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81767F; }
p { color: rgb(129,118,127); }
H1.HeaderClassName
{
color: #81767F;
}
.AnyTagClassName
{
color: #81767F;
}
</style>
background-color css
<style>
a { background-color: #81767F; }
a { background-color: rgb(129,118,127); }
div.DivClassName
{
background-color: #81767F;
}
.BgClassName
{
background-color: #81767F;
}
</style>
border-color css
<style>
span { border-color: #81767F; }
span { border-color: rgb(129,118,127); }
td.TdClassName
{
border-color: #81767F;
}
.TagClassName
{
border-color: #81767F;
}
</style>