Shades of Monsoon #7F6073
Tints of Monsoon #7F6073
RGB
CMYK
RGB Variations
Color information
#7F6073 (or 0x7F6073) is known color: Monsoon. HEX triplet: 7F, 60 and 73. RGB value is (127,96,115). Sum of RGB (Red+Green+Blue) = 127+96+115=338 (44% of max value = 765). Red value is 127 (50% from 255 or 37.57% from 338); Green value is 96 (37.89% from 255 or 28.40% from 338); Blue value is 115 (45.31% from 255 or 34.02% from 338); Max value from RGB is 127 - color contains mainly: red. Hex color #7F6073 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F6073 is #809F8C. Grayscale: #6B6B6B. Windows color (decimal): -8429453 or 7561343. OLE color: 7561343.
HSL color Cylindrical-coordinate representation of color #7F6073: hue angle of 323.23º degrees, saturation: 0.14, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #7F6073 is Cyan = 0, Magento = 0.24, Yellow = 0.09 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 96 | 115 | - |
| CMYK | 0 | 0.24 | 0.09 | 0.50 |
| HSL | 323.23º | 0.14% | 0.44% | - |
| HSV(B) | 323.23º | 0.24% | 0.5% | - |
| XYZ | 16.03 | 14.12 | 18.1 | - |
| YUV | 107.44 | 132.27 | 141.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 96 | 115 | 0 | 0.24 | 0.09 | 0.50 | 323.23 | 0.14 | 0.44 |
| Hex | 7F | 60 | 73 | 0 | 18 | 9 | 32 | 143 | E | 2C |
| Octal | 177 | 140 | 163 | 0 | 30 | 11 | 62 | 503 | 16 | 54 |
| Binary | 1111111 | 1100000 | 1110011 | 0 | 11000 | 1001 | 110010 | 101000011 | 1110 | 101100 |
Color Harmonies of #7F6073
Complementary color
Monochromatic Colors of #7F6073
Black with #7F6073
Text Example
Text Example
White with #7F6073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F6073; }
p { color: rgb(127,96,115); }
H1.HeaderClassName
{
color: #7F6073;
}
.AnyTagClassName
{
color: #7F6073;
}
</style>
background-color css
<style>
a { background-color: #7F6073; }
a { background-color: rgb(127,96,115); }
div.DivClassName
{
background-color: #7F6073;
}
.BgClassName
{
background-color: #7F6073;
}
</style>
border-color css
<style>
span { border-color: #7F6073; }
span { border-color: rgb(127,96,115); }
td.TdClassName
{
border-color: #7F6073;
}
.TagClassName
{
border-color: #7F6073;
}
</style>