Shades of Cosmic #7C4359
Tints of Cosmic #7C4359
RGB
CMYK
RGB Variations
Color information
#7C4359 (or 0x7C4359) is known color: Cosmic. HEX triplet: 7C, 43 and 59. RGB value is (124,67,89). Sum of RGB (Red+Green+Blue) = 124+67+89=280 (37% of max value = 765). Red value is 124 (48.83% from 255 or 44.29% from 280); Green value is 67 (26.56% from 255 or 23.93% from 280); Blue value is 89 (35.16% from 255 or 31.79% from 280); Max value from RGB is 124 - color contains mainly: red. Hex color #7C4359 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C4359 is #83BCA6. Grayscale: #565656. Windows color (decimal): -8633511 or 5849980. OLE color: 5849980.
HSL color Cylindrical-coordinate representation of color #7C4359: hue angle of 336.84º degrees, saturation: 0.3, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7C4359 is Cyan = 0, Magento = 0.46, Yellow = 0.28 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 67 | 89 | - |
| CMYK | 0 | 0.46 | 0.28 | 0.51 |
| HSL | 336.84º | 0.3% | 0.37% | - |
| HSV(B) | 336.84º | 0.46% | 0.49% | - |
| XYZ | 12.12 | 9.02 | 10.55 | - |
| YUV | 86.55 | 129.38 | 154.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 67 | 89 | 0 | 0.46 | 0.28 | 0.51 | 336.84 | 0.3 | 0.37 |
| Hex | 7C | 43 | 59 | 0 | 2E | 1C | 33 | 151 | 1E | 25 |
| Octal | 174 | 103 | 131 | 0 | 56 | 34 | 63 | 521 | 36 | 45 |
| Binary | 1111100 | 1000011 | 1011001 | 0 | 101110 | 11100 | 110011 | 101010001 | 11110 | 100101 |
Color Harmonies of #7C4359
Complementary color
Monochromatic Colors of #7C4359
Black with #7C4359
Text Example
Text Example
White with #7C4359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C4359; }
p { color: rgb(124,67,89); }
H1.HeaderClassName
{
color: #7C4359;
}
.AnyTagClassName
{
color: #7C4359;
}
</style>
background-color css
<style>
a { background-color: #7C4359; }
a { background-color: rgb(124,67,89); }
div.DivClassName
{
background-color: #7C4359;
}
.BgClassName
{
background-color: #7C4359;
}
</style>
border-color css
<style>
span { border-color: #7C4359; }
span { border-color: rgb(124,67,89); }
td.TdClassName
{
border-color: #7C4359;
}
.TagClassName
{
border-color: #7C4359;
}
</style>