Shades of Cosmic #7A516B
Tints of Cosmic #7A516B
RGB
CMYK
RGB Variations
Color information
#7A516B (or 0x7A516B) is known color: Cosmic. HEX triplet: 7A, 51 and 6B. RGB value is (122,81,107). Sum of RGB (Red+Green+Blue) = 122+81+107=310 (41% of max value = 765). Red value is 122 (48.05% from 255 or 39.35% from 310); Green value is 81 (32.03% from 255 or 26.13% from 310); Blue value is 107 (42.19% from 255 or 34.52% from 310); Max value from RGB is 122 - color contains mainly: red. Hex color #7A516B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A516B is #85AE94. Grayscale: #606060. Windows color (decimal): -8760981 or 7033210. OLE color: 7033210.
HSL color Cylindrical-coordinate representation of color #7A516B: hue angle of 321.95º 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 #7A516B is Cyan = 0, Magento = 0.34, Yellow = 0.12 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 81 | 107 | - |
| CMYK | 0 | 0.34 | 0.12 | 0.52 |
| HSL | 321.95º | 0.2% | 0.4% | - |
| HSV(B) | 321.95º | 0.34% | 0.48% | - |
| XYZ | 13.62 | 11.08 | 15.33 | - |
| YUV | 96.22 | 134.08 | 146.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 81 | 107 | 0 | 0.34 | 0.12 | 0.52 | 321.95 | 0.2 | 0.4 |
| Hex | 7A | 51 | 6B | 0 | 22 | C | 34 | 142 | 14 | 28 |
| Octal | 172 | 121 | 153 | 0 | 42 | 14 | 64 | 502 | 24 | 50 |
| Binary | 1111010 | 1010001 | 1101011 | 0 | 100010 | 1100 | 110100 | 101000010 | 10100 | 101000 |
Color Harmonies of #7A516B
Complementary color
Monochromatic Colors of #7A516B
Black with #7A516B
Text Example
Text Example
White with #7A516B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A516B; }
p { color: rgb(122,81,107); }
H1.HeaderClassName
{
color: #7A516B;
}
.AnyTagClassName
{
color: #7A516B;
}
</style>
background-color css
<style>
a { background-color: #7A516B; }
a { background-color: rgb(122,81,107); }
div.DivClassName
{
background-color: #7A516B;
}
.BgClassName
{
background-color: #7A516B;
}
</style>
border-color css
<style>
span { border-color: #7A516B; }
span { border-color: rgb(122,81,107); }
td.TdClassName
{
border-color: #7A516B;
}
.TagClassName
{
border-color: #7A516B;
}
</style>