Shades of Cosmic #7C486D
Tints of Cosmic #7C486D
RGB
CMYK
RGB Variations
Color information
#7C486D (or 0x7C486D) is known color: Cosmic. HEX triplet: 7C, 48 and 6D. RGB value is (124,72,109). Sum of RGB (Red+Green+Blue) = 124+72+109=305 (40% of max value = 765). Red value is 124 (48.83% from 255 or 40.66% from 305); Green value is 72 (28.52% from 255 or 23.61% from 305); Blue value is 109 (42.97% from 255 or 35.74% from 305); Max value from RGB is 124 - color contains mainly: red. Hex color #7C486D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C486D is #83B792. Grayscale: #5B5B5B. Windows color (decimal): -8632211 or 7161980. OLE color: 7161980.
HSL color Cylindrical-coordinate representation of color #7C486D: hue angle of 317.31º 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 #7C486D is Cyan = 0, Magento = 0.42, Yellow = 0.12 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 72 | 109 | - |
| CMYK | 0 | 0.42 | 0.12 | 0.51 |
| HSL | 317.31º | 0.27% | 0.38% | - |
| HSV(B) | 317.31º | 0.42% | 0.49% | - |
| XYZ | 13.39 | 10.02 | 15.7 | - |
| YUV | 91.77 | 137.73 | 150.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 72 | 109 | 0 | 0.42 | 0.12 | 0.51 | 317.31 | 0.27 | 0.38 |
| Hex | 7C | 48 | 6D | 0 | 2A | C | 33 | 13D | 1B | 26 |
| Octal | 174 | 110 | 155 | 0 | 52 | 14 | 63 | 475 | 33 | 46 |
| Binary | 1111100 | 1001000 | 1101101 | 0 | 101010 | 1100 | 110011 | 100111101 | 11011 | 100110 |
Color Harmonies of #7C486D
Complementary color
Monochromatic Colors of #7C486D
Black with #7C486D
Text Example
Text Example
White with #7C486D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C486D; }
p { color: rgb(124,72,109); }
H1.HeaderClassName
{
color: #7C486D;
}
.AnyTagClassName
{
color: #7C486D;
}
</style>
background-color css
<style>
a { background-color: #7C486D; }
a { background-color: rgb(124,72,109); }
div.DivClassName
{
background-color: #7C486D;
}
.BgClassName
{
background-color: #7C486D;
}
</style>
border-color css
<style>
span { border-color: #7C486D; }
span { border-color: rgb(124,72,109); }
td.TdClassName
{
border-color: #7C486D;
}
.TagClassName
{
border-color: #7C486D;
}
</style>