Shades of Cosmic #7A515F
Tints of Cosmic #7A515F
RGB
CMYK
RGB Variations
Color information
#7A515F (or 0x7A515F) is known color: Cosmic. HEX triplet: 7A, 51 and 5F. RGB value is (122,81,95). Sum of RGB (Red+Green+Blue) = 122+81+95=298 (39% of max value = 765). Red value is 122 (48.05% from 255 or 40.94% from 298); Green value is 81 (32.03% from 255 or 27.18% from 298); Blue value is 95 (37.5% from 255 or 31.88% from 298); Max value from RGB is 122 - color contains mainly: red. Hex color #7A515F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A515F is #85AEA0. Grayscale: #5E5E5E. Windows color (decimal): -8760993 or 6246778. OLE color: 6246778.
HSL color Cylindrical-coordinate representation of color #7A515F: hue angle of 339.51º degrees, saturation: 0.2, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7A515F is Cyan = 0, Magento = 0.34, Yellow = 0.22 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 81 | 95 | - |
| CMYK | 0 | 0.34 | 0.22 | 0.52 |
| HSL | 339.51º | 0.2% | 0.4% | - |
| HSV(B) | 339.51º | 0.34% | 0.48% | - |
| XYZ | 13.03 | 10.85 | 12.23 | - |
| YUV | 94.86 | 128.08 | 147.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 81 | 95 | 0 | 0.34 | 0.22 | 0.52 | 339.51 | 0.2 | 0.4 |
| Hex | 7A | 51 | 5F | 0 | 22 | 16 | 34 | 154 | 14 | 28 |
| Octal | 172 | 121 | 137 | 0 | 42 | 26 | 64 | 524 | 24 | 50 |
| Binary | 1111010 | 1010001 | 1011111 | 0 | 100010 | 10110 | 110100 | 101010100 | 10100 | 101000 |
Color Harmonies of #7A515F
Complementary color
Monochromatic Colors of #7A515F
Black with #7A515F
Text Example
Text Example
White with #7A515F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A515F; }
p { color: rgb(122,81,95); }
H1.HeaderClassName
{
color: #7A515F;
}
.AnyTagClassName
{
color: #7A515F;
}
</style>
background-color css
<style>
a { background-color: #7A515F; }
a { background-color: rgb(122,81,95); }
div.DivClassName
{
background-color: #7A515F;
}
.BgClassName
{
background-color: #7A515F;
}
</style>
border-color css
<style>
span { border-color: #7A515F; }
span { border-color: rgb(122,81,95); }
td.TdClassName
{
border-color: #7A515F;
}
.TagClassName
{
border-color: #7A515F;
}
</style>