Shades of Monsoon #7A6C75
Tints of Monsoon #7A6C75
RGB
CMYK
RGB Variations
Color information
#7A6C75 (or 0x7A6C75) is known color: Monsoon. HEX triplet: 7A, 6C and 75. RGB value is (122,108,117). Sum of RGB (Red+Green+Blue) = 122+108+117=347 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.16% from 347); Green value is 108 (42.58% from 255 or 31.12% from 347); Blue value is 117 (46.09% from 255 or 33.72% from 347); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6C75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A6C75 is #85938A. Grayscale: #717171. Windows color (decimal): -8754059 or 7695482. OLE color: 7695482.
HSL color Cylindrical-coordinate representation of color #7A6C75: hue angle of 321.43º degrees, saturation: 0.06, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #7A6C75 is Cyan = 0, Magento = 0.11, Yellow = 0.04 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 108 | 117 | - |
| CMYK | 0 | 0.11 | 0.04 | 0.52 |
| HSL | 321.43º | 0.06% | 0.45% | - |
| HSV(B) | 321.43º | 0.11% | 0.48% | - |
| XYZ | 16.6 | 16.15 | 19.07 | - |
| YUV | 113.21 | 130.14 | 134.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 108 | 117 | 0 | 0.11 | 0.04 | 0.52 | 321.43 | 0.06 | 0.45 |
| Hex | 7A | 6C | 75 | 0 | B | 4 | 34 | 141 | 6 | 2D |
| Octal | 172 | 154 | 165 | 0 | 13 | 4 | 64 | 501 | 6 | 55 |
| Binary | 1111010 | 1101100 | 1110101 | 0 | 1011 | 100 | 110100 | 101000001 | 110 | 101101 |
Color Harmonies of #7A6C75
Complementary color
Monochromatic Colors of #7A6C75
Black with #7A6C75
Text Example
Text Example
White with #7A6C75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A6C75; }
p { color: rgb(122,108,117); }
H1.HeaderClassName
{
color: #7A6C75;
}
.AnyTagClassName
{
color: #7A6C75;
}
</style>
background-color css
<style>
a { background-color: #7A6C75; }
a { background-color: rgb(122,108,117); }
div.DivClassName
{
background-color: #7A6C75;
}
.BgClassName
{
background-color: #7A6C75;
}
</style>
border-color css
<style>
span { border-color: #7A6C75; }
span { border-color: rgb(122,108,117); }
td.TdClassName
{
border-color: #7A6C75;
}
.TagClassName
{
border-color: #7A6C75;
}
</style>