Shades of Cosmic #7C5066
Tints of Cosmic #7C5066
RGB
CMYK
RGB Variations
Color information
#7C5066 (or 0x7C5066) is known color: Cosmic. HEX triplet: 7C, 50 and 66. RGB value is (124,80,102). Sum of RGB (Red+Green+Blue) = 124+80+102=306 (40% of max value = 765). Red value is 124 (48.83% from 255 or 40.52% from 306); Green value is 80 (31.64% from 255 or 26.14% from 306); Blue value is 102 (40.23% from 255 or 33.33% from 306); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5066 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C5066 is #83AF99. Grayscale: #5F5F5F. Windows color (decimal): -8630170 or 6705276. OLE color: 6705276.
HSL color Cylindrical-coordinate representation of color #7C5066: hue angle of 330º degrees, saturation: 0.22, 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 #7C5066 is Cyan = 0, Magento = 0.35, Yellow = 0.18 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 80 | 102 | - |
| CMYK | 0 | 0.35 | 0.18 | 0.51 |
| HSL | 330º | 0.22% | 0.4% | - |
| HSV(B) | 330º | 0.35% | 0.49% | - |
| XYZ | 13.58 | 10.98 | 13.97 | - |
| YUV | 95.66 | 131.58 | 148.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 80 | 102 | 0 | 0.35 | 0.18 | 0.51 | 330 | 0.22 | 0.4 |
| Hex | 7C | 50 | 66 | 0 | 23 | 12 | 33 | 14A | 16 | 28 |
| Octal | 174 | 120 | 146 | 0 | 43 | 22 | 63 | 512 | 26 | 50 |
| Binary | 1111100 | 1010000 | 1100110 | 0 | 100011 | 10010 | 110011 | 101001010 | 10110 | 101000 |
Color Harmonies of #7C5066
Complementary color
Monochromatic Colors of #7C5066
Black with #7C5066
Text Example
Text Example
White with #7C5066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C5066; }
p { color: rgb(124,80,102); }
H1.HeaderClassName
{
color: #7C5066;
}
.AnyTagClassName
{
color: #7C5066;
}
</style>
background-color css
<style>
a { background-color: #7C5066; }
a { background-color: rgb(124,80,102); }
div.DivClassName
{
background-color: #7C5066;
}
.BgClassName
{
background-color: #7C5066;
}
</style>
border-color css
<style>
span { border-color: #7C5066; }
span { border-color: rgb(124,80,102); }
td.TdClassName
{
border-color: #7C5066;
}
.TagClassName
{
border-color: #7C5066;
}
</style>