Shades of Monsoon #7B6575
Tints of Monsoon #7B6575
RGB
CMYK
RGB Variations
Color information
#7B6575 (or 0x7B6575) is known color: Monsoon. HEX triplet: 7B, 65 and 75. RGB value is (123,101,117). Sum of RGB (Red+Green+Blue) = 123+101+117=341 (45% of max value = 765). Red value is 123 (48.44% from 255 or 36.07% from 341); Green value is 101 (39.84% from 255 or 29.62% from 341); Blue value is 117 (46.09% from 255 or 34.31% from 341); Max value from RGB is 123 - color contains mainly: red. Hex color #7B6575 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B6575 is #849A8A. Grayscale: #6D6D6D. Windows color (decimal): -8690315 or 7693691. OLE color: 7693691.
HSL color Cylindrical-coordinate representation of color #7B6575: hue angle of 316.36º degrees, saturation: 0.1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #7B6575 is Cyan = 0, Magento = 0.18, Yellow = 0.05 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 101 | 117 | - |
| CMYK | 0 | 0.18 | 0.05 | 0.52 |
| HSL | 316.36º | 0.1% | 0.44% | - |
| HSV(B) | 316.36º | 0.18% | 0.48% | - |
| XYZ | 16.03 | 14.8 | 18.84 | - |
| YUV | 109.4 | 132.29 | 137.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 101 | 117 | 0 | 0.18 | 0.05 | 0.52 | 316.36 | 0.1 | 0.44 |
| Hex | 7B | 65 | 75 | 0 | 12 | 5 | 34 | 13C | A | 2C |
| Octal | 173 | 145 | 165 | 0 | 22 | 5 | 64 | 474 | 12 | 54 |
| Binary | 1111011 | 1100101 | 1110101 | 0 | 10010 | 101 | 110100 | 100111100 | 1010 | 101100 |
Color Harmonies of #7B6575
Complementary color
Monochromatic Colors of #7B6575
Black with #7B6575
Text Example
Text Example
White with #7B6575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B6575; }
p { color: rgb(123,101,117); }
H1.HeaderClassName
{
color: #7B6575;
}
.AnyTagClassName
{
color: #7B6575;
}
</style>
background-color css
<style>
a { background-color: #7B6575; }
a { background-color: rgb(123,101,117); }
div.DivClassName
{
background-color: #7B6575;
}
.BgClassName
{
background-color: #7B6575;
}
</style>
border-color css
<style>
span { border-color: #7B6575; }
span { border-color: rgb(123,101,117); }
td.TdClassName
{
border-color: #7B6575;
}
.TagClassName
{
border-color: #7B6575;
}
</style>