Shades of Cosmic #7A4758
Tints of Cosmic #7A4758
RGB
CMYK
RGB Variations
Color information
#7A4758 (or 0x7A4758) is known color: Cosmic. HEX triplet: 7A, 47 and 58. RGB value is (122,71,88). Sum of RGB (Red+Green+Blue) = 122+71+88=281 (37% of max value = 765). Red value is 122 (48.05% from 255 or 43.42% from 281); Green value is 71 (28.12% from 255 or 25.27% from 281); Blue value is 88 (34.77% from 255 or 31.32% from 281); Max value from RGB is 122 - color contains mainly: red. Hex color #7A4758 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A4758 is #85B8A7. Grayscale: #585858. Windows color (decimal): -8763560 or 5785466. OLE color: 5785466.
HSL color Cylindrical-coordinate representation of color #7A4758: hue angle of 340º 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 #7A4758 is Cyan = 0, Magento = 0.42, Yellow = 0.28 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 71 | 88 | - |
| CMYK | 0 | 0.42 | 0.28 | 0.52 |
| HSL | 340º | 0.26% | 0.38% | - |
| HSV(B) | 340º | 0.42% | 0.48% | - |
| XYZ | 12.04 | 9.35 | 10.4 | - |
| YUV | 88.19 | 127.9 | 152.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 71 | 88 | 0 | 0.42 | 0.28 | 0.52 | 340 | 0.26 | 0.38 |
| Hex | 7A | 47 | 58 | 0 | 2A | 1C | 34 | 154 | 1A | 26 |
| Octal | 172 | 107 | 130 | 0 | 52 | 34 | 64 | 524 | 32 | 46 |
| Binary | 1111010 | 1000111 | 1011000 | 0 | 101010 | 11100 | 110100 | 101010100 | 11010 | 100110 |
Color Harmonies of #7A4758
Complementary color
Monochromatic Colors of #7A4758
Black with #7A4758
Text Example
Text Example
White with #7A4758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A4758; }
p { color: rgb(122,71,88); }
H1.HeaderClassName
{
color: #7A4758;
}
.AnyTagClassName
{
color: #7A4758;
}
</style>
background-color css
<style>
a { background-color: #7A4758; }
a { background-color: rgb(122,71,88); }
div.DivClassName
{
background-color: #7A4758;
}
.BgClassName
{
background-color: #7A4758;
}
</style>
border-color css
<style>
span { border-color: #7A4758; }
span { border-color: rgb(122,71,88); }
td.TdClassName
{
border-color: #7A4758;
}
.TagClassName
{
border-color: #7A4758;
}
</style>