Shades of Monsoon #7B787A
Tints of Monsoon #7B787A
RGB
CMYK
RGB Variations
Color information
#7B787A (or 0x7B787A) is known color: Monsoon. HEX triplet: 7B, 78 and 7A. RGB value is (123,120,122). Sum of RGB (Red+Green+Blue) = 123+120+122=365 (48% of max value = 765). Red value is 123 (48.44% from 255 or 33.70% from 365); Green value is 120 (47.27% from 255 or 32.88% from 365); Blue value is 122 (48.05% from 255 or 33.42% from 365); Max value from RGB is 123 - color contains mainly: red. Hex color #7B787A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B787A is #848785. Grayscale: #797979. Windows color (decimal): -8685446 or 8026235. OLE color: 8026235.
HSL color Cylindrical-coordinate representation of color #7B787A: hue angle of 320º degrees, saturation: 0.01, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #7B787A is Cyan = 0, Magento = 0.02, Yellow = 0.01 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 120 | 122 | - |
| CMYK | 0 | 0.02 | 0.01 | 0.52 |
| HSL | 320º | 0.01% | 0.48% | - |
| HSV(B) | 320º | 0.02% | 0.48% | - |
| XYZ | 18.4 | 19.05 | 21.12 | - |
| YUV | 121.13 | 128.49 | 129.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 120 | 122 | 0 | 0.02 | 0.01 | 0.52 | 320 | 0.01 | 0.48 |
| Hex | 7B | 78 | 7A | 0 | 2 | 1 | 34 | 140 | 1 | 30 |
| Octal | 173 | 170 | 172 | 0 | 2 | 1 | 64 | 500 | 1 | 60 |
| Binary | 1111011 | 1111000 | 1111010 | 0 | 10 | 1 | 110100 | 101000000 | 1 | 110000 |
Color Harmonies of #7B787A
Complementary color
Monochromatic Colors of #7B787A
Black with #7B787A
Text Example
Text Example
White with #7B787A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B787A; }
p { color: rgb(123,120,122); }
H1.HeaderClassName
{
color: #7B787A;
}
.AnyTagClassName
{
color: #7B787A;
}
</style>
background-color css
<style>
a { background-color: #7B787A; }
a { background-color: rgb(123,120,122); }
div.DivClassName
{
background-color: #7B787A;
}
.BgClassName
{
background-color: #7B787A;
}
</style>
border-color css
<style>
span { border-color: #7B787A; }
span { border-color: rgb(123,120,122); }
td.TdClassName
{
border-color: #7B787A;
}
.TagClassName
{
border-color: #7B787A;
}
</style>