Shades of Monsoon #7A7277
Tints of Monsoon #7A7277
RGB
CMYK
RGB Variations
Color information
#7A7277 (or 0x7A7277) is known color: Monsoon. HEX triplet: 7A, 72 and 77. RGB value is (122,114,119). Sum of RGB (Red+Green+Blue) = 122+114+119=355 (47% of max value = 765). Red value is 122 (48.05% from 255 or 34.37% from 355); Green value is 114 (44.92% from 255 or 32.11% from 355); Blue value is 119 (46.88% from 255 or 33.52% from 355); Max value from RGB is 122 - color contains mainly: red. Hex color #7A7277 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A7277 is #858D88. Grayscale: #747474. Windows color (decimal): -8752521 or 7828090. OLE color: 7828090.
HSL color Cylindrical-coordinate representation of color #7A7277: hue angle of 322.5º degrees, saturation: 0.03, 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 #7A7277 is Cyan = 0, Magento = 0.07, Yellow = 0.02 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 114 | 119 | - |
| CMYK | 0 | 0.07 | 0.02 | 0.52 |
| HSL | 322.5º | 0.03% | 0.46% | - |
| HSV(B) | 322.5º | 0.07% | 0.48% | - |
| XYZ | 17.37 | 17.5 | 19.92 | - |
| YUV | 116.96 | 129.15 | 131.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 114 | 119 | 0 | 0.07 | 0.02 | 0.52 | 322.5 | 0.03 | 0.46 |
| Hex | 7A | 72 | 77 | 0 | 7 | 2 | 34 | 142 | 3 | 2E |
| Octal | 172 | 162 | 167 | 0 | 7 | 2 | 64 | 502 | 3 | 56 |
| Binary | 1111010 | 1110010 | 1110111 | 0 | 111 | 10 | 110100 | 101000010 | 11 | 101110 |
Color Harmonies of #7A7277
Complementary color
Monochromatic Colors of #7A7277
Black with #7A7277
Text Example
Text Example
White with #7A7277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A7277; }
p { color: rgb(122,114,119); }
H1.HeaderClassName
{
color: #7A7277;
}
.AnyTagClassName
{
color: #7A7277;
}
</style>
background-color css
<style>
a { background-color: #7A7277; }
a { background-color: rgb(122,114,119); }
div.DivClassName
{
background-color: #7A7277;
}
.BgClassName
{
background-color: #7A7277;
}
</style>
border-color css
<style>
span { border-color: #7A7277; }
span { border-color: rgb(122,114,119); }
td.TdClassName
{
border-color: #7A7277;
}
.TagClassName
{
border-color: #7A7277;
}
</style>