Shades of Monsoon #81667A
Tints of Monsoon #81667A
RGB
CMYK
RGB Variations
Color information
#81667A (or 0x81667A) is known color: Monsoon. HEX triplet: 81, 66 and 7A. RGB value is (129,102,122). Sum of RGB (Red+Green+Blue) = 129+102+122=353 (46% of max value = 765). Red value is 129 (50.78% from 255 or 36.54% from 353); Green value is 102 (40.23% from 255 or 28.90% from 353); Blue value is 122 (48.05% from 255 or 34.56% from 353); Max value from RGB is 129 - color contains mainly: red. Hex color #81667A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #81667A is #7E9985. Grayscale: #707070. Windows color (decimal): -8296838 or 8021633. OLE color: 8021633.
HSL color Cylindrical-coordinate representation of color #81667A: hue angle of 315.56º degrees, saturation: 0.12, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #81667A is Cyan = 0, Magento = 0.21, Yellow = 0.05 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 102 | 122 | - |
| CMYK | 0 | 0.21 | 0.05 | 0.49 |
| HSL | 315.56º | 0.12% | 0.45% | - |
| HSV(B) | 315.56º | 0.21% | 0.51% | - |
| XYZ | 17.32 | 15.58 | 20.51 | - |
| YUV | 112.35 | 133.45 | 139.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 102 | 122 | 0 | 0.21 | 0.05 | 0.49 | 315.56 | 0.12 | 0.45 |
| Hex | 81 | 66 | 7A | 0 | 15 | 5 | 31 | 13C | C | 2D |
| Octal | 201 | 146 | 172 | 0 | 25 | 5 | 61 | 474 | 14 | 55 |
| Binary | 10000001 | 1100110 | 1111010 | 0 | 10101 | 101 | 110001 | 100111100 | 1100 | 101101 |
Color Harmonies of #81667A
Complementary color
Monochromatic Colors of #81667A
Black with #81667A
Text Example
Text Example
White with #81667A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81667A; }
p { color: rgb(129,102,122); }
H1.HeaderClassName
{
color: #81667A;
}
.AnyTagClassName
{
color: #81667A;
}
</style>
background-color css
<style>
a { background-color: #81667A; }
a { background-color: rgb(129,102,122); }
div.DivClassName
{
background-color: #81667A;
}
.BgClassName
{
background-color: #81667A;
}
</style>
border-color css
<style>
span { border-color: #81667A; }
span { border-color: rgb(129,102,122); }
td.TdClassName
{
border-color: #81667A;
}
.TagClassName
{
border-color: #81667A;
}
</style>