Shades of Cosmic #7C5762
Tints of Cosmic #7C5762
RGB
CMYK
RGB Variations
Color information
#7C5762 (or 0x7C5762) is known color: Cosmic. HEX triplet: 7C, 57 and 62. RGB value is (124,87,98). Sum of RGB (Red+Green+Blue) = 124+87+98=309 (40% of max value = 765). Red value is 124 (48.83% from 255 or 40.13% from 309); Green value is 87 (34.38% from 255 or 28.16% from 309); Blue value is 98 (38.67% from 255 or 31.72% from 309); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5762 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C5762 is #83A89D. Grayscale: #636363. Windows color (decimal): -8628382 or 6444924. OLE color: 6444924.
HSL color Cylindrical-coordinate representation of color #7C5762: hue angle of 342.16º 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 #7C5762 is Cyan = 0, Magento = 0.30, Yellow = 0.21 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 87 | 98 | - |
| CMYK | 0 | 0.30 | 0.21 | 0.51 |
| HSL | 342.16º | 0.18% | 0.41% | - |
| HSV(B) | 342.16º | 0.3% | 0.49% | - |
| XYZ | 13.92 | 11.98 | 13.13 | - |
| YUV | 99.32 | 127.26 | 145.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 87 | 98 | 0 | 0.30 | 0.21 | 0.51 | 342.16 | 0.18 | 0.41 |
| Hex | 7C | 57 | 62 | 0 | 1E | 15 | 33 | 156 | 12 | 29 |
| Octal | 174 | 127 | 142 | 0 | 36 | 25 | 63 | 526 | 22 | 51 |
| Binary | 1111100 | 1010111 | 1100010 | 0 | 11110 | 10101 | 110011 | 101010110 | 10010 | 101001 |
Color Harmonies of #7C5762
Complementary color
Monochromatic Colors of #7C5762
Black with #7C5762
Text Example
Text Example
White with #7C5762
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C5762; }
p { color: rgb(124,87,98); }
H1.HeaderClassName
{
color: #7C5762;
}
.AnyTagClassName
{
color: #7C5762;
}
</style>
background-color css
<style>
a { background-color: #7C5762; }
a { background-color: rgb(124,87,98); }
div.DivClassName
{
background-color: #7C5762;
}
.BgClassName
{
background-color: #7C5762;
}
</style>
border-color css
<style>
span { border-color: #7C5762; }
span { border-color: rgb(124,87,98); }
td.TdClassName
{
border-color: #7C5762;
}
.TagClassName
{
border-color: #7C5762;
}
</style>