Shades of Cosmic #7A5261
Tints of Cosmic #7A5261
RGB
CMYK
RGB Variations
Color information
#7A5261 (or 0x7A5261) is known color: Cosmic. HEX triplet: 7A, 52 and 61. RGB value is (122,82,97). Sum of RGB (Red+Green+Blue) = 122+82+97=301 (39% of max value = 765). Red value is 122 (48.05% from 255 or 40.53% from 301); Green value is 82 (32.42% from 255 or 27.24% from 301); Blue value is 97 (38.28% from 255 or 32.23% from 301); Max value from RGB is 122 - color contains mainly: red. Hex color #7A5261 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A5261 is #85AD9E. Grayscale: #5F5F5F. Windows color (decimal): -8760735 or 6378106. OLE color: 6378106.
HSL color Cylindrical-coordinate representation of color #7A5261: hue angle of 337.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 #7A5261 is Cyan = 0, Magento = 0.33, Yellow = 0.20 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 82 | 97 | - |
| CMYK | 0 | 0.33 | 0.20 | 0.52 |
| HSL | 337.5º | 0.2% | 0.4% | - |
| HSV(B) | 337.5º | 0.33% | 0.48% | - |
| XYZ | 13.2 | 11.04 | 12.74 | - |
| YUV | 95.67 | 128.75 | 146.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 82 | 97 | 0 | 0.33 | 0.20 | 0.52 | 337.5 | 0.2 | 0.4 |
| Hex | 7A | 52 | 61 | 0 | 21 | 14 | 34 | 152 | 14 | 28 |
| Octal | 172 | 122 | 141 | 0 | 41 | 24 | 64 | 522 | 24 | 50 |
| Binary | 1111010 | 1010010 | 1100001 | 0 | 100001 | 10100 | 110100 | 101010010 | 10100 | 101000 |
Color Harmonies of #7A5261
Complementary color
Monochromatic Colors of #7A5261
Black with #7A5261
Text Example
Text Example
White with #7A5261
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A5261; }
p { color: rgb(122,82,97); }
H1.HeaderClassName
{
color: #7A5261;
}
.AnyTagClassName
{
color: #7A5261;
}
</style>
background-color css
<style>
a { background-color: #7A5261; }
a { background-color: rgb(122,82,97); }
div.DivClassName
{
background-color: #7A5261;
}
.BgClassName
{
background-color: #7A5261;
}
</style>
border-color css
<style>
span { border-color: #7A5261; }
span { border-color: rgb(122,82,97); }
td.TdClassName
{
border-color: #7A5261;
}
.TagClassName
{
border-color: #7A5261;
}
</style>