Shades of Cosmic #7A5369
Tints of Cosmic #7A5369
RGB
CMYK
RGB Variations
Color information
#7A5369 (or 0x7A5369) is known color: Cosmic. HEX triplet: 7A, 53 and 69. RGB value is (122,83,105). Sum of RGB (Red+Green+Blue) = 122+83+105=310 (41% of max value = 765). Red value is 122 (48.05% from 255 or 39.35% from 310); Green value is 83 (32.81% from 255 or 26.77% from 310); Blue value is 105 (41.41% from 255 or 33.87% from 310); Max value from RGB is 122 - color contains mainly: red. Hex color #7A5369 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A5369 is #85AC96. Grayscale: #616161. Windows color (decimal): -8760471 or 6902650. OLE color: 6902650.
HSL color Cylindrical-coordinate representation of color #7A5369: hue angle of 326.15º degrees, saturation: 0.19, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7A5369 is Cyan = 0, Magento = 0.32, Yellow = 0.14 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 83 | 105 | - |
| CMYK | 0 | 0.32 | 0.14 | 0.52 |
| HSL | 326.15º | 0.19% | 0.4% | - |
| HSV(B) | 326.15º | 0.32% | 0.48% | - |
| XYZ | 13.67 | 11.34 | 14.83 | - |
| YUV | 97.17 | 132.42 | 145.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 83 | 105 | 0 | 0.32 | 0.14 | 0.52 | 326.15 | 0.19 | 0.4 |
| Hex | 7A | 53 | 69 | 0 | 20 | E | 34 | 146 | 13 | 28 |
| Octal | 172 | 123 | 151 | 0 | 40 | 16 | 64 | 506 | 23 | 50 |
| Binary | 1111010 | 1010011 | 1101001 | 0 | 100000 | 1110 | 110100 | 101000110 | 10011 | 101000 |
Color Harmonies of #7A5369
Complementary color
Monochromatic Colors of #7A5369
Black with #7A5369
Text Example
Text Example
White with #7A5369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A5369; }
p { color: rgb(122,83,105); }
H1.HeaderClassName
{
color: #7A5369;
}
.AnyTagClassName
{
color: #7A5369;
}
</style>
background-color css
<style>
a { background-color: #7A5369; }
a { background-color: rgb(122,83,105); }
div.DivClassName
{
background-color: #7A5369;
}
.BgClassName
{
background-color: #7A5369;
}
</style>
border-color css
<style>
span { border-color: #7A5369; }
span { border-color: rgb(122,83,105); }
td.TdClassName
{
border-color: #7A5369;
}
.TagClassName
{
border-color: #7A5369;
}
</style>