Shades of Cosmic #7C465C
Tints of Cosmic #7C465C
RGB
CMYK
RGB Variations
Color information
#7C465C (or 0x7C465C) is known color: Cosmic. HEX triplet: 7C, 46 and 5C. RGB value is (124,70,92). Sum of RGB (Red+Green+Blue) = 124+70+92=286 (37% of max value = 765). Red value is 124 (48.83% from 255 or 43.36% from 286); Green value is 70 (27.73% from 255 or 24.48% from 286); Blue value is 92 (36.33% from 255 or 32.17% from 286); Max value from RGB is 124 - color contains mainly: red. Hex color #7C465C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C465C is #83B9A3. Grayscale: #585858. Windows color (decimal): -8632740 or 6047356. OLE color: 6047356.
HSL color Cylindrical-coordinate representation of color #7C465C: hue angle of 335.56º 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 #7C465C is Cyan = 0, Magento = 0.44, Yellow = 0.26 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 70 | 92 | - |
| CMYK | 0 | 0.44 | 0.26 | 0.51 |
| HSL | 335.56º | 0.28% | 0.38% | - |
| HSV(B) | 335.56º | 0.44% | 0.49% | - |
| XYZ | 12.43 | 9.44 | 11.29 | - |
| YUV | 88.65 | 129.89 | 153.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 70 | 92 | 0 | 0.44 | 0.26 | 0.51 | 335.56 | 0.28 | 0.38 |
| Hex | 7C | 46 | 5C | 0 | 2C | 1A | 33 | 150 | 1C | 26 |
| Octal | 174 | 106 | 134 | 0 | 54 | 32 | 63 | 520 | 34 | 46 |
| Binary | 1111100 | 1000110 | 1011100 | 0 | 101100 | 11010 | 110011 | 101010000 | 11100 | 100110 |
Color Harmonies of #7C465C
Complementary color
Monochromatic Colors of #7C465C
Black with #7C465C
Text Example
Text Example
White with #7C465C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C465C; }
p { color: rgb(124,70,92); }
H1.HeaderClassName
{
color: #7C465C;
}
.AnyTagClassName
{
color: #7C465C;
}
</style>
background-color css
<style>
a { background-color: #7C465C; }
a { background-color: rgb(124,70,92); }
div.DivClassName
{
background-color: #7C465C;
}
.BgClassName
{
background-color: #7C465C;
}
</style>
border-color css
<style>
span { border-color: #7C465C; }
span { border-color: rgb(124,70,92); }
td.TdClassName
{
border-color: #7C465C;
}
.TagClassName
{
border-color: #7C465C;
}
</style>