Shades of Cosmic #7C4D64
Tints of Cosmic #7C4D64
RGB
CMYK
RGB Variations
Color information
#7C4D64 (or 0x7C4D64) is known color: Cosmic. HEX triplet: 7C, 4D and 64. RGB value is (124,77,100). Sum of RGB (Red+Green+Blue) = 124+77+100=301 (39% of max value = 765). Red value is 124 (48.83% from 255 or 41.20% from 301); Green value is 77 (30.47% from 255 or 25.58% from 301); Blue value is 100 (39.45% from 255 or 33.22% from 301); Max value from RGB is 124 - color contains mainly: red. Hex color #7C4D64 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C4D64 is #83B29B. Grayscale: #5D5D5D. Windows color (decimal): -8630940 or 6573436. OLE color: 6573436.
HSL color Cylindrical-coordinate representation of color #7C4D64: hue angle of 330.64º degrees, saturation: 0.23, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7C4D64 is Cyan = 0, Magento = 0.38, Yellow = 0.19 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 77 | 100 | - |
| CMYK | 0 | 0.38 | 0.19 | 0.51 |
| HSL | 330.64º | 0.23% | 0.39% | - |
| HSV(B) | 330.64º | 0.38% | 0.49% | - |
| XYZ | 13.27 | 10.51 | 13.39 | - |
| YUV | 93.68 | 131.57 | 149.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 77 | 100 | 0 | 0.38 | 0.19 | 0.51 | 330.64 | 0.23 | 0.39 |
| Hex | 7C | 4D | 64 | 0 | 26 | 13 | 33 | 14B | 17 | 27 |
| Octal | 174 | 115 | 144 | 0 | 46 | 23 | 63 | 513 | 27 | 47 |
| Binary | 1111100 | 1001101 | 1100100 | 0 | 100110 | 10011 | 110011 | 101001011 | 10111 | 100111 |
Color Harmonies of #7C4D64
Complementary color
Monochromatic Colors of #7C4D64
Black with #7C4D64
Text Example
Text Example
White with #7C4D64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C4D64; }
p { color: rgb(124,77,100); }
H1.HeaderClassName
{
color: #7C4D64;
}
.AnyTagClassName
{
color: #7C4D64;
}
</style>
background-color css
<style>
a { background-color: #7C4D64; }
a { background-color: rgb(124,77,100); }
div.DivClassName
{
background-color: #7C4D64;
}
.BgClassName
{
background-color: #7C4D64;
}
</style>
border-color css
<style>
span { border-color: #7C4D64; }
span { border-color: rgb(124,77,100); }
td.TdClassName
{
border-color: #7C4D64;
}
.TagClassName
{
border-color: #7C4D64;
}
</style>