Shades of Cosmic #7A4169
Tints of Cosmic #7A4169
RGB
CMYK
RGB Variations
Color information
#7A4169 (or 0x7A4169) is known color: Cosmic. HEX triplet: 7A, 41 and 69. RGB value is (122,65,105). Sum of RGB (Red+Green+Blue) = 122+65+105=292 (38% of max value = 765). Red value is 122 (48.05% from 255 or 41.78% from 292); Green value is 65 (25.78% from 255 or 22.26% from 292); Blue value is 105 (41.41% from 255 or 35.96% from 292); Max value from RGB is 122 - color contains mainly: red. Hex color #7A4169 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A4169 is #85BE96. Grayscale: #565656. Windows color (decimal): -8765079 or 6898042. OLE color: 6898042.
HSL color Cylindrical-coordinate representation of color #7A4169: hue angle of 317.89º degrees, saturation: 0.3, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7A4169 is Cyan = 0, Magento = 0.47, Yellow = 0.14 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 65 | 105 | - |
| CMYK | 0 | 0.47 | 0.14 | 0.52 |
| HSL | 317.89º | 0.3% | 0.37% | - |
| HSV(B) | 317.89º | 0.47% | 0.48% | - |
| XYZ | 12.47 | 8.94 | 14.43 | - |
| YUV | 86.6 | 138.38 | 153.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 65 | 105 | 0 | 0.47 | 0.14 | 0.52 | 317.89 | 0.3 | 0.37 |
| Hex | 7A | 41 | 69 | 0 | 2F | E | 34 | 13E | 1E | 25 |
| Octal | 172 | 101 | 151 | 0 | 57 | 16 | 64 | 476 | 36 | 45 |
| Binary | 1111010 | 1000001 | 1101001 | 0 | 101111 | 1110 | 110100 | 100111110 | 11110 | 100101 |
Color Harmonies of #7A4169
Complementary color
Monochromatic Colors of #7A4169
Black with #7A4169
Text Example
Text Example
White with #7A4169
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A4169; }
p { color: rgb(122,65,105); }
H1.HeaderClassName
{
color: #7A4169;
}
.AnyTagClassName
{
color: #7A4169;
}
</style>
background-color css
<style>
a { background-color: #7A4169; }
a { background-color: rgb(122,65,105); }
div.DivClassName
{
background-color: #7A4169;
}
.BgClassName
{
background-color: #7A4169;
}
</style>
border-color css
<style>
span { border-color: #7A4169; }
span { border-color: rgb(122,65,105); }
td.TdClassName
{
border-color: #7A4169;
}
.TagClassName
{
border-color: #7A4169;
}
</style>