Shades of Cosmic #7A4563
Tints of Cosmic #7A4563
RGB
CMYK
RGB Variations
Color information
#7A4563 (or 0x7A4563) is known color: Cosmic. HEX triplet: 7A, 45 and 63. RGB value is (122,69,99). Sum of RGB (Red+Green+Blue) = 122+69+99=290 (38% of max value = 765). Red value is 122 (48.05% from 255 or 42.07% from 290); Green value is 69 (27.34% from 255 or 23.79% from 290); Blue value is 99 (39.06% from 255 or 34.14% from 290); Max value from RGB is 122 - color contains mainly: red. Hex color #7A4563 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A4563 is #85BA9C. Grayscale: #585858. Windows color (decimal): -8764061 or 6505850. OLE color: 6505850.
HSL color Cylindrical-coordinate representation of color #7A4563: hue angle of 326.04º degrees, saturation: 0.28, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7A4563 is Cyan = 0, Magento = 0.43, Yellow = 0.19 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 69 | 99 | - |
| CMYK | 0 | 0.43 | 0.19 | 0.52 |
| HSL | 326.04º | 0.28% | 0.37% | - |
| HSV(B) | 326.04º | 0.43% | 0.48% | - |
| XYZ | 12.41 | 9.29 | 12.94 | - |
| YUV | 88.27 | 134.06 | 152.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 69 | 99 | 0 | 0.43 | 0.19 | 0.52 | 326.04 | 0.28 | 0.37 |
| Hex | 7A | 45 | 63 | 0 | 2B | 13 | 34 | 146 | 1C | 25 |
| Octal | 172 | 105 | 143 | 0 | 53 | 23 | 64 | 506 | 34 | 45 |
| Binary | 1111010 | 1000101 | 1100011 | 0 | 101011 | 10011 | 110100 | 101000110 | 11100 | 100101 |
Color Harmonies of #7A4563
Complementary color
Monochromatic Colors of #7A4563
Black with #7A4563
Text Example
Text Example
White with #7A4563
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A4563; }
p { color: rgb(122,69,99); }
H1.HeaderClassName
{
color: #7A4563;
}
.AnyTagClassName
{
color: #7A4563;
}
</style>
background-color css
<style>
a { background-color: #7A4563; }
a { background-color: rgb(122,69,99); }
div.DivClassName
{
background-color: #7A4563;
}
.BgClassName
{
background-color: #7A4563;
}
</style>
border-color css
<style>
span { border-color: #7A4563; }
span { border-color: rgb(122,69,99); }
td.TdClassName
{
border-color: #7A4563;
}
.TagClassName
{
border-color: #7A4563;
}
</style>