Shades of Cosmic #7C4E61
Tints of Cosmic #7C4E61
RGB
CMYK
RGB Variations
Color information
#7C4E61 (or 0x7C4E61) is known color: Cosmic. HEX triplet: 7C, 4E and 61. RGB value is (124,78,97). Sum of RGB (Red+Green+Blue) = 124+78+97=299 (39% of max value = 765). Red value is 124 (48.83% from 255 or 41.47% from 299); Green value is 78 (30.86% from 255 or 26.09% from 299); Blue value is 97 (38.28% from 255 or 32.44% from 299); Max value from RGB is 124 - color contains mainly: red. Hex color #7C4E61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C4E61 is #83B19E. Grayscale: #5D5D5D. Windows color (decimal): -8630687 or 6377084. OLE color: 6377084.
HSL color Cylindrical-coordinate representation of color #7C4E61: hue angle of 335.22º 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 #7C4E61 is Cyan = 0, Magento = 0.37, Yellow = 0.22 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 78 | 97 | - |
| CMYK | 0 | 0.37 | 0.22 | 0.51 |
| HSL | 335.22º | 0.23% | 0.4% | - |
| HSV(B) | 335.22º | 0.37% | 0.49% | - |
| XYZ | 13.19 | 10.6 | 12.66 | - |
| YUV | 93.92 | 129.74 | 149.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 78 | 97 | 0 | 0.37 | 0.22 | 0.51 | 335.22 | 0.23 | 0.4 |
| Hex | 7C | 4E | 61 | 0 | 25 | 16 | 33 | 14F | 17 | 28 |
| Octal | 174 | 116 | 141 | 0 | 45 | 26 | 63 | 517 | 27 | 50 |
| Binary | 1111100 | 1001110 | 1100001 | 0 | 100101 | 10110 | 110011 | 101001111 | 10111 | 101000 |
Color Harmonies of #7C4E61
Complementary color
Monochromatic Colors of #7C4E61
Black with #7C4E61
Text Example
Text Example
White with #7C4E61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C4E61; }
p { color: rgb(124,78,97); }
H1.HeaderClassName
{
color: #7C4E61;
}
.AnyTagClassName
{
color: #7C4E61;
}
</style>
background-color css
<style>
a { background-color: #7C4E61; }
a { background-color: rgb(124,78,97); }
div.DivClassName
{
background-color: #7C4E61;
}
.BgClassName
{
background-color: #7C4E61;
}
</style>
border-color css
<style>
span { border-color: #7C4E61; }
span { border-color: rgb(124,78,97); }
td.TdClassName
{
border-color: #7C4E61;
}
.TagClassName
{
border-color: #7C4E61;
}
</style>