Shades of Cosmic #7C4567
Tints of Cosmic #7C4567
RGB
CMYK
RGB Variations
Color information
#7C4567 (or 0x7C4567) is known color: Cosmic. HEX triplet: 7C, 45 and 67. RGB value is (124,69,103). Sum of RGB (Red+Green+Blue) = 124+69+103=296 (39% of max value = 765). Red value is 124 (48.83% from 255 or 41.89% from 296); Green value is 69 (27.34% from 255 or 23.31% from 296); Blue value is 103 (40.62% from 255 or 34.80% from 296); Max value from RGB is 124 - color contains mainly: red. Hex color #7C4567 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C4567 is #83BA98. Grayscale: #595959. Windows color (decimal): -8632985 or 6767996. OLE color: 6767996.
HSL color Cylindrical-coordinate representation of color #7C4567: hue angle of 322.91º 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 #7C4567 is Cyan = 0, Magento = 0.44, Yellow = 0.17 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 69 | 103 | - |
| CMYK | 0 | 0.44 | 0.17 | 0.51 |
| HSL | 322.91º | 0.28% | 0.38% | - |
| HSV(B) | 322.91º | 0.44% | 0.49% | - |
| XYZ | 12.89 | 9.52 | 13.99 | - |
| YUV | 89.32 | 135.72 | 152.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 69 | 103 | 0 | 0.44 | 0.17 | 0.51 | 322.91 | 0.28 | 0.38 |
| Hex | 7C | 45 | 67 | 0 | 2C | 11 | 33 | 143 | 1C | 26 |
| Octal | 174 | 105 | 147 | 0 | 54 | 21 | 63 | 503 | 34 | 46 |
| Binary | 1111100 | 1000101 | 1100111 | 0 | 101100 | 10001 | 110011 | 101000011 | 11100 | 100110 |
Color Harmonies of #7C4567
Complementary color
Monochromatic Colors of #7C4567
Black with #7C4567
Text Example
Text Example
White with #7C4567
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C4567; }
p { color: rgb(124,69,103); }
H1.HeaderClassName
{
color: #7C4567;
}
.AnyTagClassName
{
color: #7C4567;
}
</style>
background-color css
<style>
a { background-color: #7C4567; }
a { background-color: rgb(124,69,103); }
div.DivClassName
{
background-color: #7C4567;
}
.BgClassName
{
background-color: #7C4567;
}
</style>
border-color css
<style>
span { border-color: #7C4567; }
span { border-color: rgb(124,69,103); }
td.TdClassName
{
border-color: #7C4567;
}
.TagClassName
{
border-color: #7C4567;
}
</style>