Shades of Monsoon #7A6874
Tints of Monsoon #7A6874
RGB
CMYK
RGB Variations
Color information
#7A6874 (or 0x7A6874) is known color: Monsoon. HEX triplet: 7A, 68 and 74. RGB value is (122,104,116). Sum of RGB (Red+Green+Blue) = 122+104+116=342 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.67% from 342); Green value is 104 (41.02% from 255 or 30.41% from 342); Blue value is 116 (45.70% from 255 or 33.92% from 342); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6874 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A6874 is #85978B. Grayscale: #6E6E6E. Windows color (decimal): -8755084 or 7628922. OLE color: 7628922.
HSL color Cylindrical-coordinate representation of color #7A6874: hue angle of 320º 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 #7A6874 is Cyan = 0, Magento = 0.15, Yellow = 0.05 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 104 | 116 | - |
| CMYK | 0 | 0.15 | 0.05 | 0.52 |
| HSL | 320º | 0.08% | 0.44% | - |
| HSV(B) | 320º | 0.15% | 0.48% | - |
| XYZ | 16.13 | 15.3 | 18.63 | - |
| YUV | 110.75 | 130.96 | 136.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 104 | 116 | 0 | 0.15 | 0.05 | 0.52 | 320 | 0.08 | 0.44 |
| Hex | 7A | 68 | 74 | 0 | F | 5 | 34 | 140 | 8 | 2C |
| Octal | 172 | 150 | 164 | 0 | 17 | 5 | 64 | 500 | 10 | 54 |
| Binary | 1111010 | 1101000 | 1110100 | 0 | 1111 | 101 | 110100 | 101000000 | 1000 | 101100 |
Color Harmonies of #7A6874
Complementary color
Monochromatic Colors of #7A6874
Black with #7A6874
Text Example
Text Example
White with #7A6874
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A6874; }
p { color: rgb(122,104,116); }
H1.HeaderClassName
{
color: #7A6874;
}
.AnyTagClassName
{
color: #7A6874;
}
</style>
background-color css
<style>
a { background-color: #7A6874; }
a { background-color: rgb(122,104,116); }
div.DivClassName
{
background-color: #7A6874;
}
.BgClassName
{
background-color: #7A6874;
}
</style>
border-color css
<style>
span { border-color: #7A6874; }
span { border-color: rgb(122,104,116); }
td.TdClassName
{
border-color: #7A6874;
}
.TagClassName
{
border-color: #7A6874;
}
</style>