Shades of Monsoon #726C70
Tints of Monsoon #726C70
RGB
CMYK
RGB Variations
Color information
#726C70 (or 0x726C70) is known color: Monsoon. HEX triplet: 72, 6C and 70. RGB value is (114,108,112). Sum of RGB (Red+Green+Blue) = 114+108+112=334 (44% of max value = 765). Red value is 114 (44.92% from 255 or 34.13% from 334); Green value is 108 (42.58% from 255 or 32.34% from 334); Blue value is 112 (44.14% from 255 or 33.53% from 334); Max value from RGB is 114 - color contains mainly: red. Hex color #726C70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726C70 is #8D938F. Grayscale: #6E6E6E. Windows color (decimal): -9278352 or 7367794. OLE color: 7367794.
HSL color Cylindrical-coordinate representation of color #726C70: hue angle of 320º degrees, saturation: 0.03, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #726C70 is Cyan = 0, Magento = 0.05, Yellow = 0.02 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 108 | 112 | - |
| CMYK | 0 | 0.05 | 0.02 | 0.55 |
| HSL | 320º | 0.03% | 0.44% | - |
| HSV(B) | 320º | 0.05% | 0.45% | - |
| XYZ | 15.23 | 15.47 | 17.51 | - |
| YUV | 110.25 | 128.99 | 130.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 108 | 112 | 0 | 0.05 | 0.02 | 0.55 | 320 | 0.03 | 0.44 |
| Hex | 72 | 6C | 70 | 0 | 5 | 2 | 37 | 140 | 3 | 2C |
| Octal | 162 | 154 | 160 | 0 | 5 | 2 | 67 | 500 | 3 | 54 |
| Binary | 1110010 | 1101100 | 1110000 | 0 | 101 | 10 | 110111 | 101000000 | 11 | 101100 |
Color Harmonies of #726C70
Complementary color
Monochromatic Colors of #726C70
Black with #726C70
Text Example
Text Example
White with #726C70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726C70; }
p { color: rgb(114,108,112); }
H1.HeaderClassName
{
color: #726C70;
}
.AnyTagClassName
{
color: #726C70;
}
</style>
background-color css
<style>
a { background-color: #726C70; }
a { background-color: rgb(114,108,112); }
div.DivClassName
{
background-color: #726C70;
}
.BgClassName
{
background-color: #726C70;
}
</style>
border-color css
<style>
span { border-color: #726C70; }
span { border-color: rgb(114,108,112); }
td.TdClassName
{
border-color: #726C70;
}
.TagClassName
{
border-color: #726C70;
}
</style>