Shades of Monsoon #7A6875
Tints of Monsoon #7A6875
RGB
CMYK
RGB Variations
Color information
#7A6875 (or 0x7A6875) is known color: Monsoon. HEX triplet: 7A, 68 and 75. RGB value is (122,104,117). Sum of RGB (Red+Green+Blue) = 122+104+117=343 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.57% from 343); Green value is 104 (41.02% from 255 or 30.32% from 343); Blue value is 117 (46.09% from 255 or 34.11% from 343); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6875 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A6875 is #85978A. Grayscale: #6E6E6E. Windows color (decimal): -8755083 or 7694458. OLE color: 7694458.
HSL color Cylindrical-coordinate representation of color #7A6875: hue angle of 316.67º degrees, saturation: 0.08, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #7A6875 is Cyan = 0, Magento = 0.15, Yellow = 0.04 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 104 | 117 | - |
| CMYK | 0 | 0.15 | 0.04 | 0.52 |
| HSL | 316.67º | 0.08% | 0.44% | - |
| HSV(B) | 316.67º | 0.15% | 0.48% | - |
| XYZ | 16.19 | 15.32 | 18.93 | - |
| YUV | 110.86 | 131.46 | 135.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 104 | 117 | 0 | 0.15 | 0.04 | 0.52 | 316.67 | 0.08 | 0.44 |
| Hex | 7A | 68 | 75 | 0 | F | 4 | 34 | 13D | 8 | 2C |
| Octal | 172 | 150 | 165 | 0 | 17 | 4 | 64 | 475 | 10 | 54 |
| Binary | 1111010 | 1101000 | 1110101 | 0 | 1111 | 100 | 110100 | 100111101 | 1000 | 101100 |
Color Harmonies of #7A6875
Complementary color
Monochromatic Colors of #7A6875
Black with #7A6875
Text Example
Text Example
White with #7A6875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A6875; }
p { color: rgb(122,104,117); }
H1.HeaderClassName
{
color: #7A6875;
}
.AnyTagClassName
{
color: #7A6875;
}
</style>
background-color css
<style>
a { background-color: #7A6875; }
a { background-color: rgb(122,104,117); }
div.DivClassName
{
background-color: #7A6875;
}
.BgClassName
{
background-color: #7A6875;
}
</style>
border-color css
<style>
span { border-color: #7A6875; }
span { border-color: rgb(122,104,117); }
td.TdClassName
{
border-color: #7A6875;
}
.TagClassName
{
border-color: #7A6875;
}
</style>