Shades of Cosmic #7C4656
Tints of Cosmic #7C4656
RGB
CMYK
RGB Variations
Color information
#7C4656 (or 0x7C4656) is known color: Cosmic. HEX triplet: 7C, 46 and 56. RGB value is (124,70,86). Sum of RGB (Red+Green+Blue) = 124+70+86=280 (37% of max value = 765). Red value is 124 (48.83% from 255 or 44.29% from 280); Green value is 70 (27.73% from 255 or 25% from 280); Blue value is 86 (33.98% from 255 or 30.71% from 280); Max value from RGB is 124 - color contains mainly: red. Hex color #7C4656 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C4656 is #83B9A9. Grayscale: #575757. Windows color (decimal): -8632746 or 5654140. OLE color: 5654140.
HSL color Cylindrical-coordinate representation of color #7C4656: hue angle of 342.22º degrees, saturation: 0.28, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7C4656 is Cyan = 0, Magento = 0.44, Yellow = 0.31 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 70 | 86 | - |
| CMYK | 0 | 0.44 | 0.31 | 0.51 |
| HSL | 342.22º | 0.28% | 0.38% | - |
| HSV(B) | 342.22º | 0.44% | 0.49% | - |
| XYZ | 12.18 | 9.34 | 9.96 | - |
| YUV | 87.97 | 126.89 | 153.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 70 | 86 | 0 | 0.44 | 0.31 | 0.51 | 342.22 | 0.28 | 0.38 |
| Hex | 7C | 46 | 56 | 0 | 2C | 1F | 33 | 156 | 1C | 26 |
| Octal | 174 | 106 | 126 | 0 | 54 | 37 | 63 | 526 | 34 | 46 |
| Binary | 1111100 | 1000110 | 1010110 | 0 | 101100 | 11111 | 110011 | 101010110 | 11100 | 100110 |
Color Harmonies of #7C4656
Complementary color
Monochromatic Colors of #7C4656
Black with #7C4656
Text Example
Text Example
White with #7C4656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C4656; }
p { color: rgb(124,70,86); }
H1.HeaderClassName
{
color: #7C4656;
}
.AnyTagClassName
{
color: #7C4656;
}
</style>
background-color css
<style>
a { background-color: #7C4656; }
a { background-color: rgb(124,70,86); }
div.DivClassName
{
background-color: #7C4656;
}
.BgClassName
{
background-color: #7C4656;
}
</style>
border-color css
<style>
span { border-color: #7C4656; }
span { border-color: rgb(124,70,86); }
td.TdClassName
{
border-color: #7C4656;
}
.TagClassName
{
border-color: #7C4656;
}
</style>