Shades of Cosmic #7A4F6B
Tints of Cosmic #7A4F6B
RGB
CMYK
RGB Variations
Color information
#7A4F6B (or 0x7A4F6B) is known color: Cosmic. HEX triplet: 7A, 4F and 6B. RGB value is (122,79,107). Sum of RGB (Red+Green+Blue) = 122+79+107=308 (40% of max value = 765). Red value is 122 (48.05% from 255 or 39.61% from 308); Green value is 79 (31.25% from 255 or 25.65% from 308); Blue value is 107 (42.19% from 255 or 34.74% from 308); Max value from RGB is 122 - color contains mainly: red. Hex color #7A4F6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A4F6B is #85B094. Grayscale: #5E5E5E. Windows color (decimal): -8761493 or 7032698. OLE color: 7032698.
HSL color Cylindrical-coordinate representation of color #7A4F6B: hue angle of 320.93º degrees, saturation: 0.21, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7A4F6B is Cyan = 0, Magento = 0.35, Yellow = 0.12 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 79 | 107 | - |
| CMYK | 0 | 0.35 | 0.12 | 0.52 |
| HSL | 320.93º | 0.21% | 0.39% | - |
| HSV(B) | 320.93º | 0.35% | 0.48% | - |
| XYZ | 13.48 | 10.79 | 15.28 | - |
| YUV | 95.05 | 134.75 | 147.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 79 | 107 | 0 | 0.35 | 0.12 | 0.52 | 320.93 | 0.21 | 0.39 |
| Hex | 7A | 4F | 6B | 0 | 23 | C | 34 | 141 | 15 | 27 |
| Octal | 172 | 117 | 153 | 0 | 43 | 14 | 64 | 501 | 25 | 47 |
| Binary | 1111010 | 1001111 | 1101011 | 0 | 100011 | 1100 | 110100 | 101000001 | 10101 | 100111 |
Color Harmonies of #7A4F6B
Complementary color
Monochromatic Colors of #7A4F6B
Black with #7A4F6B
Text Example
Text Example
White with #7A4F6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A4F6B; }
p { color: rgb(122,79,107); }
H1.HeaderClassName
{
color: #7A4F6B;
}
.AnyTagClassName
{
color: #7A4F6B;
}
</style>
background-color css
<style>
a { background-color: #7A4F6B; }
a { background-color: rgb(122,79,107); }
div.DivClassName
{
background-color: #7A4F6B;
}
.BgClassName
{
background-color: #7A4F6B;
}
</style>
border-color css
<style>
span { border-color: #7A4F6B; }
span { border-color: rgb(122,79,107); }
td.TdClassName
{
border-color: #7A4F6B;
}
.TagClassName
{
border-color: #7A4F6B;
}
</style>