Shades of Cosmic #7C5760
Tints of Cosmic #7C5760
RGB
CMYK
RGB Variations
Color information
#7C5760 (or 0x7C5760) is known color: Cosmic. HEX triplet: 7C, 57 and 60. RGB value is (124,87,96). Sum of RGB (Red+Green+Blue) = 124+87+96=307 (40% of max value = 765). Red value is 124 (48.83% from 255 or 40.39% from 307); Green value is 87 (34.38% from 255 or 28.34% from 307); Blue value is 96 (37.89% from 255 or 31.27% from 307); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5760 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C5760 is #83A89F. Grayscale: #636363. Windows color (decimal): -8628384 or 6313852. OLE color: 6313852.
HSL color Cylindrical-coordinate representation of color #7C5760: hue angle of 345.41º 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 #7C5760 is Cyan = 0, Magento = 0.30, Yellow = 0.23 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 87 | 96 | - |
| CMYK | 0 | 0.30 | 0.23 | 0.51 |
| HSL | 345.41º | 0.18% | 0.41% | - |
| HSV(B) | 345.41º | 0.3% | 0.49% | - |
| XYZ | 13.83 | 11.95 | 12.64 | - |
| YUV | 99.09 | 126.26 | 145.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 87 | 96 | 0 | 0.30 | 0.23 | 0.51 | 345.41 | 0.18 | 0.41 |
| Hex | 7C | 57 | 60 | 0 | 1E | 17 | 33 | 159 | 12 | 29 |
| Octal | 174 | 127 | 140 | 0 | 36 | 27 | 63 | 531 | 22 | 51 |
| Binary | 1111100 | 1010111 | 1100000 | 0 | 11110 | 10111 | 110011 | 101011001 | 10010 | 101001 |
Color Harmonies of #7C5760
Complementary color
Monochromatic Colors of #7C5760
Black with #7C5760
Text Example
Text Example
White with #7C5760
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C5760; }
p { color: rgb(124,87,96); }
H1.HeaderClassName
{
color: #7C5760;
}
.AnyTagClassName
{
color: #7C5760;
}
</style>
background-color css
<style>
a { background-color: #7C5760; }
a { background-color: rgb(124,87,96); }
div.DivClassName
{
background-color: #7C5760;
}
.BgClassName
{
background-color: #7C5760;
}
</style>
border-color css
<style>
span { border-color: #7C5760; }
span { border-color: rgb(124,87,96); }
td.TdClassName
{
border-color: #7C5760;
}
.TagClassName
{
border-color: #7C5760;
}
</style>