Shades of Cosmic #7C5863
Tints of Cosmic #7C5863
RGB
CMYK
RGB Variations
Color information
#7C5863 (or 0x7C5863) is known color: Cosmic. HEX triplet: 7C, 58 and 63. RGB value is (124,88,99). Sum of RGB (Red+Green+Blue) = 124+88+99=311 (41% of max value = 765). Red value is 124 (48.83% from 255 or 39.87% from 311); Green value is 88 (34.77% from 255 or 28.30% from 311); Blue value is 99 (39.06% from 255 or 31.83% from 311); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5863 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C5863 is #83A79C. Grayscale: #646464. Windows color (decimal): -8628125 or 6510716. OLE color: 6510716.
HSL color Cylindrical-coordinate representation of color #7C5863: hue angle of 341.67º degrees, saturation: 0.17, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7C5863 is Cyan = 0, Magento = 0.29, Yellow = 0.20 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 88 | 99 | - |
| CMYK | 0 | 0.29 | 0.20 | 0.51 |
| HSL | 341.67º | 0.17% | 0.42% | - |
| HSV(B) | 341.67º | 0.29% | 0.49% | - |
| XYZ | 14.05 | 12.17 | 13.41 | - |
| YUV | 100.02 | 127.43 | 145.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 88 | 99 | 0 | 0.29 | 0.20 | 0.51 | 341.67 | 0.17 | 0.42 |
| Hex | 7C | 58 | 63 | 0 | 1D | 14 | 33 | 156 | 11 | 2A |
| Octal | 174 | 130 | 143 | 0 | 35 | 24 | 63 | 526 | 21 | 52 |
| Binary | 1111100 | 1011000 | 1100011 | 0 | 11101 | 10100 | 110011 | 101010110 | 10001 | 101010 |
Color Harmonies of #7C5863
Complementary color
Monochromatic Colors of #7C5863
Black with #7C5863
Text Example
Text Example
White with #7C5863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C5863; }
p { color: rgb(124,88,99); }
H1.HeaderClassName
{
color: #7C5863;
}
.AnyTagClassName
{
color: #7C5863;
}
</style>
background-color css
<style>
a { background-color: #7C5863; }
a { background-color: rgb(124,88,99); }
div.DivClassName
{
background-color: #7C5863;
}
.BgClassName
{
background-color: #7C5863;
}
</style>
border-color css
<style>
span { border-color: #7C5863; }
span { border-color: rgb(124,88,99); }
td.TdClassName
{
border-color: #7C5863;
}
.TagClassName
{
border-color: #7C5863;
}
</style>