Shades of Cosmic #7A4662
Tints of Cosmic #7A4662
RGB
CMYK
RGB Variations
Color information
#7A4662 (or 0x7A4662) is known color: Cosmic. HEX triplet: 7A, 46 and 62. RGB value is (122,70,98). Sum of RGB (Red+Green+Blue) = 122+70+98=290 (38% of max value = 765). Red value is 122 (48.05% from 255 or 42.07% from 290); Green value is 70 (27.73% from 255 or 24.14% from 290); Blue value is 98 (38.67% from 255 or 33.79% from 290); Max value from RGB is 122 - color contains mainly: red. Hex color #7A4662 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A4662 is #85B99D. Grayscale: #585858. Windows color (decimal): -8763806 or 6440570. OLE color: 6440570.
HSL color Cylindrical-coordinate representation of color #7A4662: hue angle of 327.69º degrees, saturation: 0.27, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7A4662 is Cyan = 0, Magento = 0.43, Yellow = 0.20 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 70 | 98 | - |
| CMYK | 0 | 0.43 | 0.20 | 0.52 |
| HSL | 327.69º | 0.27% | 0.38% | - |
| HSV(B) | 327.69º | 0.43% | 0.48% | - |
| XYZ | 12.42 | 9.4 | 12.71 | - |
| YUV | 88.74 | 133.23 | 151.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 70 | 98 | 0 | 0.43 | 0.20 | 0.52 | 327.69 | 0.27 | 0.38 |
| Hex | 7A | 46 | 62 | 0 | 2B | 14 | 34 | 148 | 1B | 26 |
| Octal | 172 | 106 | 142 | 0 | 53 | 24 | 64 | 510 | 33 | 46 |
| Binary | 1111010 | 1000110 | 1100010 | 0 | 101011 | 10100 | 110100 | 101001000 | 11011 | 100110 |
Color Harmonies of #7A4662
Complementary color
Monochromatic Colors of #7A4662
Black with #7A4662
Text Example
Text Example
White with #7A4662
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A4662; }
p { color: rgb(122,70,98); }
H1.HeaderClassName
{
color: #7A4662;
}
.AnyTagClassName
{
color: #7A4662;
}
</style>
background-color css
<style>
a { background-color: #7A4662; }
a { background-color: rgb(122,70,98); }
div.DivClassName
{
background-color: #7A4662;
}
.BgClassName
{
background-color: #7A4662;
}
</style>
border-color css
<style>
span { border-color: #7A4662; }
span { border-color: rgb(122,70,98); }
td.TdClassName
{
border-color: #7A4662;
}
.TagClassName
{
border-color: #7A4662;
}
</style>