Shades of Cosmic #7A4259
Tints of Cosmic #7A4259
RGB
CMYK
RGB Variations
Color information
#7A4259 (or 0x7A4259) is known color: Cosmic. HEX triplet: 7A, 42 and 59. RGB value is (122,66,89). Sum of RGB (Red+Green+Blue) = 122+66+89=277 (36% of max value = 765). Red value is 122 (48.05% from 255 or 44.04% from 277); Green value is 66 (26.17% from 255 or 23.83% from 277); Blue value is 89 (35.16% from 255 or 32.13% from 277); Max value from RGB is 122 - color contains mainly: red. Hex color #7A4259 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A4259 is #85BDA6. Grayscale: #555555. Windows color (decimal): -8764839 or 5849722. OLE color: 5849722.
HSL color Cylindrical-coordinate representation of color #7A4259: hue angle of 335.36º degrees, saturation: 0.3, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7A4259 is Cyan = 0, Magento = 0.46, Yellow = 0.27 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 66 | 89 | - |
| CMYK | 0 | 0.46 | 0.27 | 0.52 |
| HSL | 335.36º | 0.3% | 0.37% | - |
| HSV(B) | 335.36º | 0.46% | 0.48% | - |
| XYZ | 11.78 | 8.76 | 10.52 | - |
| YUV | 85.37 | 130.05 | 154.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 66 | 89 | 0 | 0.46 | 0.27 | 0.52 | 335.36 | 0.3 | 0.37 |
| Hex | 7A | 42 | 59 | 0 | 2E | 1B | 34 | 14F | 1E | 25 |
| Octal | 172 | 102 | 131 | 0 | 56 | 33 | 64 | 517 | 36 | 45 |
| Binary | 1111010 | 1000010 | 1011001 | 0 | 101110 | 11011 | 110100 | 101001111 | 11110 | 100101 |
Color Harmonies of #7A4259
Complementary color
Monochromatic Colors of #7A4259
Black with #7A4259
Text Example
Text Example
White with #7A4259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A4259; }
p { color: rgb(122,66,89); }
H1.HeaderClassName
{
color: #7A4259;
}
.AnyTagClassName
{
color: #7A4259;
}
</style>
background-color css
<style>
a { background-color: #7A4259; }
a { background-color: rgb(122,66,89); }
div.DivClassName
{
background-color: #7A4259;
}
.BgClassName
{
background-color: #7A4259;
}
</style>
border-color css
<style>
span { border-color: #7A4259; }
span { border-color: rgb(122,66,89); }
td.TdClassName
{
border-color: #7A4259;
}
.TagClassName
{
border-color: #7A4259;
}
</style>