Shades of Cosmic #7C4E6D
Tints of Cosmic #7C4E6D
RGB
CMYK
RGB Variations
Color information
#7C4E6D (or 0x7C4E6D) is known color: Cosmic. HEX triplet: 7C, 4E and 6D. RGB value is (124,78,109). Sum of RGB (Red+Green+Blue) = 124+78+109=311 (41% of max value = 765). Red value is 124 (48.83% from 255 or 39.87% from 311); Green value is 78 (30.86% from 255 or 25.08% from 311); Blue value is 109 (42.97% from 255 or 35.05% from 311); Max value from RGB is 124 - color contains mainly: red. Hex color #7C4E6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C4E6D is #83B192. Grayscale: #5F5F5F. Windows color (decimal): -8630675 or 7163516. OLE color: 7163516.
HSL color Cylindrical-coordinate representation of color #7C4E6D: hue angle of 319.57º degrees, saturation: 0.23, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7C4E6D is Cyan = 0, Magento = 0.37, Yellow = 0.12 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 78 | 109 | - |
| CMYK | 0 | 0.37 | 0.12 | 0.51 |
| HSL | 319.57º | 0.23% | 0.4% | - |
| HSV(B) | 319.57º | 0.37% | 0.49% | - |
| XYZ | 13.8 | 10.84 | 15.83 | - |
| YUV | 95.29 | 135.74 | 148.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 78 | 109 | 0 | 0.37 | 0.12 | 0.51 | 319.57 | 0.23 | 0.4 |
| Hex | 7C | 4E | 6D | 0 | 25 | C | 33 | 140 | 17 | 28 |
| Octal | 174 | 116 | 155 | 0 | 45 | 14 | 63 | 500 | 27 | 50 |
| Binary | 1111100 | 1001110 | 1101101 | 0 | 100101 | 1100 | 110011 | 101000000 | 10111 | 101000 |
Color Harmonies of #7C4E6D
Complementary color
Monochromatic Colors of #7C4E6D
Black with #7C4E6D
Text Example
Text Example
White with #7C4E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C4E6D; }
p { color: rgb(124,78,109); }
H1.HeaderClassName
{
color: #7C4E6D;
}
.AnyTagClassName
{
color: #7C4E6D;
}
</style>
background-color css
<style>
a { background-color: #7C4E6D; }
a { background-color: rgb(124,78,109); }
div.DivClassName
{
background-color: #7C4E6D;
}
.BgClassName
{
background-color: #7C4E6D;
}
</style>
border-color css
<style>
span { border-color: #7C4E6D; }
span { border-color: rgb(124,78,109); }
td.TdClassName
{
border-color: #7C4E6D;
}
.TagClassName
{
border-color: #7C4E6D;
}
</style>