Shades of Cosmic #7A4569
Tints of Cosmic #7A4569
RGB
CMYK
RGB Variations
Color information
#7A4569 (or 0x7A4569) is known color: Cosmic. HEX triplet: 7A, 45 and 69. RGB value is (122,69,105). Sum of RGB (Red+Green+Blue) = 122+69+105=296 (39% of max value = 765). Red value is 122 (48.05% from 255 or 41.22% from 296); Green value is 69 (27.34% from 255 or 23.31% from 296); Blue value is 105 (41.41% from 255 or 35.47% from 296); Max value from RGB is 122 - color contains mainly: red. Hex color #7A4569 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A4569 is #85BA96. Grayscale: #585858. Windows color (decimal): -8764055 or 6899066. OLE color: 6899066.
HSL color Cylindrical-coordinate representation of color #7A4569: hue angle of 319.25º degrees, saturation: 0.28, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7A4569 is Cyan = 0, Magento = 0.43, Yellow = 0.14 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 69 | 105 | - |
| CMYK | 0 | 0.43 | 0.14 | 0.52 |
| HSL | 319.25º | 0.28% | 0.37% | - |
| HSV(B) | 319.25º | 0.43% | 0.48% | - |
| XYZ | 12.7 | 9.41 | 14.51 | - |
| YUV | 88.95 | 137.06 | 151.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 69 | 105 | 0 | 0.43 | 0.14 | 0.52 | 319.25 | 0.28 | 0.37 |
| Hex | 7A | 45 | 69 | 0 | 2B | E | 34 | 13F | 1C | 25 |
| Octal | 172 | 105 | 151 | 0 | 53 | 16 | 64 | 477 | 34 | 45 |
| Binary | 1111010 | 1000101 | 1101001 | 0 | 101011 | 1110 | 110100 | 100111111 | 11100 | 100101 |
Color Harmonies of #7A4569
Complementary color
Monochromatic Colors of #7A4569
Black with #7A4569
Text Example
Text Example
White with #7A4569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A4569; }
p { color: rgb(122,69,105); }
H1.HeaderClassName
{
color: #7A4569;
}
.AnyTagClassName
{
color: #7A4569;
}
</style>
background-color css
<style>
a { background-color: #7A4569; }
a { background-color: rgb(122,69,105); }
div.DivClassName
{
background-color: #7A4569;
}
.BgClassName
{
background-color: #7A4569;
}
</style>
border-color css
<style>
span { border-color: #7A4569; }
span { border-color: rgb(122,69,105); }
td.TdClassName
{
border-color: #7A4569;
}
.TagClassName
{
border-color: #7A4569;
}
</style>