Shades of Cosmic #7A4766
Tints of Cosmic #7A4766
RGB
CMYK
RGB Variations
Color information
#7A4766 (or 0x7A4766) is known color: Cosmic. HEX triplet: 7A, 47 and 66. RGB value is (122,71,102). Sum of RGB (Red+Green+Blue) = 122+71+102=295 (39% of max value = 765). Red value is 122 (48.05% from 255 or 41.36% from 295); Green value is 71 (28.12% from 255 or 24.07% from 295); Blue value is 102 (40.23% from 255 or 34.58% from 295); Max value from RGB is 122 - color contains mainly: red. Hex color #7A4766 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A4766 is #85B899. Grayscale: #595959. Windows color (decimal): -8763546 or 6702970. OLE color: 6702970.
HSL color Cylindrical-coordinate representation of color #7A4766: hue angle of 323.53º 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 #7A4766 is Cyan = 0, Magento = 0.42, Yellow = 0.16 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 71 | 102 | - |
| CMYK | 0 | 0.42 | 0.16 | 0.52 |
| HSL | 323.53º | 0.26% | 0.38% | - |
| HSV(B) | 323.53º | 0.42% | 0.48% | - |
| XYZ | 12.68 | 9.6 | 13.76 | - |
| YUV | 89.78 | 134.9 | 150.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 71 | 102 | 0 | 0.42 | 0.16 | 0.52 | 323.53 | 0.26 | 0.38 |
| Hex | 7A | 47 | 66 | 0 | 2A | 10 | 34 | 144 | 1A | 26 |
| Octal | 172 | 107 | 146 | 0 | 52 | 20 | 64 | 504 | 32 | 46 |
| Binary | 1111010 | 1000111 | 1100110 | 0 | 101010 | 10000 | 110100 | 101000100 | 11010 | 100110 |
Color Harmonies of #7A4766
Complementary color
Monochromatic Colors of #7A4766
Black with #7A4766
Text Example
Text Example
White with #7A4766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A4766; }
p { color: rgb(122,71,102); }
H1.HeaderClassName
{
color: #7A4766;
}
.AnyTagClassName
{
color: #7A4766;
}
</style>
background-color css
<style>
a { background-color: #7A4766; }
a { background-color: rgb(122,71,102); }
div.DivClassName
{
background-color: #7A4766;
}
.BgClassName
{
background-color: #7A4766;
}
</style>
border-color css
<style>
span { border-color: #7A4766; }
span { border-color: rgb(122,71,102); }
td.TdClassName
{
border-color: #7A4766;
}
.TagClassName
{
border-color: #7A4766;
}
</style>