Shades of Cosmic #7C516E
Tints of Cosmic #7C516E
RGB
CMYK
RGB Variations
Color information
#7C516E (or 0x7C516E) is known color: Cosmic. HEX triplet: 7C, 51 and 6E. RGB value is (124,81,110). Sum of RGB (Red+Green+Blue) = 124+81+110=315 (41% of max value = 765). Red value is 124 (48.83% from 255 or 39.37% from 315); Green value is 81 (32.03% from 255 or 25.71% from 315); Blue value is 110 (43.36% from 255 or 34.92% from 315); Max value from RGB is 124 - color contains mainly: red. Hex color #7C516E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C516E is #83AE91. Grayscale: #616161. Windows color (decimal): -8629906 or 7229820. OLE color: 7229820.
HSL color Cylindrical-coordinate representation of color #7C516E: hue angle of 319.53º 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 #7C516E is Cyan = 0, Magento = 0.35, Yellow = 0.11 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 81 | 110 | - |
| CMYK | 0 | 0.35 | 0.11 | 0.51 |
| HSL | 319.53º | 0.21% | 0.4% | - |
| HSV(B) | 319.53º | 0.35% | 0.49% | - |
| XYZ | 14.07 | 11.3 | 16.19 | - |
| YUV | 97.16 | 135.25 | 147.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 81 | 110 | 0 | 0.35 | 0.11 | 0.51 | 319.53 | 0.21 | 0.4 |
| Hex | 7C | 51 | 6E | 0 | 23 | B | 33 | 140 | 15 | 28 |
| Octal | 174 | 121 | 156 | 0 | 43 | 13 | 63 | 500 | 25 | 50 |
| Binary | 1111100 | 1010001 | 1101110 | 0 | 100011 | 1011 | 110011 | 101000000 | 10101 | 101000 |
Color Harmonies of #7C516E
Complementary color
Monochromatic Colors of #7C516E
Black with #7C516E
Text Example
Text Example
White with #7C516E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C516E; }
p { color: rgb(124,81,110); }
H1.HeaderClassName
{
color: #7C516E;
}
.AnyTagClassName
{
color: #7C516E;
}
</style>
background-color css
<style>
a { background-color: #7C516E; }
a { background-color: rgb(124,81,110); }
div.DivClassName
{
background-color: #7C516E;
}
.BgClassName
{
background-color: #7C516E;
}
</style>
border-color css
<style>
span { border-color: #7C516E; }
span { border-color: rgb(124,81,110); }
td.TdClassName
{
border-color: #7C516E;
}
.TagClassName
{
border-color: #7C516E;
}
</style>