Shades of Monsoon #72696F
Tints of Monsoon #72696F
RGB
CMYK
RGB Variations
Color information
#72696F (or 0x72696F) is known color: Monsoon. HEX triplet: 72, 69 and 6F. RGB value is (114,105,111). Sum of RGB (Red+Green+Blue) = 114+105+111=330 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.55% from 330); Green value is 105 (41.41% from 255 or 31.82% from 330); Blue value is 111 (43.75% from 255 or 33.64% from 330); Max value from RGB is 114 - color contains mainly: red. Hex color #72696F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72696F is #8D9690. Grayscale: #6C6C6C. Windows color (decimal): -9279121 or 7301490. OLE color: 7301490.
HSL color Cylindrical-coordinate representation of color #72696F: hue angle of 320º degrees, saturation: 0.04, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #72696F is Cyan = 0, Magento = 0.08, Yellow = 0.03 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 105 | 111 | - |
| CMYK | 0 | 0.08 | 0.03 | 0.55 |
| HSL | 320º | 0.04% | 0.43% | - |
| HSV(B) | 320º | 0.08% | 0.45% | - |
| XYZ | 14.86 | 14.83 | 17.12 | - |
| YUV | 108.38 | 129.48 | 132.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 105 | 111 | 0 | 0.08 | 0.03 | 0.55 | 320 | 0.04 | 0.43 |
| Hex | 72 | 69 | 6F | 0 | 8 | 3 | 37 | 140 | 4 | 2B |
| Octal | 162 | 151 | 157 | 0 | 10 | 3 | 67 | 500 | 4 | 53 |
| Binary | 1110010 | 1101001 | 1101111 | 0 | 1000 | 11 | 110111 | 101000000 | 100 | 101011 |
Color Harmonies of #72696F
Complementary color
Monochromatic Colors of #72696F
Black with #72696F
Text Example
Text Example
White with #72696F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72696F; }
p { color: rgb(114,105,111); }
H1.HeaderClassName
{
color: #72696F;
}
.AnyTagClassName
{
color: #72696F;
}
</style>
background-color css
<style>
a { background-color: #72696F; }
a { background-color: rgb(114,105,111); }
div.DivClassName
{
background-color: #72696F;
}
.BgClassName
{
background-color: #72696F;
}
</style>
border-color css
<style>
span { border-color: #72696F; }
span { border-color: rgb(114,105,111); }
td.TdClassName
{
border-color: #72696F;
}
.TagClassName
{
border-color: #72696F;
}
</style>