Shades of Cosmic #7A5269
Tints of Cosmic #7A5269
RGB
CMYK
RGB Variations
Color information
#7A5269 (or 0x7A5269) is known color: Cosmic. HEX triplet: 7A, 52 and 69. RGB value is (122,82,105). Sum of RGB (Red+Green+Blue) = 122+82+105=309 (40% of max value = 765). Red value is 122 (48.05% from 255 or 39.48% from 309); Green value is 82 (32.42% from 255 or 26.54% from 309); Blue value is 105 (41.41% from 255 or 33.98% from 309); Max value from RGB is 122 - color contains mainly: red. Hex color #7A5269 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A5269 is #85AD96. Grayscale: #606060. Windows color (decimal): -8760727 or 6902394. OLE color: 6902394.
HSL color Cylindrical-coordinate representation of color #7A5269: hue angle of 325.5º degrees, saturation: 0.2, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7A5269 is Cyan = 0, Magento = 0.33, Yellow = 0.14 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 82 | 105 | - |
| CMYK | 0 | 0.33 | 0.14 | 0.52 |
| HSL | 325.5º | 0.2% | 0.4% | - |
| HSV(B) | 325.5º | 0.33% | 0.48% | - |
| XYZ | 13.59 | 11.19 | 14.81 | - |
| YUV | 96.58 | 132.75 | 146.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 82 | 105 | 0 | 0.33 | 0.14 | 0.52 | 325.5 | 0.2 | 0.4 |
| Hex | 7A | 52 | 69 | 0 | 21 | E | 34 | 146 | 14 | 28 |
| Octal | 172 | 122 | 151 | 0 | 41 | 16 | 64 | 506 | 24 | 50 |
| Binary | 1111010 | 1010010 | 1101001 | 0 | 100001 | 1110 | 110100 | 101000110 | 10100 | 101000 |
Color Harmonies of #7A5269
Complementary color
Monochromatic Colors of #7A5269
Black with #7A5269
Text Example
Text Example
White with #7A5269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A5269; }
p { color: rgb(122,82,105); }
H1.HeaderClassName
{
color: #7A5269;
}
.AnyTagClassName
{
color: #7A5269;
}
</style>
background-color css
<style>
a { background-color: #7A5269; }
a { background-color: rgb(122,82,105); }
div.DivClassName
{
background-color: #7A5269;
}
.BgClassName
{
background-color: #7A5269;
}
</style>
border-color css
<style>
span { border-color: #7A5269; }
span { border-color: rgb(122,82,105); }
td.TdClassName
{
border-color: #7A5269;
}
.TagClassName
{
border-color: #7A5269;
}
</style>