Shades of Cosmic #7C5763
Tints of Cosmic #7C5763
RGB
CMYK
RGB Variations
Color information
#7C5763 (or 0x7C5763) is known color: Cosmic. HEX triplet: 7C, 57 and 63. RGB value is (124,87,99). Sum of RGB (Red+Green+Blue) = 124+87+99=310 (41% of max value = 765). Red value is 124 (48.83% from 255 or 40% from 310); Green value is 87 (34.38% from 255 or 28.06% from 310); Blue value is 99 (39.06% from 255 or 31.94% from 310); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5763 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C5763 is #83A89C. Grayscale: #636363. Windows color (decimal): -8628381 or 6510460. OLE color: 6510460.
HSL color Cylindrical-coordinate representation of color #7C5763: hue angle of 340.54º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7C5763 is Cyan = 0, Magento = 0.30, Yellow = 0.20 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 87 | 99 | - |
| CMYK | 0 | 0.30 | 0.20 | 0.51 |
| HSL | 340.54º | 0.18% | 0.41% | - |
| HSV(B) | 340.54º | 0.3% | 0.49% | - |
| XYZ | 13.97 | 12 | 13.38 | - |
| YUV | 99.43 | 127.76 | 145.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 87 | 99 | 0 | 0.30 | 0.20 | 0.51 | 340.54 | 0.18 | 0.41 |
| Hex | 7C | 57 | 63 | 0 | 1E | 14 | 33 | 155 | 12 | 29 |
| Octal | 174 | 127 | 143 | 0 | 36 | 24 | 63 | 525 | 22 | 51 |
| Binary | 1111100 | 1010111 | 1100011 | 0 | 11110 | 10100 | 110011 | 101010101 | 10010 | 101001 |
Color Harmonies of #7C5763
Complementary color
Monochromatic Colors of #7C5763
Black with #7C5763
Text Example
Text Example
White with #7C5763
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C5763; }
p { color: rgb(124,87,99); }
H1.HeaderClassName
{
color: #7C5763;
}
.AnyTagClassName
{
color: #7C5763;
}
</style>
background-color css
<style>
a { background-color: #7C5763; }
a { background-color: rgb(124,87,99); }
div.DivClassName
{
background-color: #7C5763;
}
.BgClassName
{
background-color: #7C5763;
}
</style>
border-color css
<style>
span { border-color: #7C5763; }
span { border-color: rgb(124,87,99); }
td.TdClassName
{
border-color: #7C5763;
}
.TagClassName
{
border-color: #7C5763;
}
</style>