Shades of Cosmic #7C5563
Tints of Cosmic #7C5563
RGB
CMYK
RGB Variations
Color information
#7C5563 (or 0x7C5563) is known color: Cosmic. HEX triplet: 7C, 55 and 63. RGB value is (124,85,99). Sum of RGB (Red+Green+Blue) = 124+85+99=308 (40% of max value = 765). Red value is 124 (48.83% from 255 or 40.26% from 308); Green value is 85 (33.59% from 255 or 27.60% from 308); Blue value is 99 (39.06% from 255 or 32.14% from 308); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5563 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C5563 is #83AA9C. Grayscale: #626262. Windows color (decimal): -8628893 or 6509948. OLE color: 6509948.
HSL color Cylindrical-coordinate representation of color #7C5563: hue angle of 338.46º degrees, saturation: 0.19, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7C5563 is Cyan = 0, Magento = 0.31, Yellow = 0.20 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 85 | 99 | - |
| CMYK | 0 | 0.31 | 0.20 | 0.51 |
| HSL | 338.46º | 0.19% | 0.41% | - |
| HSV(B) | 338.46º | 0.31% | 0.49% | - |
| XYZ | 13.81 | 11.68 | 13.33 | - |
| YUV | 98.26 | 128.42 | 146.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 85 | 99 | 0 | 0.31 | 0.20 | 0.51 | 338.46 | 0.19 | 0.41 |
| Hex | 7C | 55 | 63 | 0 | 1F | 14 | 33 | 152 | 13 | 29 |
| Octal | 174 | 125 | 143 | 0 | 37 | 24 | 63 | 522 | 23 | 51 |
| Binary | 1111100 | 1010101 | 1100011 | 0 | 11111 | 10100 | 110011 | 101010010 | 10011 | 101001 |
Color Harmonies of #7C5563
Complementary color
Monochromatic Colors of #7C5563
Black with #7C5563
Text Example
Text Example
White with #7C5563
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C5563; }
p { color: rgb(124,85,99); }
H1.HeaderClassName
{
color: #7C5563;
}
.AnyTagClassName
{
color: #7C5563;
}
</style>
background-color css
<style>
a { background-color: #7C5563; }
a { background-color: rgb(124,85,99); }
div.DivClassName
{
background-color: #7C5563;
}
.BgClassName
{
background-color: #7C5563;
}
</style>
border-color css
<style>
span { border-color: #7C5563; }
span { border-color: rgb(124,85,99); }
td.TdClassName
{
border-color: #7C5563;
}
.TagClassName
{
border-color: #7C5563;
}
</style>