Shades of Cosmic #7C5166
Tints of Cosmic #7C5166
RGB
CMYK
RGB Variations
Color information
#7C5166 (or 0x7C5166) is known color: Cosmic. HEX triplet: 7C, 51 and 66. RGB value is (124,81,102). Sum of RGB (Red+Green+Blue) = 124+81+102=307 (40% of max value = 765). Red value is 124 (48.83% from 255 or 40.39% from 307); Green value is 81 (32.03% from 255 or 26.38% from 307); Blue value is 102 (40.23% from 255 or 33.22% from 307); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5166 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C5166 is #83AE99. Grayscale: #606060. Windows color (decimal): -8629914 or 6705532. OLE color: 6705532.
HSL color Cylindrical-coordinate representation of color #7C5166: hue angle of 330.7º 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 #7C5166 is Cyan = 0, Magento = 0.35, Yellow = 0.18 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 81 | 102 | - |
| CMYK | 0 | 0.35 | 0.18 | 0.51 |
| HSL | 330.7º | 0.21% | 0.4% | - |
| HSV(B) | 330.7º | 0.35% | 0.49% | - |
| XYZ | 13.65 | 11.13 | 14 | - |
| YUV | 96.25 | 131.25 | 147.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 81 | 102 | 0 | 0.35 | 0.18 | 0.51 | 330.7 | 0.21 | 0.4 |
| Hex | 7C | 51 | 66 | 0 | 23 | 12 | 33 | 14B | 15 | 28 |
| Octal | 174 | 121 | 146 | 0 | 43 | 22 | 63 | 513 | 25 | 50 |
| Binary | 1111100 | 1010001 | 1100110 | 0 | 100011 | 10010 | 110011 | 101001011 | 10101 | 101000 |
Color Harmonies of #7C5166
Complementary color
Monochromatic Colors of #7C5166
Black with #7C5166
Text Example
Text Example
White with #7C5166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C5166; }
p { color: rgb(124,81,102); }
H1.HeaderClassName
{
color: #7C5166;
}
.AnyTagClassName
{
color: #7C5166;
}
</style>
background-color css
<style>
a { background-color: #7C5166; }
a { background-color: rgb(124,81,102); }
div.DivClassName
{
background-color: #7C5166;
}
.BgClassName
{
background-color: #7C5166;
}
</style>
border-color css
<style>
span { border-color: #7C5166; }
span { border-color: rgb(124,81,102); }
td.TdClassName
{
border-color: #7C5166;
}
.TagClassName
{
border-color: #7C5166;
}
</style>