Shades of Cosmic #7C5764
Tints of Cosmic #7C5764
RGB
CMYK
RGB Variations
Color information
#7C5764 (or 0x7C5764) is known color: Cosmic. HEX triplet: 7C, 57 and 64. RGB value is (124,87,100). Sum of RGB (Red+Green+Blue) = 124+87+100=311 (41% of max value = 765). Red value is 124 (48.83% from 255 or 39.87% from 311); Green value is 87 (34.38% from 255 or 27.97% from 311); Blue value is 100 (39.45% from 255 or 32.15% from 311); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5764 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C5764 is #83A89B. Grayscale: #636363. Windows color (decimal): -8628380 or 6575996. OLE color: 6575996.
HSL color Cylindrical-coordinate representation of color #7C5764: hue angle of 338.92º 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 #7C5764 is Cyan = 0, Magento = 0.30, Yellow = 0.19 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 87 | 100 | - |
| CMYK | 0 | 0.30 | 0.19 | 0.51 |
| HSL | 338.92º | 0.18% | 0.41% | - |
| HSV(B) | 338.92º | 0.3% | 0.49% | - |
| XYZ | 14.02 | 12.02 | 13.64 | - |
| YUV | 99.55 | 128.26 | 145.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 87 | 100 | 0 | 0.30 | 0.19 | 0.51 | 338.92 | 0.18 | 0.41 |
| Hex | 7C | 57 | 64 | 0 | 1E | 13 | 33 | 153 | 12 | 29 |
| Octal | 174 | 127 | 144 | 0 | 36 | 23 | 63 | 523 | 22 | 51 |
| Binary | 1111100 | 1010111 | 1100100 | 0 | 11110 | 10011 | 110011 | 101010011 | 10010 | 101001 |
Color Harmonies of #7C5764
Complementary color
Monochromatic Colors of #7C5764
Black with #7C5764
Text Example
Text Example
White with #7C5764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C5764; }
p { color: rgb(124,87,100); }
H1.HeaderClassName
{
color: #7C5764;
}
.AnyTagClassName
{
color: #7C5764;
}
</style>
background-color css
<style>
a { background-color: #7C5764; }
a { background-color: rgb(124,87,100); }
div.DivClassName
{
background-color: #7C5764;
}
.BgClassName
{
background-color: #7C5764;
}
</style>
border-color css
<style>
span { border-color: #7C5764; }
span { border-color: rgb(124,87,100); }
td.TdClassName
{
border-color: #7C5764;
}
.TagClassName
{
border-color: #7C5764;
}
</style>