Shades of Cosmic #7A4C6E
Tints of Cosmic #7A4C6E
RGB
CMYK
RGB Variations
Color information
#7A4C6E (or 0x7A4C6E) is known color: Cosmic. HEX triplet: 7A, 4C and 6E. RGB value is (122,76,110). Sum of RGB (Red+Green+Blue) = 122+76+110=308 (40% of max value = 765). Red value is 122 (48.05% from 255 or 39.61% from 308); Green value is 76 (30.08% from 255 or 24.68% from 308); Blue value is 110 (43.36% from 255 or 35.71% from 308); Max value from RGB is 122 - color contains mainly: red. Hex color #7A4C6E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A4C6E is #85B391. Grayscale: #5D5D5D. Windows color (decimal): -8762258 or 7228538. OLE color: 7228538.
HSL color Cylindrical-coordinate representation of color #7A4C6E: hue angle of 315.65º 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 #7A4C6E is Cyan = 0, Magento = 0.38, Yellow = 0.10 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 76 | 110 | - |
| CMYK | 0 | 0.38 | 0.10 | 0.52 |
| HSL | 315.65º | 0.23% | 0.39% | - |
| HSV(B) | 315.65º | 0.38% | 0.48% | - |
| XYZ | 13.42 | 10.43 | 16.06 | - |
| YUV | 93.63 | 137.24 | 148.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 76 | 110 | 0 | 0.38 | 0.10 | 0.52 | 315.65 | 0.23 | 0.39 |
| Hex | 7A | 4C | 6E | 0 | 26 | A | 34 | 13C | 17 | 27 |
| Octal | 172 | 114 | 156 | 0 | 46 | 12 | 64 | 474 | 27 | 47 |
| Binary | 1111010 | 1001100 | 1101110 | 0 | 100110 | 1010 | 110100 | 100111100 | 10111 | 100111 |
Color Harmonies of #7A4C6E
Complementary color
Monochromatic Colors of #7A4C6E
Black with #7A4C6E
Text Example
Text Example
White with #7A4C6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A4C6E; }
p { color: rgb(122,76,110); }
H1.HeaderClassName
{
color: #7A4C6E;
}
.AnyTagClassName
{
color: #7A4C6E;
}
</style>
background-color css
<style>
a { background-color: #7A4C6E; }
a { background-color: rgb(122,76,110); }
div.DivClassName
{
background-color: #7A4C6E;
}
.BgClassName
{
background-color: #7A4C6E;
}
</style>
border-color css
<style>
span { border-color: #7A4C6E; }
span { border-color: rgb(122,76,110); }
td.TdClassName
{
border-color: #7A4C6E;
}
.TagClassName
{
border-color: #7A4C6E;
}
</style>