Shades of Cosmic #7C516B
Tints of Cosmic #7C516B
RGB
CMYK
RGB Variations
Color information
#7C516B (or 0x7C516B) is known color: Cosmic. HEX triplet: 7C, 51 and 6B. RGB value is (124,81,107). Sum of RGB (Red+Green+Blue) = 124+81+107=312 (41% of max value = 765). Red value is 124 (48.83% from 255 or 39.74% from 312); Green value is 81 (32.03% from 255 or 25.96% from 312); Blue value is 107 (42.19% from 255 or 34.29% from 312); Max value from RGB is 124 - color contains mainly: red. Hex color #7C516B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C516B is #83AE94. Grayscale: #606060. Windows color (decimal): -8629909 or 7033212. OLE color: 7033212.
HSL color Cylindrical-coordinate representation of color #7C516B: hue angle of 323.72º degrees, saturation: 0.21, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7C516B is Cyan = 0, Magento = 0.35, Yellow = 0.14 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 81 | 107 | - |
| CMYK | 0 | 0.35 | 0.14 | 0.51 |
| HSL | 323.72º | 0.21% | 0.4% | - |
| HSV(B) | 323.72º | 0.35% | 0.49% | - |
| XYZ | 13.91 | 11.23 | 15.34 | - |
| YUV | 96.82 | 133.75 | 147.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 81 | 107 | 0 | 0.35 | 0.14 | 0.51 | 323.72 | 0.21 | 0.4 |
| Hex | 7C | 51 | 6B | 0 | 23 | E | 33 | 144 | 15 | 28 |
| Octal | 174 | 121 | 153 | 0 | 43 | 16 | 63 | 504 | 25 | 50 |
| Binary | 1111100 | 1010001 | 1101011 | 0 | 100011 | 1110 | 110011 | 101000100 | 10101 | 101000 |
Color Harmonies of #7C516B
Complementary color
Monochromatic Colors of #7C516B
Black with #7C516B
Text Example
Text Example
White with #7C516B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C516B; }
p { color: rgb(124,81,107); }
H1.HeaderClassName
{
color: #7C516B;
}
.AnyTagClassName
{
color: #7C516B;
}
</style>
background-color css
<style>
a { background-color: #7C516B; }
a { background-color: rgb(124,81,107); }
div.DivClassName
{
background-color: #7C516B;
}
.BgClassName
{
background-color: #7C516B;
}
</style>
border-color css
<style>
span { border-color: #7C516B; }
span { border-color: rgb(124,81,107); }
td.TdClassName
{
border-color: #7C516B;
}
.TagClassName
{
border-color: #7C516B;
}
</style>