Shades of Cosmic #7C4F5F
Tints of Cosmic #7C4F5F
RGB
CMYK
RGB Variations
Color information
#7C4F5F (or 0x7C4F5F) is known color: Cosmic. HEX triplet: 7C, 4F and 5F. RGB value is (124,79,95). Sum of RGB (Red+Green+Blue) = 124+79+95=298 (39% of max value = 765). Red value is 124 (48.83% from 255 or 41.61% from 298); Green value is 79 (31.25% from 255 or 26.51% from 298); Blue value is 95 (37.5% from 255 or 31.88% from 298); Max value from RGB is 124 - color contains mainly: red. Hex color #7C4F5F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C4F5F is #83B0A0. Grayscale: #5E5E5E. Windows color (decimal): -8630433 or 6246268. OLE color: 6246268.
HSL color Cylindrical-coordinate representation of color #7C4F5F: hue angle of 338.67º degrees, saturation: 0.22, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7C4F5F is Cyan = 0, Magento = 0.36, Yellow = 0.23 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 79 | 95 | - |
| CMYK | 0 | 0.36 | 0.23 | 0.51 |
| HSL | 338.67º | 0.22% | 0.4% | - |
| HSV(B) | 338.67º | 0.36% | 0.49% | - |
| XYZ | 13.17 | 10.7 | 12.2 | - |
| YUV | 94.28 | 128.41 | 149.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 79 | 95 | 0 | 0.36 | 0.23 | 0.51 | 338.67 | 0.22 | 0.4 |
| Hex | 7C | 4F | 5F | 0 | 24 | 17 | 33 | 153 | 16 | 28 |
| Octal | 174 | 117 | 137 | 0 | 44 | 27 | 63 | 523 | 26 | 50 |
| Binary | 1111100 | 1001111 | 1011111 | 0 | 100100 | 10111 | 110011 | 101010011 | 10110 | 101000 |
Color Harmonies of #7C4F5F
Complementary color
Monochromatic Colors of #7C4F5F
Black with #7C4F5F
Text Example
Text Example
White with #7C4F5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C4F5F; }
p { color: rgb(124,79,95); }
H1.HeaderClassName
{
color: #7C4F5F;
}
.AnyTagClassName
{
color: #7C4F5F;
}
</style>
background-color css
<style>
a { background-color: #7C4F5F; }
a { background-color: rgb(124,79,95); }
div.DivClassName
{
background-color: #7C4F5F;
}
.BgClassName
{
background-color: #7C4F5F;
}
</style>
border-color css
<style>
span { border-color: #7C4F5F; }
span { border-color: rgb(124,79,95); }
td.TdClassName
{
border-color: #7C4F5F;
}
.TagClassName
{
border-color: #7C4F5F;
}
</style>