Shades of Monsoon #7B6F78
Tints of Monsoon #7B6F78
RGB
CMYK
RGB Variations
Color information
#7B6F78 (or 0x7B6F78) is known color: Monsoon. HEX triplet: 7B, 6F and 78. RGB value is (123,111,120). Sum of RGB (Red+Green+Blue) = 123+111+120=354 (46% of max value = 765). Red value is 123 (48.44% from 255 or 34.75% from 354); Green value is 111 (43.75% from 255 or 31.36% from 354); Blue value is 120 (47.27% from 255 or 33.90% from 354); Max value from RGB is 123 - color contains mainly: red. Hex color #7B6F78 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B6F78 is #849087. Grayscale: #737373. Windows color (decimal): -8687752 or 7892859. OLE color: 7892859.
HSL color Cylindrical-coordinate representation of color #7B6F78: hue angle of 315º degrees, saturation: 0.05, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #7B6F78 is Cyan = 0, Magento = 0.10, Yellow = 0.02 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 111 | 120 | - |
| CMYK | 0 | 0.10 | 0.02 | 0.52 |
| HSL | 315º | 0.05% | 0.46% | - |
| HSV(B) | 315º | 0.1% | 0.48% | - |
| XYZ | 17.24 | 16.94 | 20.13 | - |
| YUV | 115.61 | 130.48 | 133.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 111 | 120 | 0 | 0.10 | 0.02 | 0.52 | 315 | 0.05 | 0.46 |
| Hex | 7B | 6F | 78 | 0 | A | 2 | 34 | 13B | 5 | 2E |
| Octal | 173 | 157 | 170 | 0 | 12 | 2 | 64 | 473 | 5 | 56 |
| Binary | 1111011 | 1101111 | 1111000 | 0 | 1010 | 10 | 110100 | 100111011 | 101 | 101110 |
Color Harmonies of #7B6F78
Complementary color
Monochromatic Colors of #7B6F78
Black with #7B6F78
Text Example
Text Example
White with #7B6F78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B6F78; }
p { color: rgb(123,111,120); }
H1.HeaderClassName
{
color: #7B6F78;
}
.AnyTagClassName
{
color: #7B6F78;
}
</style>
background-color css
<style>
a { background-color: #7B6F78; }
a { background-color: rgb(123,111,120); }
div.DivClassName
{
background-color: #7B6F78;
}
.BgClassName
{
background-color: #7B6F78;
}
</style>
border-color css
<style>
span { border-color: #7B6F78; }
span { border-color: rgb(123,111,120); }
td.TdClassName
{
border-color: #7B6F78;
}
.TagClassName
{
border-color: #7B6F78;
}
</style>