Shades of Cosmic #7C4E5A
Tints of Cosmic #7C4E5A
RGB
CMYK
RGB Variations
Color information
#7C4E5A (or 0x7C4E5A) is known color: Cosmic. HEX triplet: 7C, 4E and 5A. RGB value is (124,78,90). Sum of RGB (Red+Green+Blue) = 124+78+90=292 (38% of max value = 765). Red value is 124 (48.83% from 255 or 42.47% from 292); Green value is 78 (30.86% from 255 or 26.71% from 292); Blue value is 90 (35.55% from 255 or 30.82% from 292); Max value from RGB is 124 - color contains mainly: red. Hex color #7C4E5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C4E5A is #83B1A5. Grayscale: #5D5D5D. Windows color (decimal): -8630694 or 5918332. OLE color: 5918332.
HSL color Cylindrical-coordinate representation of color #7C4E5A: hue angle of 344.35º degrees, saturation: 0.23, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7C4E5A is Cyan = 0, Magento = 0.37, Yellow = 0.27 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 78 | 90 | - |
| CMYK | 0 | 0.37 | 0.27 | 0.51 |
| HSL | 344.35º | 0.23% | 0.4% | - |
| HSV(B) | 344.35º | 0.37% | 0.49% | - |
| XYZ | 12.88 | 10.47 | 11.02 | - |
| YUV | 93.12 | 126.24 | 150.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 78 | 90 | 0 | 0.37 | 0.27 | 0.51 | 344.35 | 0.23 | 0.4 |
| Hex | 7C | 4E | 5A | 0 | 25 | 1B | 33 | 158 | 17 | 28 |
| Octal | 174 | 116 | 132 | 0 | 45 | 33 | 63 | 530 | 27 | 50 |
| Binary | 1111100 | 1001110 | 1011010 | 0 | 100101 | 11011 | 110011 | 101011000 | 10111 | 101000 |
Color Harmonies of #7C4E5A
Complementary color
Monochromatic Colors of #7C4E5A
Black with #7C4E5A
Text Example
Text Example
White with #7C4E5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C4E5A; }
p { color: rgb(124,78,90); }
H1.HeaderClassName
{
color: #7C4E5A;
}
.AnyTagClassName
{
color: #7C4E5A;
}
</style>
background-color css
<style>
a { background-color: #7C4E5A; }
a { background-color: rgb(124,78,90); }
div.DivClassName
{
background-color: #7C4E5A;
}
.BgClassName
{
background-color: #7C4E5A;
}
</style>
border-color css
<style>
span { border-color: #7C4E5A; }
span { border-color: rgb(124,78,90); }
td.TdClassName
{
border-color: #7C4E5A;
}
.TagClassName
{
border-color: #7C4E5A;
}
</style>