Shades of Monsoon #7B6673
Tints of Monsoon #7B6673
RGB
CMYK
RGB Variations
Color information
#7B6673 (or 0x7B6673) is known color: Monsoon. HEX triplet: 7B, 66 and 73. RGB value is (123,102,115). Sum of RGB (Red+Green+Blue) = 123+102+115=340 (45% of max value = 765). Red value is 123 (48.44% from 255 or 36.18% from 340); Green value is 102 (40.23% from 255 or 30% from 340); Blue value is 115 (45.31% from 255 or 33.82% from 340); Max value from RGB is 123 - color contains mainly: red. Hex color #7B6673 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B6673 is #84998C. Grayscale: #6D6D6D. Windows color (decimal): -8690061 or 7562875. OLE color: 7562875.
HSL color Cylindrical-coordinate representation of color #7B6673: hue angle of 322.86º degrees, saturation: 0.09, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #7B6673 is Cyan = 0, Magento = 0.17, Yellow = 0.07 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 102 | 115 | - |
| CMYK | 0 | 0.17 | 0.07 | 0.52 |
| HSL | 322.86º | 0.09% | 0.44% | - |
| HSV(B) | 322.86º | 0.17% | 0.48% | - |
| XYZ | 16.01 | 14.95 | 18.26 | - |
| YUV | 109.76 | 130.96 | 137.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 102 | 115 | 0 | 0.17 | 0.07 | 0.52 | 322.86 | 0.09 | 0.44 |
| Hex | 7B | 66 | 73 | 0 | 11 | 7 | 34 | 143 | 9 | 2C |
| Octal | 173 | 146 | 163 | 0 | 21 | 7 | 64 | 503 | 11 | 54 |
| Binary | 1111011 | 1100110 | 1110011 | 0 | 10001 | 111 | 110100 | 101000011 | 1001 | 101100 |
Color Harmonies of #7B6673
Complementary color
Monochromatic Colors of #7B6673
Black with #7B6673
Text Example
Text Example
White with #7B6673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B6673; }
p { color: rgb(123,102,115); }
H1.HeaderClassName
{
color: #7B6673;
}
.AnyTagClassName
{
color: #7B6673;
}
</style>
background-color css
<style>
a { background-color: #7B6673; }
a { background-color: rgb(123,102,115); }
div.DivClassName
{
background-color: #7B6673;
}
.BgClassName
{
background-color: #7B6673;
}
</style>
border-color css
<style>
span { border-color: #7B6673; }
span { border-color: rgb(123,102,115); }
td.TdClassName
{
border-color: #7B6673;
}
.TagClassName
{
border-color: #7B6673;
}
</style>