Shades of Cosmic #7C445E
Tints of Cosmic #7C445E
RGB
CMYK
RGB Variations
Color information
#7C445E (or 0x7C445E) is known color: Cosmic. HEX triplet: 7C, 44 and 5E. RGB value is (124,68,94). Sum of RGB (Red+Green+Blue) = 124+68+94=286 (37% of max value = 765). Red value is 124 (48.83% from 255 or 43.36% from 286); Green value is 68 (26.95% from 255 or 23.78% from 286); Blue value is 94 (37.11% from 255 or 32.87% from 286); Max value from RGB is 124 - color contains mainly: red. Hex color #7C445E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C445E is #83BBA1. Grayscale: #575757. Windows color (decimal): -8633250 or 6177916. OLE color: 6177916.
HSL color Cylindrical-coordinate representation of color #7C445E: hue angle of 332.14º degrees, saturation: 0.29, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7C445E is Cyan = 0, Magento = 0.45, Yellow = 0.24 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 68 | 94 | - |
| CMYK | 0 | 0.45 | 0.24 | 0.51 |
| HSL | 332.14º | 0.29% | 0.38% | - |
| HSV(B) | 332.14º | 0.45% | 0.49% | - |
| XYZ | 12.4 | 9.23 | 11.72 | - |
| YUV | 87.71 | 131.55 | 153.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 68 | 94 | 0 | 0.45 | 0.24 | 0.51 | 332.14 | 0.29 | 0.38 |
| Hex | 7C | 44 | 5E | 0 | 2D | 18 | 33 | 14C | 1D | 26 |
| Octal | 174 | 104 | 136 | 0 | 55 | 30 | 63 | 514 | 35 | 46 |
| Binary | 1111100 | 1000100 | 1011110 | 0 | 101101 | 11000 | 110011 | 101001100 | 11101 | 100110 |
Color Harmonies of #7C445E
Complementary color
Monochromatic Colors of #7C445E
Black with #7C445E
Text Example
Text Example
White with #7C445E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C445E; }
p { color: rgb(124,68,94); }
H1.HeaderClassName
{
color: #7C445E;
}
.AnyTagClassName
{
color: #7C445E;
}
</style>
background-color css
<style>
a { background-color: #7C445E; }
a { background-color: rgb(124,68,94); }
div.DivClassName
{
background-color: #7C445E;
}
.BgClassName
{
background-color: #7C445E;
}
</style>
border-color css
<style>
span { border-color: #7C445E; }
span { border-color: rgb(124,68,94); }
td.TdClassName
{
border-color: #7C445E;
}
.TagClassName
{
border-color: #7C445E;
}
</style>