Shades of Monsoon #7B6F77
Tints of Monsoon #7B6F77
RGB
CMYK
RGB Variations
Color information
#7B6F77 (or 0x7B6F77) is known color: Monsoon. HEX triplet: 7B, 6F and 77. RGB value is (123,111,119). Sum of RGB (Red+Green+Blue) = 123+111+119=353 (46% of max value = 765). Red value is 123 (48.44% from 255 or 34.84% from 353); Green value is 111 (43.75% from 255 or 31.44% from 353); Blue value is 119 (46.88% from 255 or 33.71% from 353); Max value from RGB is 123 - color contains mainly: red. Hex color #7B6F77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B6F77 is #849088. Grayscale: #737373. Windows color (decimal): -8687753 or 7827323. OLE color: 7827323.
HSL color Cylindrical-coordinate representation of color #7B6F77: hue angle of 320º 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 #7B6F77 is Cyan = 0, Magento = 0.10, Yellow = 0.03 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 111 | 119 | - |
| CMYK | 0 | 0.10 | 0.03 | 0.52 |
| HSL | 320º | 0.05% | 0.46% | - |
| HSV(B) | 320º | 0.1% | 0.48% | - |
| XYZ | 17.18 | 16.91 | 19.81 | - |
| YUV | 115.5 | 129.98 | 133.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 111 | 119 | 0 | 0.10 | 0.03 | 0.52 | 320 | 0.05 | 0.46 |
| Hex | 7B | 6F | 77 | 0 | A | 3 | 34 | 140 | 5 | 2E |
| Octal | 173 | 157 | 167 | 0 | 12 | 3 | 64 | 500 | 5 | 56 |
| Binary | 1111011 | 1101111 | 1110111 | 0 | 1010 | 11 | 110100 | 101000000 | 101 | 101110 |
Color Harmonies of #7B6F77
Complementary color
Monochromatic Colors of #7B6F77
Black with #7B6F77
Text Example
Text Example
White with #7B6F77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B6F77; }
p { color: rgb(123,111,119); }
H1.HeaderClassName
{
color: #7B6F77;
}
.AnyTagClassName
{
color: #7B6F77;
}
</style>
background-color css
<style>
a { background-color: #7B6F77; }
a { background-color: rgb(123,111,119); }
div.DivClassName
{
background-color: #7B6F77;
}
.BgClassName
{
background-color: #7B6F77;
}
</style>
border-color css
<style>
span { border-color: #7B6F77; }
span { border-color: rgb(123,111,119); }
td.TdClassName
{
border-color: #7B6F77;
}
.TagClassName
{
border-color: #7B6F77;
}
</style>