Shades of Monsoon #7B7779
Tints of Monsoon #7B7779
RGB
CMYK
RGB Variations
Color information
#7B7779 (or 0x7B7779) is known color: Monsoon. HEX triplet: 7B, 77 and 79. RGB value is (123,119,121). Sum of RGB (Red+Green+Blue) = 123+119+121=363 (48% of max value = 765). Red value is 123 (48.44% from 255 or 33.88% from 363); Green value is 119 (46.88% from 255 or 32.78% from 363); Blue value is 121 (47.66% from 255 or 33.33% from 363); Max value from RGB is 123 - color contains mainly: red. Hex color #7B7779 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B7779 is #848886. Grayscale: #787878. Windows color (decimal): -8685703 or 7960443. OLE color: 7960443.
HSL color Cylindrical-coordinate representation of color #7B7779: hue angle of 330º degrees, saturation: 0.02, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #7B7779 is Cyan = 0, Magento = 0.03, Yellow = 0.02 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 119 | 121 | - |
| CMYK | 0 | 0.03 | 0.02 | 0.52 |
| HSL | 330º | 0.02% | 0.47% | - |
| HSV(B) | 330º | 0.03% | 0.48% | - |
| XYZ | 18.22 | 18.79 | 20.75 | - |
| YUV | 120.42 | 128.33 | 129.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 119 | 121 | 0 | 0.03 | 0.02 | 0.52 | 330 | 0.02 | 0.47 |
| Hex | 7B | 77 | 79 | 0 | 3 | 2 | 34 | 14A | 2 | 2F |
| Octal | 173 | 167 | 171 | 0 | 3 | 2 | 64 | 512 | 2 | 57 |
| Binary | 1111011 | 1110111 | 1111001 | 0 | 11 | 10 | 110100 | 101001010 | 10 | 101111 |
Color Harmonies of #7B7779
Complementary color
Monochromatic Colors of #7B7779
Black with #7B7779
Text Example
Text Example
White with #7B7779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B7779; }
p { color: rgb(123,119,121); }
H1.HeaderClassName
{
color: #7B7779;
}
.AnyTagClassName
{
color: #7B7779;
}
</style>
background-color css
<style>
a { background-color: #7B7779; }
a { background-color: rgb(123,119,121); }
div.DivClassName
{
background-color: #7B7779;
}
.BgClassName
{
background-color: #7B7779;
}
</style>
border-color css
<style>
span { border-color: #7B7779; }
span { border-color: rgb(123,119,121); }
td.TdClassName
{
border-color: #7B7779;
}
.TagClassName
{
border-color: #7B7779;
}
</style>