Shades of Monsoon #7A7177
Tints of Monsoon #7A7177
RGB
CMYK
RGB Variations
Color information
#7A7177 (or 0x7A7177) is known color: Monsoon. HEX triplet: 7A, 71 and 77. RGB value is (122,113,119). Sum of RGB (Red+Green+Blue) = 122+113+119=354 (46% of max value = 765). Red value is 122 (48.05% from 255 or 34.46% from 354); Green value is 113 (44.53% from 255 or 31.92% from 354); Blue value is 119 (46.88% from 255 or 33.62% from 354); Max value from RGB is 122 - color contains mainly: red. Hex color #7A7177 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A7177 is #858E88. Grayscale: #747474. Windows color (decimal): -8752777 or 7827834. OLE color: 7827834.
HSL color Cylindrical-coordinate representation of color #7A7177: hue angle of 320º degrees, saturation: 0.04, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #7A7177 is Cyan = 0, Magento = 0.07, Yellow = 0.02 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 113 | 119 | - |
| CMYK | 0 | 0.07 | 0.02 | 0.52 |
| HSL | 320º | 0.04% | 0.46% | - |
| HSV(B) | 320º | 0.07% | 0.48% | - |
| XYZ | 17.26 | 17.28 | 19.88 | - |
| YUV | 116.38 | 129.48 | 132.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 113 | 119 | 0 | 0.07 | 0.02 | 0.52 | 320 | 0.04 | 0.46 |
| Hex | 7A | 71 | 77 | 0 | 7 | 2 | 34 | 140 | 4 | 2E |
| Octal | 172 | 161 | 167 | 0 | 7 | 2 | 64 | 500 | 4 | 56 |
| Binary | 1111010 | 1110001 | 1110111 | 0 | 111 | 10 | 110100 | 101000000 | 100 | 101110 |
Color Harmonies of #7A7177
Complementary color
Monochromatic Colors of #7A7177
Black with #7A7177
Text Example
Text Example
White with #7A7177
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A7177; }
p { color: rgb(122,113,119); }
H1.HeaderClassName
{
color: #7A7177;
}
.AnyTagClassName
{
color: #7A7177;
}
</style>
background-color css
<style>
a { background-color: #7A7177; }
a { background-color: rgb(122,113,119); }
div.DivClassName
{
background-color: #7A7177;
}
.BgClassName
{
background-color: #7A7177;
}
</style>
border-color css
<style>
span { border-color: #7A7177; }
span { border-color: rgb(122,113,119); }
td.TdClassName
{
border-color: #7A7177;
}
.TagClassName
{
border-color: #7A7177;
}
</style>