Shades of Monsoon #7B6977
Tints of Monsoon #7B6977
RGB
CMYK
RGB Variations
Color information
#7B6977 (or 0x7B6977) is known color: Monsoon. HEX triplet: 7B, 69 and 77. RGB value is (123,105,119). Sum of RGB (Red+Green+Blue) = 123+105+119=347 (45% of max value = 765). Red value is 123 (48.44% from 255 or 35.45% from 347); Green value is 105 (41.41% from 255 or 30.26% from 347); Blue value is 119 (46.88% from 255 or 34.29% from 347); Max value from RGB is 123 - color contains mainly: red. Hex color #7B6977 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B6977 is #849688. Grayscale: #6F6F6F. Windows color (decimal): -8689289 or 7825787. OLE color: 7825787.
HSL color Cylindrical-coordinate representation of color #7B6977: hue angle of 313.33º degrees, saturation: 0.08, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #7B6977 is Cyan = 0, Magento = 0.15, Yellow = 0.03 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 105 | 119 | - |
| CMYK | 0 | 0.15 | 0.03 | 0.52 |
| HSL | 313.33º | 0.08% | 0.45% | - |
| HSV(B) | 313.33º | 0.15% | 0.48% | - |
| XYZ | 16.55 | 15.65 | 19.6 | - |
| YUV | 111.98 | 131.96 | 135.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 105 | 119 | 0 | 0.15 | 0.03 | 0.52 | 313.33 | 0.08 | 0.45 |
| Hex | 7B | 69 | 77 | 0 | F | 3 | 34 | 139 | 8 | 2D |
| Octal | 173 | 151 | 167 | 0 | 17 | 3 | 64 | 471 | 10 | 55 |
| Binary | 1111011 | 1101001 | 1110111 | 0 | 1111 | 11 | 110100 | 100111001 | 1000 | 101101 |
Color Harmonies of #7B6977
Complementary color
Monochromatic Colors of #7B6977
Black with #7B6977
Text Example
Text Example
White with #7B6977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B6977; }
p { color: rgb(123,105,119); }
H1.HeaderClassName
{
color: #7B6977;
}
.AnyTagClassName
{
color: #7B6977;
}
</style>
background-color css
<style>
a { background-color: #7B6977; }
a { background-color: rgb(123,105,119); }
div.DivClassName
{
background-color: #7B6977;
}
.BgClassName
{
background-color: #7B6977;
}
</style>
border-color css
<style>
span { border-color: #7B6977; }
span { border-color: rgb(123,105,119); }
td.TdClassName
{
border-color: #7B6977;
}
.TagClassName
{
border-color: #7B6977;
}
</style>