Shades of Cosmic #7C4759
Tints of Cosmic #7C4759
RGB
CMYK
RGB Variations
Color information
#7C4759 (or 0x7C4759) is known color: Cosmic. HEX triplet: 7C, 47 and 59. RGB value is (124,71,89). Sum of RGB (Red+Green+Blue) = 124+71+89=284 (37% of max value = 765). Red value is 124 (48.83% from 255 or 43.66% from 284); Green value is 71 (28.12% from 255 or 25% from 284); Blue value is 89 (35.16% from 255 or 31.34% from 284); Max value from RGB is 124 - color contains mainly: red. Hex color #7C4759 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C4759 is #83B8A6. Grayscale: #585858. Windows color (decimal): -8632487 or 5851004. OLE color: 5851004.
HSL color Cylindrical-coordinate representation of color #7C4759: hue angle of 339.62º degrees, saturation: 0.27, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7C4759 is Cyan = 0, Magento = 0.43, Yellow = 0.28 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 71 | 89 | - |
| CMYK | 0 | 0.43 | 0.28 | 0.51 |
| HSL | 339.62º | 0.27% | 0.38% | - |
| HSV(B) | 339.62º | 0.43% | 0.49% | - |
| XYZ | 12.37 | 9.51 | 10.64 | - |
| YUV | 88.9 | 128.06 | 153.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 71 | 89 | 0 | 0.43 | 0.28 | 0.51 | 339.62 | 0.27 | 0.38 |
| Hex | 7C | 47 | 59 | 0 | 2B | 1C | 33 | 154 | 1B | 26 |
| Octal | 174 | 107 | 131 | 0 | 53 | 34 | 63 | 524 | 33 | 46 |
| Binary | 1111100 | 1000111 | 1011001 | 0 | 101011 | 11100 | 110011 | 101010100 | 11011 | 100110 |
Color Harmonies of #7C4759
Complementary color
Monochromatic Colors of #7C4759
Black with #7C4759
Text Example
Text Example
White with #7C4759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C4759; }
p { color: rgb(124,71,89); }
H1.HeaderClassName
{
color: #7C4759;
}
.AnyTagClassName
{
color: #7C4759;
}
</style>
background-color css
<style>
a { background-color: #7C4759; }
a { background-color: rgb(124,71,89); }
div.DivClassName
{
background-color: #7C4759;
}
.BgClassName
{
background-color: #7C4759;
}
</style>
border-color css
<style>
span { border-color: #7C4759; }
span { border-color: rgb(124,71,89); }
td.TdClassName
{
border-color: #7C4759;
}
.TagClassName
{
border-color: #7C4759;
}
</style>