Shades of Monsoon #7B777A
Tints of Monsoon #7B777A
RGB
CMYK
RGB Variations
Color information
#7B777A (or 0x7B777A) is known color: Monsoon. HEX triplet: 7B, 77 and 7A. RGB value is (123,119,122). Sum of RGB (Red+Green+Blue) = 123+119+122=364 (48% of max value = 765). Red value is 123 (48.44% from 255 or 33.79% from 364); Green value is 119 (46.88% from 255 or 32.69% from 364); Blue value is 122 (48.05% from 255 or 33.52% from 364); Max value from RGB is 123 - color contains mainly: red. Hex color #7B777A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B777A is #848885. Grayscale: #787878. Windows color (decimal): -8685702 or 8025979. OLE color: 8025979.
HSL color Cylindrical-coordinate representation of color #7B777A: hue angle of 315º 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 #7B777A is Cyan = 0, Magento = 0.03, Yellow = 0.01 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 119 | 122 | - |
| CMYK | 0 | 0.03 | 0.01 | 0.52 |
| HSL | 315º | 0.02% | 0.47% | - |
| HSV(B) | 315º | 0.03% | 0.48% | - |
| XYZ | 18.28 | 18.81 | 21.08 | - |
| YUV | 120.54 | 128.83 | 129.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 119 | 122 | 0 | 0.03 | 0.01 | 0.52 | 315 | 0.02 | 0.47 |
| Hex | 7B | 77 | 7A | 0 | 3 | 1 | 34 | 13B | 2 | 2F |
| Octal | 173 | 167 | 172 | 0 | 3 | 1 | 64 | 473 | 2 | 57 |
| Binary | 1111011 | 1110111 | 1111010 | 0 | 11 | 1 | 110100 | 100111011 | 10 | 101111 |
Color Harmonies of #7B777A
Complementary color
Monochromatic Colors of #7B777A
Black with #7B777A
Text Example
Text Example
White with #7B777A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B777A; }
p { color: rgb(123,119,122); }
H1.HeaderClassName
{
color: #7B777A;
}
.AnyTagClassName
{
color: #7B777A;
}
</style>
background-color css
<style>
a { background-color: #7B777A; }
a { background-color: rgb(123,119,122); }
div.DivClassName
{
background-color: #7B777A;
}
.BgClassName
{
background-color: #7B777A;
}
</style>
border-color css
<style>
span { border-color: #7B777A; }
span { border-color: rgb(123,119,122); }
td.TdClassName
{
border-color: #7B777A;
}
.TagClassName
{
border-color: #7B777A;
}
</style>