Shades of Monsoon #7C6273
Tints of Monsoon #7C6273
RGB
CMYK
RGB Variations
Color information
#7C6273 (or 0x7C6273) is known color: Monsoon. HEX triplet: 7C, 62 and 73. RGB value is (124,98,115). Sum of RGB (Red+Green+Blue) = 124+98+115=337 (44% of max value = 765). Red value is 124 (48.83% from 255 or 36.80% from 337); Green value is 98 (38.67% from 255 or 29.08% from 337); Blue value is 115 (45.31% from 255 or 34.12% from 337); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6273 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C6273 is #839D8C. Grayscale: #6B6B6B. Windows color (decimal): -8625549 or 7561852. OLE color: 7561852.
HSL color Cylindrical-coordinate representation of color #7C6273: hue angle of 320.77º degrees, saturation: 0.12, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #7C6273 is Cyan = 0, Magento = 0.21, Yellow = 0.07 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 98 | 115 | - |
| CMYK | 0 | 0.21 | 0.07 | 0.51 |
| HSL | 320.77º | 0.12% | 0.44% | - |
| HSV(B) | 320.77º | 0.21% | 0.49% | - |
| XYZ | 15.77 | 14.26 | 18.14 | - |
| YUV | 107.71 | 132.11 | 139.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 98 | 115 | 0 | 0.21 | 0.07 | 0.51 | 320.77 | 0.12 | 0.44 |
| Hex | 7C | 62 | 73 | 0 | 15 | 7 | 33 | 141 | C | 2C |
| Octal | 174 | 142 | 163 | 0 | 25 | 7 | 63 | 501 | 14 | 54 |
| Binary | 1111100 | 1100010 | 1110011 | 0 | 10101 | 111 | 110011 | 101000001 | 1100 | 101100 |
Color Harmonies of #7C6273
Complementary color
Monochromatic Colors of #7C6273
Black with #7C6273
Text Example
Text Example
White with #7C6273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C6273; }
p { color: rgb(124,98,115); }
H1.HeaderClassName
{
color: #7C6273;
}
.AnyTagClassName
{
color: #7C6273;
}
</style>
background-color css
<style>
a { background-color: #7C6273; }
a { background-color: rgb(124,98,115); }
div.DivClassName
{
background-color: #7C6273;
}
.BgClassName
{
background-color: #7C6273;
}
</style>
border-color css
<style>
span { border-color: #7C6273; }
span { border-color: rgb(124,98,115); }
td.TdClassName
{
border-color: #7C6273;
}
.TagClassName
{
border-color: #7C6273;
}
</style>