Shades of Monsoon #7A7075
Tints of Monsoon #7A7075
RGB
CMYK
RGB Variations
Color information
#7A7075 (or 0x7A7075) is known color: Monsoon. HEX triplet: 7A, 70 and 75. RGB value is (122,112,117). Sum of RGB (Red+Green+Blue) = 122+112+117=351 (46% of max value = 765). Red value is 122 (48.05% from 255 or 34.76% from 351); Green value is 112 (44.14% from 255 or 31.91% from 351); Blue value is 117 (46.09% from 255 or 33.33% from 351); Max value from RGB is 122 - color contains mainly: red. Hex color #7A7075 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A7075 is #858F8A. Grayscale: #737373. Windows color (decimal): -8753035 or 7696506. OLE color: 7696506.
HSL color Cylindrical-coordinate representation of color #7A7075: hue angle of 330º degrees, saturation: 0.04, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #7A7075 is Cyan = 0, Magento = 0.08, Yellow = 0.04 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 112 | 117 | - |
| CMYK | 0 | 0.08 | 0.04 | 0.52 |
| HSL | 330º | 0.04% | 0.46% | - |
| HSV(B) | 330º | 0.08% | 0.48% | - |
| XYZ | 17.03 | 17.01 | 19.22 | - |
| YUV | 115.56 | 128.81 | 132.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 112 | 117 | 0 | 0.08 | 0.04 | 0.52 | 330 | 0.04 | 0.46 |
| Hex | 7A | 70 | 75 | 0 | 8 | 4 | 34 | 14A | 4 | 2E |
| Octal | 172 | 160 | 165 | 0 | 10 | 4 | 64 | 512 | 4 | 56 |
| Binary | 1111010 | 1110000 | 1110101 | 0 | 1000 | 100 | 110100 | 101001010 | 100 | 101110 |
Color Harmonies of #7A7075
Complementary color
Monochromatic Colors of #7A7075
Black with #7A7075
Text Example
Text Example
White with #7A7075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A7075; }
p { color: rgb(122,112,117); }
H1.HeaderClassName
{
color: #7A7075;
}
.AnyTagClassName
{
color: #7A7075;
}
</style>
background-color css
<style>
a { background-color: #7A7075; }
a { background-color: rgb(122,112,117); }
div.DivClassName
{
background-color: #7A7075;
}
.BgClassName
{
background-color: #7A7075;
}
</style>
border-color css
<style>
span { border-color: #7A7075; }
span { border-color: rgb(122,112,117); }
td.TdClassName
{
border-color: #7A7075;
}
.TagClassName
{
border-color: #7A7075;
}
</style>