Shades of Cosmic #7A4968
Tints of Cosmic #7A4968
RGB
CMYK
RGB Variations
Color information
#7A4968 (or 0x7A4968) is known color: Cosmic. HEX triplet: 7A, 49 and 68. RGB value is (122,73,104). Sum of RGB (Red+Green+Blue) = 122+73+104=299 (39% of max value = 765). Red value is 122 (48.05% from 255 or 40.80% from 299); Green value is 73 (28.91% from 255 or 24.41% from 299); Blue value is 104 (41.02% from 255 or 34.78% from 299); Max value from RGB is 122 - color contains mainly: red. Hex color #7A4968 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A4968 is #85B697. Grayscale: #5B5B5B. Windows color (decimal): -8763032 or 6834554. OLE color: 6834554.
HSL color Cylindrical-coordinate representation of color #7A4968: hue angle of 322.04º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7A4968 is Cyan = 0, Magento = 0.40, Yellow = 0.15 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 73 | 104 | - |
| CMYK | 0 | 0.40 | 0.15 | 0.52 |
| HSL | 322.04º | 0.25% | 0.38% | - |
| HSV(B) | 322.04º | 0.4% | 0.48% | - |
| XYZ | 12.91 | 9.9 | 14.33 | - |
| YUV | 91.19 | 135.23 | 149.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 73 | 104 | 0 | 0.40 | 0.15 | 0.52 | 322.04 | 0.25 | 0.38 |
| Hex | 7A | 49 | 68 | 0 | 28 | F | 34 | 142 | 19 | 26 |
| Octal | 172 | 111 | 150 | 0 | 50 | 17 | 64 | 502 | 31 | 46 |
| Binary | 1111010 | 1001001 | 1101000 | 0 | 101000 | 1111 | 110100 | 101000010 | 11001 | 100110 |
Color Harmonies of #7A4968
Complementary color
Monochromatic Colors of #7A4968
Black with #7A4968
Text Example
Text Example
White with #7A4968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A4968; }
p { color: rgb(122,73,104); }
H1.HeaderClassName
{
color: #7A4968;
}
.AnyTagClassName
{
color: #7A4968;
}
</style>
background-color css
<style>
a { background-color: #7A4968; }
a { background-color: rgb(122,73,104); }
div.DivClassName
{
background-color: #7A4968;
}
.BgClassName
{
background-color: #7A4968;
}
</style>
border-color css
<style>
span { border-color: #7A4968; }
span { border-color: rgb(122,73,104); }
td.TdClassName
{
border-color: #7A4968;
}
.TagClassName
{
border-color: #7A4968;
}
</style>