Shades of Monsoon #7B6973
Tints of Monsoon #7B6973
RGB
CMYK
RGB Variations
Color information
#7B6973 (or 0x7B6973) is known color: Monsoon. HEX triplet: 7B, 69 and 73. RGB value is (123,105,115). Sum of RGB (Red+Green+Blue) = 123+105+115=343 (45% of max value = 765). Red value is 123 (48.44% from 255 or 35.86% from 343); Green value is 105 (41.41% from 255 or 30.61% from 343); Blue value is 115 (45.31% from 255 or 33.53% from 343); Max value from RGB is 123 - color contains mainly: red. Hex color #7B6973 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B6973 is #84968C. Grayscale: #6F6F6F. Windows color (decimal): -8689293 or 7563643. OLE color: 7563643.
HSL color Cylindrical-coordinate representation of color #7B6973: hue angle of 326.67º degrees, saturation: 0.08, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #7B6973 is Cyan = 0, Magento = 0.15, Yellow = 0.07 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 105 | 115 | - |
| CMYK | 0 | 0.15 | 0.07 | 0.52 |
| HSL | 326.67º | 0.08% | 0.45% | - |
| HSV(B) | 326.67º | 0.15% | 0.48% | - |
| XYZ | 16.31 | 15.55 | 18.36 | - |
| YUV | 111.52 | 129.96 | 136.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 105 | 115 | 0 | 0.15 | 0.07 | 0.52 | 326.67 | 0.08 | 0.45 |
| Hex | 7B | 69 | 73 | 0 | F | 7 | 34 | 147 | 8 | 2D |
| Octal | 173 | 151 | 163 | 0 | 17 | 7 | 64 | 507 | 10 | 55 |
| Binary | 1111011 | 1101001 | 1110011 | 0 | 1111 | 111 | 110100 | 101000111 | 1000 | 101101 |
Color Harmonies of #7B6973
Complementary color
Monochromatic Colors of #7B6973
Black with #7B6973
Text Example
Text Example
White with #7B6973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B6973; }
p { color: rgb(123,105,115); }
H1.HeaderClassName
{
color: #7B6973;
}
.AnyTagClassName
{
color: #7B6973;
}
</style>
background-color css
<style>
a { background-color: #7B6973; }
a { background-color: rgb(123,105,115); }
div.DivClassName
{
background-color: #7B6973;
}
.BgClassName
{
background-color: #7B6973;
}
</style>
border-color css
<style>
span { border-color: #7B6973; }
span { border-color: rgb(123,105,115); }
td.TdClassName
{
border-color: #7B6973;
}
.TagClassName
{
border-color: #7B6973;
}
</style>