Shades of Monsoon #7B6773
Tints of Monsoon #7B6773
RGB
CMYK
RGB Variations
Color information
#7B6773 (or 0x7B6773) is known color: Monsoon. HEX triplet: 7B, 67 and 73. RGB value is (123,103,115). Sum of RGB (Red+Green+Blue) = 123+103+115=341 (45% of max value = 765). Red value is 123 (48.44% from 255 or 36.07% from 341); Green value is 103 (40.62% from 255 or 30.21% from 341); Blue value is 115 (45.31% from 255 or 33.72% from 341); Max value from RGB is 123 - color contains mainly: red. Hex color #7B6773 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B6773 is #84988C. Grayscale: #6E6E6E. Windows color (decimal): -8689805 or 7563131. OLE color: 7563131.
HSL color Cylindrical-coordinate representation of color #7B6773: hue angle of 324º degrees, saturation: 0.09, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #7B6773 is Cyan = 0, Magento = 0.16, Yellow = 0.07 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 103 | 115 | - |
| CMYK | 0 | 0.16 | 0.07 | 0.52 |
| HSL | 324º | 0.09% | 0.44% | - |
| HSV(B) | 324º | 0.16% | 0.48% | - |
| XYZ | 16.11 | 15.15 | 18.29 | - |
| YUV | 110.35 | 130.63 | 137.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 103 | 115 | 0 | 0.16 | 0.07 | 0.52 | 324 | 0.09 | 0.44 |
| Hex | 7B | 67 | 73 | 0 | 10 | 7 | 34 | 144 | 9 | 2C |
| Octal | 173 | 147 | 163 | 0 | 20 | 7 | 64 | 504 | 11 | 54 |
| Binary | 1111011 | 1100111 | 1110011 | 0 | 10000 | 111 | 110100 | 101000100 | 1001 | 101100 |
Color Harmonies of #7B6773
Complementary color
Monochromatic Colors of #7B6773
Black with #7B6773
Text Example
Text Example
White with #7B6773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B6773; }
p { color: rgb(123,103,115); }
H1.HeaderClassName
{
color: #7B6773;
}
.AnyTagClassName
{
color: #7B6773;
}
</style>
background-color css
<style>
a { background-color: #7B6773; }
a { background-color: rgb(123,103,115); }
div.DivClassName
{
background-color: #7B6773;
}
.BgClassName
{
background-color: #7B6773;
}
</style>
border-color css
<style>
span { border-color: #7B6773; }
span { border-color: rgb(123,103,115); }
td.TdClassName
{
border-color: #7B6773;
}
.TagClassName
{
border-color: #7B6773;
}
</style>