Shades of Monsoon #7B6473
Tints of Monsoon #7B6473
RGB
CMYK
RGB Variations
Color information
#7B6473 (or 0x7B6473) is known color: Monsoon. HEX triplet: 7B, 64 and 73. RGB value is (123,100,115). Sum of RGB (Red+Green+Blue) = 123+100+115=338 (44% of max value = 765). Red value is 123 (48.44% from 255 or 36.39% from 338); Green value is 100 (39.45% from 255 or 29.59% from 338); Blue value is 115 (45.31% from 255 or 34.02% from 338); Max value from RGB is 123 - color contains mainly: red. Hex color #7B6473 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B6473 is #849B8C. Grayscale: #6C6C6C. Windows color (decimal): -8690573 or 7562363. OLE color: 7562363.
HSL color Cylindrical-coordinate representation of color #7B6473: hue angle of 320.87º degrees, saturation: 0.1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #7B6473 is Cyan = 0, Magento = 0.19, Yellow = 0.07 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 100 | 115 | - |
| CMYK | 0 | 0.19 | 0.07 | 0.52 |
| HSL | 320.87º | 0.1% | 0.44% | - |
| HSV(B) | 320.87º | 0.19% | 0.48% | - |
| XYZ | 15.82 | 14.56 | 18.2 | - |
| YUV | 108.59 | 131.62 | 138.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 100 | 115 | 0 | 0.19 | 0.07 | 0.52 | 320.87 | 0.1 | 0.44 |
| Hex | 7B | 64 | 73 | 0 | 13 | 7 | 34 | 141 | A | 2C |
| Octal | 173 | 144 | 163 | 0 | 23 | 7 | 64 | 501 | 12 | 54 |
| Binary | 1111011 | 1100100 | 1110011 | 0 | 10011 | 111 | 110100 | 101000001 | 1010 | 101100 |
Color Harmonies of #7B6473
Complementary color
Monochromatic Colors of #7B6473
Black with #7B6473
Text Example
Text Example
White with #7B6473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B6473; }
p { color: rgb(123,100,115); }
H1.HeaderClassName
{
color: #7B6473;
}
.AnyTagClassName
{
color: #7B6473;
}
</style>
background-color css
<style>
a { background-color: #7B6473; }
a { background-color: rgb(123,100,115); }
div.DivClassName
{
background-color: #7B6473;
}
.BgClassName
{
background-color: #7B6473;
}
</style>
border-color css
<style>
span { border-color: #7B6473; }
span { border-color: rgb(123,100,115); }
td.TdClassName
{
border-color: #7B6473;
}
.TagClassName
{
border-color: #7B6473;
}
</style>