Shades of Cosmic #7A4559
Tints of Cosmic #7A4559
RGB
CMYK
RGB Variations
Color information
#7A4559 (or 0x7A4559) is known color: Cosmic. HEX triplet: 7A, 45 and 59. RGB value is (122,69,89). Sum of RGB (Red+Green+Blue) = 122+69+89=280 (37% of max value = 765). Red value is 122 (48.05% from 255 or 43.57% from 280); Green value is 69 (27.34% from 255 or 24.64% from 280); Blue value is 89 (35.16% from 255 or 31.79% from 280); Max value from RGB is 122 - color contains mainly: red. Hex color #7A4559 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A4559 is #85BAA6. Grayscale: #575757. Windows color (decimal): -8764071 or 5850490. OLE color: 5850490.
HSL color Cylindrical-coordinate representation of color #7A4559: hue angle of 337.36º 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 #7A4559 is Cyan = 0, Magento = 0.43, Yellow = 0.27 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 69 | 89 | - |
| CMYK | 0 | 0.43 | 0.27 | 0.52 |
| HSL | 337.36º | 0.28% | 0.37% | - |
| HSV(B) | 337.36º | 0.43% | 0.48% | - |
| XYZ | 11.96 | 9.12 | 10.58 | - |
| YUV | 87.13 | 129.06 | 152.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 69 | 89 | 0 | 0.43 | 0.27 | 0.52 | 337.36 | 0.28 | 0.37 |
| Hex | 7A | 45 | 59 | 0 | 2B | 1B | 34 | 151 | 1C | 25 |
| Octal | 172 | 105 | 131 | 0 | 53 | 33 | 64 | 521 | 34 | 45 |
| Binary | 1111010 | 1000101 | 1011001 | 0 | 101011 | 11011 | 110100 | 101010001 | 11100 | 100101 |
Color Harmonies of #7A4559
Complementary color
Monochromatic Colors of #7A4559
Black with #7A4559
Text Example
Text Example
White with #7A4559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A4559; }
p { color: rgb(122,69,89); }
H1.HeaderClassName
{
color: #7A4559;
}
.AnyTagClassName
{
color: #7A4559;
}
</style>
background-color css
<style>
a { background-color: #7A4559; }
a { background-color: rgb(122,69,89); }
div.DivClassName
{
background-color: #7A4559;
}
.BgClassName
{
background-color: #7A4559;
}
</style>
border-color css
<style>
span { border-color: #7A4559; }
span { border-color: rgb(122,69,89); }
td.TdClassName
{
border-color: #7A4559;
}
.TagClassName
{
border-color: #7A4559;
}
</style>