Shades of Cosmic #7C4556
Tints of Cosmic #7C4556
RGB
CMYK
RGB Variations
Color information
#7C4556 (or 0x7C4556) is known color: Cosmic. HEX triplet: 7C, 45 and 56. RGB value is (124,69,86). Sum of RGB (Red+Green+Blue) = 124+69+86=279 (36% of max value = 765). Red value is 124 (48.83% from 255 or 44.44% from 279); Green value is 69 (27.34% from 255 or 24.73% from 279); Blue value is 86 (33.98% from 255 or 30.82% from 279); Max value from RGB is 124 - color contains mainly: red. Hex color #7C4556 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C4556 is #83BAA9. Grayscale: #575757. Windows color (decimal): -8633002 or 5653884. OLE color: 5653884.
HSL color Cylindrical-coordinate representation of color #7C4556: hue angle of 341.45º 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 #7C4556 is Cyan = 0, Magento = 0.44, Yellow = 0.31 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 69 | 86 | - |
| CMYK | 0 | 0.44 | 0.31 | 0.51 |
| HSL | 341.45º | 0.28% | 0.38% | - |
| HSV(B) | 341.45º | 0.44% | 0.49% | - |
| XYZ | 12.12 | 9.21 | 9.94 | - |
| YUV | 87.38 | 127.22 | 154.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 69 | 86 | 0 | 0.44 | 0.31 | 0.51 | 341.45 | 0.28 | 0.38 |
| Hex | 7C | 45 | 56 | 0 | 2C | 1F | 33 | 155 | 1C | 26 |
| Octal | 174 | 105 | 126 | 0 | 54 | 37 | 63 | 525 | 34 | 46 |
| Binary | 1111100 | 1000101 | 1010110 | 0 | 101100 | 11111 | 110011 | 101010101 | 11100 | 100110 |
Color Harmonies of #7C4556
Complementary color
Monochromatic Colors of #7C4556
Black with #7C4556
Text Example
Text Example
White with #7C4556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C4556; }
p { color: rgb(124,69,86); }
H1.HeaderClassName
{
color: #7C4556;
}
.AnyTagClassName
{
color: #7C4556;
}
</style>
background-color css
<style>
a { background-color: #7C4556; }
a { background-color: rgb(124,69,86); }
div.DivClassName
{
background-color: #7C4556;
}
.BgClassName
{
background-color: #7C4556;
}
</style>
border-color css
<style>
span { border-color: #7C4556; }
span { border-color: rgb(124,69,86); }
td.TdClassName
{
border-color: #7C4556;
}
.TagClassName
{
border-color: #7C4556;
}
</style>