Shades of Cosmic #7A4059
Tints of Cosmic #7A4059
RGB
CMYK
RGB Variations
Color information
#7A4059 (or 0x7A4059) is known color: Cosmic. HEX triplet: 7A, 40 and 59. RGB value is (122,64,89). Sum of RGB (Red+Green+Blue) = 122+64+89=275 (36% of max value = 765). Red value is 122 (48.05% from 255 or 44.36% from 275); Green value is 64 (25.39% from 255 or 23.27% from 275); Blue value is 89 (35.16% from 255 or 32.36% from 275); Max value from RGB is 122 - color contains mainly: red. Hex color #7A4059 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A4059 is #85BFA6. Grayscale: #545454. Windows color (decimal): -8765351 or 5849210. OLE color: 5849210.
HSL color Cylindrical-coordinate representation of color #7A4059: hue angle of 334.14º degrees, saturation: 0.31, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7A4059 is Cyan = 0, Magento = 0.48, Yellow = 0.27 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 64 | 89 | - |
| CMYK | 0 | 0.48 | 0.27 | 0.52 |
| HSL | 334.14º | 0.31% | 0.36% | - |
| HSV(B) | 334.14º | 0.48% | 0.48% | - |
| XYZ | 11.66 | 8.53 | 10.48 | - |
| YUV | 84.19 | 130.72 | 154.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 64 | 89 | 0 | 0.48 | 0.27 | 0.52 | 334.14 | 0.31 | 0.36 |
| Hex | 7A | 40 | 59 | 0 | 30 | 1B | 34 | 14E | 1F | 24 |
| Octal | 172 | 100 | 131 | 0 | 60 | 33 | 64 | 516 | 37 | 44 |
| Binary | 1111010 | 1000000 | 1011001 | 0 | 110000 | 11011 | 110100 | 101001110 | 11111 | 100100 |
Color Harmonies of #7A4059
Complementary color
Monochromatic Colors of #7A4059
Black with #7A4059
Text Example
Text Example
White with #7A4059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A4059; }
p { color: rgb(122,64,89); }
H1.HeaderClassName
{
color: #7A4059;
}
.AnyTagClassName
{
color: #7A4059;
}
</style>
background-color css
<style>
a { background-color: #7A4059; }
a { background-color: rgb(122,64,89); }
div.DivClassName
{
background-color: #7A4059;
}
.BgClassName
{
background-color: #7A4059;
}
</style>
border-color css
<style>
span { border-color: #7A4059; }
span { border-color: rgb(122,64,89); }
td.TdClassName
{
border-color: #7A4059;
}
.TagClassName
{
border-color: #7A4059;
}
</style>