Shades of Monsoon #7B6976
Tints of Monsoon #7B6976
RGB
CMYK
RGB Variations
Color information
#7B6976 (or 0x7B6976) is known color: Monsoon. HEX triplet: 7B, 69 and 76. RGB value is (123,105,118). Sum of RGB (Red+Green+Blue) = 123+105+118=346 (45% of max value = 765). Red value is 123 (48.44% from 255 or 35.55% from 346); Green value is 105 (41.41% from 255 or 30.35% from 346); Blue value is 118 (46.48% from 255 or 34.10% from 346); Max value from RGB is 123 - color contains mainly: red. Hex color #7B6976 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B6976 is #849689. Grayscale: #6F6F6F. Windows color (decimal): -8689290 or 7760251. OLE color: 7760251.
HSL color Cylindrical-coordinate representation of color #7B6976: hue angle of 316.67º 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 #7B6976 is Cyan = 0, Magento = 0.15, Yellow = 0.04 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 105 | 118 | - |
| CMYK | 0 | 0.15 | 0.04 | 0.52 |
| HSL | 316.67º | 0.08% | 0.45% | - |
| HSV(B) | 316.67º | 0.15% | 0.48% | - |
| XYZ | 16.49 | 15.62 | 19.29 | - |
| YUV | 111.86 | 131.46 | 135.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 105 | 118 | 0 | 0.15 | 0.04 | 0.52 | 316.67 | 0.08 | 0.45 |
| Hex | 7B | 69 | 76 | 0 | F | 4 | 34 | 13D | 8 | 2D |
| Octal | 173 | 151 | 166 | 0 | 17 | 4 | 64 | 475 | 10 | 55 |
| Binary | 1111011 | 1101001 | 1110110 | 0 | 1111 | 100 | 110100 | 100111101 | 1000 | 101101 |
Color Harmonies of #7B6976
Complementary color
Monochromatic Colors of #7B6976
Black with #7B6976
Text Example
Text Example
White with #7B6976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B6976; }
p { color: rgb(123,105,118); }
H1.HeaderClassName
{
color: #7B6976;
}
.AnyTagClassName
{
color: #7B6976;
}
</style>
background-color css
<style>
a { background-color: #7B6976; }
a { background-color: rgb(123,105,118); }
div.DivClassName
{
background-color: #7B6976;
}
.BgClassName
{
background-color: #7B6976;
}
</style>
border-color css
<style>
span { border-color: #7B6976; }
span { border-color: rgb(123,105,118); }
td.TdClassName
{
border-color: #7B6976;
}
.TagClassName
{
border-color: #7B6976;
}
</style>