Shades of Cosmic #7C5168
Tints of Cosmic #7C5168
RGB
CMYK
RGB Variations
Color information
#7C5168 (or 0x7C5168) is known color: Cosmic. HEX triplet: 7C, 51 and 68. RGB value is (124,81,104). Sum of RGB (Red+Green+Blue) = 124+81+104=309 (40% of max value = 765). Red value is 124 (48.83% from 255 or 40.13% from 309); Green value is 81 (32.03% from 255 or 26.21% from 309); Blue value is 104 (41.02% from 255 or 33.66% from 309); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5168 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C5168 is #83AE97. Grayscale: #606060. Windows color (decimal): -8629912 or 6836604. OLE color: 6836604.
HSL color Cylindrical-coordinate representation of color #7C5168: hue angle of 327.91º degrees, saturation: 0.21, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7C5168 is Cyan = 0, Magento = 0.35, Yellow = 0.16 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 81 | 104 | - |
| CMYK | 0 | 0.35 | 0.16 | 0.51 |
| HSL | 327.91º | 0.21% | 0.4% | - |
| HSV(B) | 327.91º | 0.35% | 0.49% | - |
| XYZ | 13.75 | 11.17 | 14.53 | - |
| YUV | 96.48 | 132.25 | 147.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 81 | 104 | 0 | 0.35 | 0.16 | 0.51 | 327.91 | 0.21 | 0.4 |
| Hex | 7C | 51 | 68 | 0 | 23 | 10 | 33 | 148 | 15 | 28 |
| Octal | 174 | 121 | 150 | 0 | 43 | 20 | 63 | 510 | 25 | 50 |
| Binary | 1111100 | 1010001 | 1101000 | 0 | 100011 | 10000 | 110011 | 101001000 | 10101 | 101000 |
Color Harmonies of #7C5168
Complementary color
Monochromatic Colors of #7C5168
Black with #7C5168
Text Example
Text Example
White with #7C5168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C5168; }
p { color: rgb(124,81,104); }
H1.HeaderClassName
{
color: #7C5168;
}
.AnyTagClassName
{
color: #7C5168;
}
</style>
background-color css
<style>
a { background-color: #7C5168; }
a { background-color: rgb(124,81,104); }
div.DivClassName
{
background-color: #7C5168;
}
.BgClassName
{
background-color: #7C5168;
}
</style>
border-color css
<style>
span { border-color: #7C5168; }
span { border-color: rgb(124,81,104); }
td.TdClassName
{
border-color: #7C5168;
}
.TagClassName
{
border-color: #7C5168;
}
</style>