Shades of Cosmic #7C3E57
Tints of Cosmic #7C3E57
RGB
CMYK
RGB Variations
Color information
#7C3E57 (or 0x7C3E57) is known color: Cosmic. HEX triplet: 7C, 3E and 57. RGB value is (124,62,87). Sum of RGB (Red+Green+Blue) = 124+62+87=273 (36% of max value = 765). Red value is 124 (48.83% from 255 or 45.42% from 273); Green value is 62 (24.61% from 255 or 22.71% from 273); Blue value is 87 (34.38% from 255 or 31.87% from 273); Max value from RGB is 124 - color contains mainly: red. Hex color #7C3E57 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C3E57 is #83C1A8. Grayscale: #535353. Windows color (decimal): -8634793 or 5717628. OLE color: 5717628.
HSL color Cylindrical-coordinate representation of color #7C3E57: hue angle of 335.81º degrees, saturation: 0.33, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7C3E57 is Cyan = 0, Magento = 0.5, Yellow = 0.30 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 62 | 87 | - |
| CMYK | 0 | 0.5 | 0.30 | 0.51 |
| HSL | 335.81º | 0.33% | 0.36% | - |
| HSV(B) | 335.81º | 0.5% | 0.49% | - |
| XYZ | 11.76 | 8.42 | 10.02 | - |
| YUV | 83.39 | 130.04 | 156.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 62 | 87 | 0 | 0.5 | 0.30 | 0.51 | 335.81 | 0.33 | 0.36 |
| Hex | 7C | 3E | 57 | 0 | 32 | 1E | 33 | 150 | 21 | 24 |
| Octal | 174 | 76 | 127 | 0 | 62 | 36 | 63 | 520 | 41 | 44 |
| Binary | 1111100 | 111110 | 1010111 | 0 | 110010 | 11110 | 110011 | 101010000 | 100001 | 100100 |
Color Harmonies of #7C3E57
Complementary color
Monochromatic Colors of #7C3E57
Black with #7C3E57
Text Example
Text Example
White with #7C3E57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C3E57; }
p { color: rgb(124,62,87); }
H1.HeaderClassName
{
color: #7C3E57;
}
.AnyTagClassName
{
color: #7C3E57;
}
</style>
background-color css
<style>
a { background-color: #7C3E57; }
a { background-color: rgb(124,62,87); }
div.DivClassName
{
background-color: #7C3E57;
}
.BgClassName
{
background-color: #7C3E57;
}
</style>
border-color css
<style>
span { border-color: #7C3E57; }
span { border-color: rgb(124,62,87); }
td.TdClassName
{
border-color: #7C3E57;
}
.TagClassName
{
border-color: #7C3E57;
}
</style>