Shades of Monsoon #7B6573
Tints of Monsoon #7B6573
RGB
CMYK
RGB Variations
Color information
#7B6573 (or 0x7B6573) is known color: Monsoon. HEX triplet: 7B, 65 and 73. RGB value is (123,101,115). Sum of RGB (Red+Green+Blue) = 123+101+115=339 (44% of max value = 765). Red value is 123 (48.44% from 255 or 36.28% from 339); Green value is 101 (39.84% from 255 or 29.79% from 339); Blue value is 115 (45.31% from 255 or 33.92% from 339); Max value from RGB is 123 - color contains mainly: red. Hex color #7B6573 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B6573 is #849A8C. Grayscale: #6D6D6D. Windows color (decimal): -8690317 or 7562619. OLE color: 7562619.
HSL color Cylindrical-coordinate representation of color #7B6573: hue angle of 321.82º degrees, saturation: 0.1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #7B6573 is Cyan = 0, Magento = 0.18, Yellow = 0.07 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 101 | 115 | - |
| CMYK | 0 | 0.18 | 0.07 | 0.52 |
| HSL | 321.82º | 0.1% | 0.44% | - |
| HSV(B) | 321.82º | 0.18% | 0.48% | - |
| XYZ | 15.92 | 14.76 | 18.23 | - |
| YUV | 109.17 | 131.29 | 137.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 101 | 115 | 0 | 0.18 | 0.07 | 0.52 | 321.82 | 0.1 | 0.44 |
| Hex | 7B | 65 | 73 | 0 | 12 | 7 | 34 | 142 | A | 2C |
| Octal | 173 | 145 | 163 | 0 | 22 | 7 | 64 | 502 | 12 | 54 |
| Binary | 1111011 | 1100101 | 1110011 | 0 | 10010 | 111 | 110100 | 101000010 | 1010 | 101100 |
Color Harmonies of #7B6573
Complementary color
Monochromatic Colors of #7B6573
Black with #7B6573
Text Example
Text Example
White with #7B6573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B6573; }
p { color: rgb(123,101,115); }
H1.HeaderClassName
{
color: #7B6573;
}
.AnyTagClassName
{
color: #7B6573;
}
</style>
background-color css
<style>
a { background-color: #7B6573; }
a { background-color: rgb(123,101,115); }
div.DivClassName
{
background-color: #7B6573;
}
.BgClassName
{
background-color: #7B6573;
}
</style>
border-color css
<style>
span { border-color: #7B6573; }
span { border-color: rgb(123,101,115); }
td.TdClassName
{
border-color: #7B6573;
}
.TagClassName
{
border-color: #7B6573;
}
</style>