Shades of Cosmic #7C455C
Tints of Cosmic #7C455C
RGB
CMYK
RGB Variations
Color information
#7C455C (or 0x7C455C) is known color: Cosmic. HEX triplet: 7C, 45 and 5C. RGB value is (124,69,92). Sum of RGB (Red+Green+Blue) = 124+69+92=285 (37% of max value = 765). Red value is 124 (48.83% from 255 or 43.51% from 285); Green value is 69 (27.34% from 255 or 24.21% from 285); Blue value is 92 (36.33% from 255 or 32.28% from 285); Max value from RGB is 124 - color contains mainly: red. Hex color #7C455C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C455C is #83BAA3. Grayscale: #585858. Windows color (decimal): -8632996 or 6047100. OLE color: 6047100.
HSL color Cylindrical-coordinate representation of color #7C455C: hue angle of 334.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 #7C455C is Cyan = 0, Magento = 0.44, Yellow = 0.26 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 69 | 92 | - |
| CMYK | 0 | 0.44 | 0.26 | 0.51 |
| HSL | 334.91º | 0.28% | 0.38% | - |
| HSV(B) | 334.91º | 0.44% | 0.49% | - |
| XYZ | 12.37 | 9.31 | 11.27 | - |
| YUV | 88.07 | 130.22 | 153.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 69 | 92 | 0 | 0.44 | 0.26 | 0.51 | 334.91 | 0.28 | 0.38 |
| Hex | 7C | 45 | 5C | 0 | 2C | 1A | 33 | 14F | 1C | 26 |
| Octal | 174 | 105 | 134 | 0 | 54 | 32 | 63 | 517 | 34 | 46 |
| Binary | 1111100 | 1000101 | 1011100 | 0 | 101100 | 11010 | 110011 | 101001111 | 11100 | 100110 |
Color Harmonies of #7C455C
Complementary color
Monochromatic Colors of #7C455C
Black with #7C455C
Text Example
Text Example
White with #7C455C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C455C; }
p { color: rgb(124,69,92); }
H1.HeaderClassName
{
color: #7C455C;
}
.AnyTagClassName
{
color: #7C455C;
}
</style>
background-color css
<style>
a { background-color: #7C455C; }
a { background-color: rgb(124,69,92); }
div.DivClassName
{
background-color: #7C455C;
}
.BgClassName
{
background-color: #7C455C;
}
</style>
border-color css
<style>
span { border-color: #7C455C; }
span { border-color: rgb(124,69,92); }
td.TdClassName
{
border-color: #7C455C;
}
.TagClassName
{
border-color: #7C455C;
}
</style>