Shades of Cosmic #7C4565
Tints of Cosmic #7C4565
RGB
CMYK
RGB Variations
Color information
#7C4565 (or 0x7C4565) is known color: Cosmic. HEX triplet: 7C, 45 and 65. RGB value is (124,69,101). Sum of RGB (Red+Green+Blue) = 124+69+101=294 (38% of max value = 765). Red value is 124 (48.83% from 255 or 42.18% from 294); Green value is 69 (27.34% from 255 or 23.47% from 294); Blue value is 101 (39.84% from 255 or 34.35% from 294); Max value from RGB is 124 - color contains mainly: red. Hex color #7C4565 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C4565 is #83BA9A. Grayscale: #595959. Windows color (decimal): -8632987 or 6636924. OLE color: 6636924.
HSL color Cylindrical-coordinate representation of color #7C4565: hue angle of 325.09º degrees, saturation: 0.28, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7C4565 is Cyan = 0, Magento = 0.44, Yellow = 0.19 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 69 | 101 | - |
| CMYK | 0 | 0.44 | 0.19 | 0.51 |
| HSL | 325.09º | 0.28% | 0.38% | - |
| HSV(B) | 325.09º | 0.44% | 0.49% | - |
| XYZ | 12.79 | 9.48 | 13.47 | - |
| YUV | 89.09 | 134.72 | 152.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 69 | 101 | 0 | 0.44 | 0.19 | 0.51 | 325.09 | 0.28 | 0.38 |
| Hex | 7C | 45 | 65 | 0 | 2C | 13 | 33 | 145 | 1C | 26 |
| Octal | 174 | 105 | 145 | 0 | 54 | 23 | 63 | 505 | 34 | 46 |
| Binary | 1111100 | 1000101 | 1100101 | 0 | 101100 | 10011 | 110011 | 101000101 | 11100 | 100110 |
Color Harmonies of #7C4565
Complementary color
Monochromatic Colors of #7C4565
Black with #7C4565
Text Example
Text Example
White with #7C4565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C4565; }
p { color: rgb(124,69,101); }
H1.HeaderClassName
{
color: #7C4565;
}
.AnyTagClassName
{
color: #7C4565;
}
</style>
background-color css
<style>
a { background-color: #7C4565; }
a { background-color: rgb(124,69,101); }
div.DivClassName
{
background-color: #7C4565;
}
.BgClassName
{
background-color: #7C4565;
}
</style>
border-color css
<style>
span { border-color: #7C4565; }
span { border-color: rgb(124,69,101); }
td.TdClassName
{
border-color: #7C4565;
}
.TagClassName
{
border-color: #7C4565;
}
</style>