Shades of Monsoon #7A6273
Tints of Monsoon #7A6273
RGB
CMYK
RGB Variations
Color information
#7A6273 (or 0x7A6273) is known color: Monsoon. HEX triplet: 7A, 62 and 73. RGB value is (122,98,115). Sum of RGB (Red+Green+Blue) = 122+98+115=335 (44% of max value = 765). Red value is 122 (48.05% from 255 or 36.42% from 335); Green value is 98 (38.67% from 255 or 29.25% from 335); Blue value is 115 (45.31% from 255 or 34.33% from 335); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6273 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A6273 is #859D8C. Grayscale: #6B6B6B. Windows color (decimal): -8756621 or 7561850. OLE color: 7561850.
HSL color Cylindrical-coordinate representation of color #7A6273: hue angle of 317.5º degrees, saturation: 0.11, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #7A6273 is Cyan = 0, Magento = 0.20, Yellow = 0.06 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 98 | 115 | - |
| CMYK | 0 | 0.20 | 0.06 | 0.52 |
| HSL | 317.5º | 0.11% | 0.43% | - |
| HSV(B) | 317.5º | 0.2% | 0.48% | - |
| XYZ | 15.49 | 14.11 | 18.13 | - |
| YUV | 107.11 | 132.45 | 138.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 98 | 115 | 0 | 0.20 | 0.06 | 0.52 | 317.5 | 0.11 | 0.43 |
| Hex | 7A | 62 | 73 | 0 | 14 | 6 | 34 | 13E | B | 2B |
| Octal | 172 | 142 | 163 | 0 | 24 | 6 | 64 | 476 | 13 | 53 |
| Binary | 1111010 | 1100010 | 1110011 | 0 | 10100 | 110 | 110100 | 100111110 | 1011 | 101011 |
Color Harmonies of #7A6273
Complementary color
Monochromatic Colors of #7A6273
Black with #7A6273
Text Example
Text Example
White with #7A6273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A6273; }
p { color: rgb(122,98,115); }
H1.HeaderClassName
{
color: #7A6273;
}
.AnyTagClassName
{
color: #7A6273;
}
</style>
background-color css
<style>
a { background-color: #7A6273; }
a { background-color: rgb(122,98,115); }
div.DivClassName
{
background-color: #7A6273;
}
.BgClassName
{
background-color: #7A6273;
}
</style>
border-color css
<style>
span { border-color: #7A6273; }
span { border-color: rgb(122,98,115); }
td.TdClassName
{
border-color: #7A6273;
}
.TagClassName
{
border-color: #7A6273;
}
</style>