Shades of Cosmic #7A4C59
Tints of Cosmic #7A4C59
RGB
CMYK
RGB Variations
Color information
#7A4C59 (or 0x7A4C59) is known color: Cosmic. HEX triplet: 7A, 4C and 59. RGB value is (122,76,89). Sum of RGB (Red+Green+Blue) = 122+76+89=287 (38% of max value = 765). Red value is 122 (48.05% from 255 or 42.51% from 287); Green value is 76 (30.08% from 255 or 26.48% from 287); Blue value is 89 (35.16% from 255 or 31.01% from 287); Max value from RGB is 122 - color contains mainly: red. Hex color #7A4C59 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A4C59 is #85B3A6. Grayscale: #5B5B5B. Windows color (decimal): -8762279 or 5852282. OLE color: 5852282.
HSL color Cylindrical-coordinate representation of color #7A4C59: hue angle of 343.04º degrees, saturation: 0.23, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7A4C59 is Cyan = 0, Magento = 0.38, Yellow = 0.27 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 76 | 89 | - |
| CMYK | 0 | 0.38 | 0.27 | 0.52 |
| HSL | 343.04º | 0.23% | 0.39% | - |
| HSV(B) | 343.04º | 0.38% | 0.48% | - |
| XYZ | 12.41 | 10.03 | 10.73 | - |
| YUV | 91.24 | 126.74 | 149.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 76 | 89 | 0 | 0.38 | 0.27 | 0.52 | 343.04 | 0.23 | 0.39 |
| Hex | 7A | 4C | 59 | 0 | 26 | 1B | 34 | 157 | 17 | 27 |
| Octal | 172 | 114 | 131 | 0 | 46 | 33 | 64 | 527 | 27 | 47 |
| Binary | 1111010 | 1001100 | 1011001 | 0 | 100110 | 11011 | 110100 | 101010111 | 10111 | 100111 |
Color Harmonies of #7A4C59
Complementary color
Monochromatic Colors of #7A4C59
Black with #7A4C59
Text Example
Text Example
White with #7A4C59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A4C59; }
p { color: rgb(122,76,89); }
H1.HeaderClassName
{
color: #7A4C59;
}
.AnyTagClassName
{
color: #7A4C59;
}
</style>
background-color css
<style>
a { background-color: #7A4C59; }
a { background-color: rgb(122,76,89); }
div.DivClassName
{
background-color: #7A4C59;
}
.BgClassName
{
background-color: #7A4C59;
}
</style>
border-color css
<style>
span { border-color: #7A4C59; }
span { border-color: rgb(122,76,89); }
td.TdClassName
{
border-color: #7A4C59;
}
.TagClassName
{
border-color: #7A4C59;
}
</style>