Shades of Cosmic #7C515A
Tints of Cosmic #7C515A
RGB
CMYK
RGB Variations
Color information
#7C515A (or 0x7C515A) is known color: Cosmic. HEX triplet: 7C, 51 and 5A. RGB value is (124,81,90). Sum of RGB (Red+Green+Blue) = 124+81+90=295 (39% of max value = 765). Red value is 124 (48.83% from 255 or 42.03% from 295); Green value is 81 (32.03% from 255 or 27.46% from 295); Blue value is 90 (35.55% from 255 or 30.51% from 295); Max value from RGB is 124 - color contains mainly: red. Hex color #7C515A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C515A is #83AEA5. Grayscale: #5E5E5E. Windows color (decimal): -8629926 or 5919100. OLE color: 5919100.
HSL color Cylindrical-coordinate representation of color #7C515A: hue angle of 347.44º 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 #7C515A is Cyan = 0, Magento = 0.35, Yellow = 0.27 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 81 | 90 | - |
| CMYK | 0 | 0.35 | 0.27 | 0.51 |
| HSL | 347.44º | 0.21% | 0.4% | - |
| HSV(B) | 347.44º | 0.35% | 0.49% | - |
| XYZ | 13.1 | 10.91 | 11.09 | - |
| YUV | 94.88 | 125.25 | 148.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 81 | 90 | 0 | 0.35 | 0.27 | 0.51 | 347.44 | 0.21 | 0.4 |
| Hex | 7C | 51 | 5A | 0 | 23 | 1B | 33 | 15B | 15 | 28 |
| Octal | 174 | 121 | 132 | 0 | 43 | 33 | 63 | 533 | 25 | 50 |
| Binary | 1111100 | 1010001 | 1011010 | 0 | 100011 | 11011 | 110011 | 101011011 | 10101 | 101000 |
Color Harmonies of #7C515A
Complementary color
Monochromatic Colors of #7C515A
Black with #7C515A
Text Example
Text Example
White with #7C515A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C515A; }
p { color: rgb(124,81,90); }
H1.HeaderClassName
{
color: #7C515A;
}
.AnyTagClassName
{
color: #7C515A;
}
</style>
background-color css
<style>
a { background-color: #7C515A; }
a { background-color: rgb(124,81,90); }
div.DivClassName
{
background-color: #7C515A;
}
.BgClassName
{
background-color: #7C515A;
}
</style>
border-color css
<style>
span { border-color: #7C515A; }
span { border-color: rgb(124,81,90); }
td.TdClassName
{
border-color: #7C515A;
}
.TagClassName
{
border-color: #7C515A;
}
</style>