Shades of Cosmic #7C515B
Tints of Cosmic #7C515B
RGB
CMYK
RGB Variations
Color information
#7C515B (or 0x7C515B) is known color: Cosmic. HEX triplet: 7C, 51 and 5B. RGB value is (124,81,91). Sum of RGB (Red+Green+Blue) = 124+81+91=296 (39% of max value = 765). Red value is 124 (48.83% from 255 or 41.89% from 296); Green value is 81 (32.03% from 255 or 27.36% from 296); Blue value is 91 (35.94% from 255 or 30.74% from 296); Max value from RGB is 124 - color contains mainly: red. Hex color #7C515B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C515B is #83AEA4. Grayscale: #5F5F5F. Windows color (decimal): -8629925 or 5984636. OLE color: 5984636.
HSL color Cylindrical-coordinate representation of color #7C515B: hue angle of 346.05º 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 #7C515B is Cyan = 0, Magento = 0.35, Yellow = 0.27 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 81 | 91 | - |
| CMYK | 0 | 0.35 | 0.27 | 0.51 |
| HSL | 346.05º | 0.21% | 0.4% | - |
| HSV(B) | 346.05º | 0.35% | 0.49% | - |
| XYZ | 13.14 | 10.93 | 11.31 | - |
| YUV | 95 | 125.75 | 148.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 81 | 91 | 0 | 0.35 | 0.27 | 0.51 | 346.05 | 0.21 | 0.4 |
| Hex | 7C | 51 | 5B | 0 | 23 | 1B | 33 | 15A | 15 | 28 |
| Octal | 174 | 121 | 133 | 0 | 43 | 33 | 63 | 532 | 25 | 50 |
| Binary | 1111100 | 1010001 | 1011011 | 0 | 100011 | 11011 | 110011 | 101011010 | 10101 | 101000 |
Color Harmonies of #7C515B
Complementary color
Monochromatic Colors of #7C515B
Black with #7C515B
Text Example
Text Example
White with #7C515B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C515B; }
p { color: rgb(124,81,91); }
H1.HeaderClassName
{
color: #7C515B;
}
.AnyTagClassName
{
color: #7C515B;
}
</style>
background-color css
<style>
a { background-color: #7C515B; }
a { background-color: rgb(124,81,91); }
div.DivClassName
{
background-color: #7C515B;
}
.BgClassName
{
background-color: #7C515B;
}
</style>
border-color css
<style>
span { border-color: #7C515B; }
span { border-color: rgb(124,81,91); }
td.TdClassName
{
border-color: #7C515B;
}
.TagClassName
{
border-color: #7C515B;
}
</style>