Shades of Cosmic #7A4759
Tints of Cosmic #7A4759
RGB
CMYK
RGB Variations
Color information
#7A4759 (or 0x7A4759) is known color: Cosmic. HEX triplet: 7A, 47 and 59. RGB value is (122,71,89). Sum of RGB (Red+Green+Blue) = 122+71+89=282 (37% of max value = 765). Red value is 122 (48.05% from 255 or 43.26% from 282); Green value is 71 (28.12% from 255 or 25.18% from 282); Blue value is 89 (35.16% from 255 or 31.56% from 282); Max value from RGB is 122 - color contains mainly: red. Hex color #7A4759 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A4759 is #85B8A6. Grayscale: #585858. Windows color (decimal): -8763559 or 5851002. OLE color: 5851002.
HSL color Cylindrical-coordinate representation of color #7A4759: hue angle of 338.82º degrees, saturation: 0.26, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7A4759 is Cyan = 0, Magento = 0.42, Yellow = 0.27 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 71 | 89 | - |
| CMYK | 0 | 0.42 | 0.27 | 0.52 |
| HSL | 338.82º | 0.26% | 0.38% | - |
| HSV(B) | 338.82º | 0.42% | 0.48% | - |
| XYZ | 12.08 | 9.37 | 10.62 | - |
| YUV | 88.3 | 128.4 | 152.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 71 | 89 | 0 | 0.42 | 0.27 | 0.52 | 338.82 | 0.26 | 0.38 |
| Hex | 7A | 47 | 59 | 0 | 2A | 1B | 34 | 153 | 1A | 26 |
| Octal | 172 | 107 | 131 | 0 | 52 | 33 | 64 | 523 | 32 | 46 |
| Binary | 1111010 | 1000111 | 1011001 | 0 | 101010 | 11011 | 110100 | 101010011 | 11010 | 100110 |
Color Harmonies of #7A4759
Complementary color
Monochromatic Colors of #7A4759
Black with #7A4759
Text Example
Text Example
White with #7A4759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A4759; }
p { color: rgb(122,71,89); }
H1.HeaderClassName
{
color: #7A4759;
}
.AnyTagClassName
{
color: #7A4759;
}
</style>
background-color css
<style>
a { background-color: #7A4759; }
a { background-color: rgb(122,71,89); }
div.DivClassName
{
background-color: #7A4759;
}
.BgClassName
{
background-color: #7A4759;
}
</style>
border-color css
<style>
span { border-color: #7A4759; }
span { border-color: rgb(122,71,89); }
td.TdClassName
{
border-color: #7A4759;
}
.TagClassName
{
border-color: #7A4759;
}
</style>