Shades of Cosmic #7C5E6A
Tints of Cosmic #7C5E6A
RGB
CMYK
RGB Variations
Color information
#7C5E6A (or 0x7C5E6A) is known color: Cosmic. HEX triplet: 7C, 5E and 6A. RGB value is (124,94,106). Sum of RGB (Red+Green+Blue) = 124+94+106=324 (42% of max value = 765). Red value is 124 (48.83% from 255 or 38.27% from 324); Green value is 94 (37.11% from 255 or 29.01% from 324); Blue value is 106 (41.80% from 255 or 32.72% from 324); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5E6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C5E6A is #83A195. Grayscale: #686868. Windows color (decimal): -8626582 or 6971004. OLE color: 6971004.
HSL color Cylindrical-coordinate representation of color #7C5E6A: hue angle of 336º degrees, saturation: 0.14, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #7C5E6A is Cyan = 0, Magento = 0.24, Yellow = 0.15 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 94 | 106 | - |
| CMYK | 0 | 0.24 | 0.15 | 0.51 |
| HSL | 336º | 0.14% | 0.43% | - |
| HSV(B) | 336º | 0.24% | 0.49% | - |
| XYZ | 14.92 | 13.33 | 15.42 | - |
| YUV | 104.34 | 128.94 | 142.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 94 | 106 | 0 | 0.24 | 0.15 | 0.51 | 336 | 0.14 | 0.43 |
| Hex | 7C | 5E | 6A | 0 | 18 | F | 33 | 150 | E | 2B |
| Octal | 174 | 136 | 152 | 0 | 30 | 17 | 63 | 520 | 16 | 53 |
| Binary | 1111100 | 1011110 | 1101010 | 0 | 11000 | 1111 | 110011 | 101010000 | 1110 | 101011 |
Color Harmonies of #7C5E6A
Complementary color
Monochromatic Colors of #7C5E6A
Black with #7C5E6A
Text Example
Text Example
White with #7C5E6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C5E6A; }
p { color: rgb(124,94,106); }
H1.HeaderClassName
{
color: #7C5E6A;
}
.AnyTagClassName
{
color: #7C5E6A;
}
</style>
background-color css
<style>
a { background-color: #7C5E6A; }
a { background-color: rgb(124,94,106); }
div.DivClassName
{
background-color: #7C5E6A;
}
.BgClassName
{
background-color: #7C5E6A;
}
</style>
border-color css
<style>
span { border-color: #7C5E6A; }
span { border-color: rgb(124,94,106); }
td.TdClassName
{
border-color: #7C5E6A;
}
.TagClassName
{
border-color: #7C5E6A;
}
</style>