Shades of Cosmic #7A4868
Tints of Cosmic #7A4868
RGB
CMYK
RGB Variations
Color information
#7A4868 (or 0x7A4868) is known color: Cosmic. HEX triplet: 7A, 48 and 68. RGB value is (122,72,104). Sum of RGB (Red+Green+Blue) = 122+72+104=298 (39% of max value = 765). Red value is 122 (48.05% from 255 or 40.94% from 298); Green value is 72 (28.52% from 255 or 24.16% from 298); Blue value is 104 (41.02% from 255 or 34.90% from 298); Max value from RGB is 122 - color contains mainly: red. Hex color #7A4868 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A4868 is #85B797. Grayscale: #5A5A5A. Windows color (decimal): -8763288 or 6834298. OLE color: 6834298.
HSL color Cylindrical-coordinate representation of color #7A4868: hue angle of 321.6º degrees, saturation: 0.26, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7A4868 is Cyan = 0, Magento = 0.41, Yellow = 0.15 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 72 | 104 | - |
| CMYK | 0 | 0.41 | 0.15 | 0.52 |
| HSL | 321.6º | 0.26% | 0.38% | - |
| HSV(B) | 321.6º | 0.41% | 0.48% | - |
| XYZ | 12.84 | 9.77 | 14.31 | - |
| YUV | 90.6 | 135.57 | 150.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 72 | 104 | 0 | 0.41 | 0.15 | 0.52 | 321.6 | 0.26 | 0.38 |
| Hex | 7A | 48 | 68 | 0 | 29 | F | 34 | 142 | 1A | 26 |
| Octal | 172 | 110 | 150 | 0 | 51 | 17 | 64 | 502 | 32 | 46 |
| Binary | 1111010 | 1001000 | 1101000 | 0 | 101001 | 1111 | 110100 | 101000010 | 11010 | 100110 |
Color Harmonies of #7A4868
Complementary color
Monochromatic Colors of #7A4868
Black with #7A4868
Text Example
Text Example
White with #7A4868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A4868; }
p { color: rgb(122,72,104); }
H1.HeaderClassName
{
color: #7A4868;
}
.AnyTagClassName
{
color: #7A4868;
}
</style>
background-color css
<style>
a { background-color: #7A4868; }
a { background-color: rgb(122,72,104); }
div.DivClassName
{
background-color: #7A4868;
}
.BgClassName
{
background-color: #7A4868;
}
</style>
border-color css
<style>
span { border-color: #7A4868; }
span { border-color: rgb(122,72,104); }
td.TdClassName
{
border-color: #7A4868;
}
.TagClassName
{
border-color: #7A4868;
}
</style>