Shades of Cosmic #7C486B
Tints of Cosmic #7C486B
RGB
CMYK
RGB Variations
Color information
#7C486B (or 0x7C486B) is known color: Cosmic. HEX triplet: 7C, 48 and 6B. RGB value is (124,72,107). Sum of RGB (Red+Green+Blue) = 124+72+107=303 (40% of max value = 765). Red value is 124 (48.83% from 255 or 40.92% from 303); Green value is 72 (28.52% from 255 or 23.76% from 303); Blue value is 107 (42.19% from 255 or 35.31% from 303); Max value from RGB is 124 - color contains mainly: red. Hex color #7C486B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C486B is #83B794. Grayscale: #5B5B5B. Windows color (decimal): -8632213 or 7030908. OLE color: 7030908.
HSL color Cylindrical-coordinate representation of color #7C486B: hue angle of 319.62º degrees, saturation: 0.27, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7C486B is Cyan = 0, Magento = 0.42, Yellow = 0.14 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 72 | 107 | - |
| CMYK | 0 | 0.42 | 0.14 | 0.51 |
| HSL | 319.62º | 0.27% | 0.38% | - |
| HSV(B) | 319.62º | 0.42% | 0.49% | - |
| XYZ | 13.28 | 9.98 | 15.14 | - |
| YUV | 91.54 | 136.73 | 151.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 72 | 107 | 0 | 0.42 | 0.14 | 0.51 | 319.62 | 0.27 | 0.38 |
| Hex | 7C | 48 | 6B | 0 | 2A | E | 33 | 140 | 1B | 26 |
| Octal | 174 | 110 | 153 | 0 | 52 | 16 | 63 | 500 | 33 | 46 |
| Binary | 1111100 | 1001000 | 1101011 | 0 | 101010 | 1110 | 110011 | 101000000 | 11011 | 100110 |
Color Harmonies of #7C486B
Complementary color
Monochromatic Colors of #7C486B
Black with #7C486B
Text Example
Text Example
White with #7C486B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C486B; }
p { color: rgb(124,72,107); }
H1.HeaderClassName
{
color: #7C486B;
}
.AnyTagClassName
{
color: #7C486B;
}
</style>
background-color css
<style>
a { background-color: #7C486B; }
a { background-color: rgb(124,72,107); }
div.DivClassName
{
background-color: #7C486B;
}
.BgClassName
{
background-color: #7C486B;
}
</style>
border-color css
<style>
span { border-color: #7C486B; }
span { border-color: rgb(124,72,107); }
td.TdClassName
{
border-color: #7C486B;
}
.TagClassName
{
border-color: #7C486B;
}
</style>