Shades of Cosmic #7C4C6D
Tints of Cosmic #7C4C6D
RGB
CMYK
RGB Variations
Color information
#7C4C6D (or 0x7C4C6D) is known color: Cosmic. HEX triplet: 7C, 4C and 6D. RGB value is (124,76,109). Sum of RGB (Red+Green+Blue) = 124+76+109=309 (40% of max value = 765). Red value is 124 (48.83% from 255 or 40.13% from 309); Green value is 76 (30.08% from 255 or 24.60% from 309); Blue value is 109 (42.97% from 255 or 35.28% from 309); Max value from RGB is 124 - color contains mainly: red. Hex color #7C4C6D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C4C6D is #83B392. Grayscale: #5E5E5E. Windows color (decimal): -8631187 or 7163004. OLE color: 7163004.
HSL color Cylindrical-coordinate representation of color #7C4C6D: hue angle of 318.75º degrees, saturation: 0.24, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7C4C6D is Cyan = 0, Magento = 0.39, Yellow = 0.12 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 76 | 109 | - |
| CMYK | 0 | 0.39 | 0.12 | 0.51 |
| HSL | 318.75º | 0.24% | 0.39% | - |
| HSV(B) | 318.75º | 0.39% | 0.49% | - |
| XYZ | 13.66 | 10.56 | 15.79 | - |
| YUV | 94.11 | 136.4 | 149.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 76 | 109 | 0 | 0.39 | 0.12 | 0.51 | 318.75 | 0.24 | 0.39 |
| Hex | 7C | 4C | 6D | 0 | 27 | C | 33 | 13F | 18 | 27 |
| Octal | 174 | 114 | 155 | 0 | 47 | 14 | 63 | 477 | 30 | 47 |
| Binary | 1111100 | 1001100 | 1101101 | 0 | 100111 | 1100 | 110011 | 100111111 | 11000 | 100111 |
Color Harmonies of #7C4C6D
Complementary color
Monochromatic Colors of #7C4C6D
Black with #7C4C6D
Text Example
Text Example
White with #7C4C6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C4C6D; }
p { color: rgb(124,76,109); }
H1.HeaderClassName
{
color: #7C4C6D;
}
.AnyTagClassName
{
color: #7C4C6D;
}
</style>
background-color css
<style>
a { background-color: #7C4C6D; }
a { background-color: rgb(124,76,109); }
div.DivClassName
{
background-color: #7C4C6D;
}
.BgClassName
{
background-color: #7C4C6D;
}
</style>
border-color css
<style>
span { border-color: #7C4C6D; }
span { border-color: rgb(124,76,109); }
td.TdClassName
{
border-color: #7C4C6D;
}
.TagClassName
{
border-color: #7C4C6D;
}
</style>