Shades of Cosmic #7A4E63
Tints of Cosmic #7A4E63
RGB
CMYK
RGB Variations
Color information
#7A4E63 (or 0x7A4E63) is known color: Cosmic. HEX triplet: 7A, 4E and 63. RGB value is (122,78,99). Sum of RGB (Red+Green+Blue) = 122+78+99=299 (39% of max value = 765). Red value is 122 (48.05% from 255 or 40.80% from 299); Green value is 78 (30.86% from 255 or 26.09% from 299); Blue value is 99 (39.06% from 255 or 33.11% from 299); Max value from RGB is 122 - color contains mainly: red. Hex color #7A4E63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A4E63 is #85B19C. Grayscale: #5D5D5D. Windows color (decimal): -8761757 or 6508154. OLE color: 6508154.
HSL color Cylindrical-coordinate representation of color #7A4E63: hue angle of 331.36º degrees, saturation: 0.22, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7A4E63 is Cyan = 0, Magento = 0.36, Yellow = 0.19 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 78 | 99 | - |
| CMYK | 0 | 0.36 | 0.19 | 0.52 |
| HSL | 331.36º | 0.22% | 0.39% | - |
| HSV(B) | 331.36º | 0.36% | 0.48% | - |
| XYZ | 13 | 10.49 | 13.14 | - |
| YUV | 93.55 | 131.08 | 148.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 78 | 99 | 0 | 0.36 | 0.19 | 0.52 | 331.36 | 0.22 | 0.39 |
| Hex | 7A | 4E | 63 | 0 | 24 | 13 | 34 | 14B | 16 | 27 |
| Octal | 172 | 116 | 143 | 0 | 44 | 23 | 64 | 513 | 26 | 47 |
| Binary | 1111010 | 1001110 | 1100011 | 0 | 100100 | 10011 | 110100 | 101001011 | 10110 | 100111 |
Color Harmonies of #7A4E63
Complementary color
Monochromatic Colors of #7A4E63
Black with #7A4E63
Text Example
Text Example
White with #7A4E63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A4E63; }
p { color: rgb(122,78,99); }
H1.HeaderClassName
{
color: #7A4E63;
}
.AnyTagClassName
{
color: #7A4E63;
}
</style>
background-color css
<style>
a { background-color: #7A4E63; }
a { background-color: rgb(122,78,99); }
div.DivClassName
{
background-color: #7A4E63;
}
.BgClassName
{
background-color: #7A4E63;
}
</style>
border-color css
<style>
span { border-color: #7A4E63; }
span { border-color: rgb(122,78,99); }
td.TdClassName
{
border-color: #7A4E63;
}
.TagClassName
{
border-color: #7A4E63;
}
</style>