Shades of Monsoon #7B6772
Tints of Monsoon #7B6772
RGB
CMYK
RGB Variations
Color information
#7B6772 (or 0x7B6772) is known color: Monsoon. HEX triplet: 7B, 67 and 72. RGB value is (123,103,114). Sum of RGB (Red+Green+Blue) = 123+103+114=340 (45% of max value = 765). Red value is 123 (48.44% from 255 or 36.18% from 340); Green value is 103 (40.62% from 255 or 30.29% from 340); Blue value is 114 (44.92% from 255 or 33.53% from 340); Max value from RGB is 123 - color contains mainly: red. Hex color #7B6772 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B6772 is #84988D. Grayscale: #6E6E6E. Windows color (decimal): -8689806 or 7497595. OLE color: 7497595.
HSL color Cylindrical-coordinate representation of color #7B6772: hue angle of 327º 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 #7B6772 is Cyan = 0, Magento = 0.16, Yellow = 0.07 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 103 | 114 | - |
| CMYK | 0 | 0.16 | 0.07 | 0.52 |
| HSL | 327º | 0.09% | 0.44% | - |
| HSV(B) | 327º | 0.16% | 0.48% | - |
| XYZ | 16.06 | 15.13 | 17.99 | - |
| YUV | 110.23 | 130.13 | 137.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 103 | 114 | 0 | 0.16 | 0.07 | 0.52 | 327 | 0.09 | 0.44 |
| Hex | 7B | 67 | 72 | 0 | 10 | 7 | 34 | 147 | 9 | 2C |
| Octal | 173 | 147 | 162 | 0 | 20 | 7 | 64 | 507 | 11 | 54 |
| Binary | 1111011 | 1100111 | 1110010 | 0 | 10000 | 111 | 110100 | 101000111 | 1001 | 101100 |
Color Harmonies of #7B6772
Complementary color
Monochromatic Colors of #7B6772
Black with #7B6772
Text Example
Text Example
White with #7B6772
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B6772; }
p { color: rgb(123,103,114); }
H1.HeaderClassName
{
color: #7B6772;
}
.AnyTagClassName
{
color: #7B6772;
}
</style>
background-color css
<style>
a { background-color: #7B6772; }
a { background-color: rgb(123,103,114); }
div.DivClassName
{
background-color: #7B6772;
}
.BgClassName
{
background-color: #7B6772;
}
</style>
border-color css
<style>
span { border-color: #7B6772; }
span { border-color: rgb(123,103,114); }
td.TdClassName
{
border-color: #7B6772;
}
.TagClassName
{
border-color: #7B6772;
}
</style>