Shades of Cosmic #7C596B
Tints of Cosmic #7C596B
RGB
CMYK
RGB Variations
Color information
#7C596B (or 0x7C596B) is known color: Cosmic. HEX triplet: 7C, 59 and 6B. RGB value is (124,89,107). Sum of RGB (Red+Green+Blue) = 124+89+107=320 (42% of max value = 765). Red value is 124 (48.83% from 255 or 38.75% from 320); Green value is 89 (35.16% from 255 or 27.81% from 320); Blue value is 107 (42.19% from 255 or 33.44% from 320); Max value from RGB is 124 - color contains mainly: red. Hex color #7C596B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C596B is #83A694. Grayscale: #656565. Windows color (decimal): -8627861 or 7035260. OLE color: 7035260.
HSL color Cylindrical-coordinate representation of color #7C596B: hue angle of 329.14º degrees, saturation: 0.16, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7C596B is Cyan = 0, Magento = 0.28, Yellow = 0.14 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 89 | 107 | - |
| CMYK | 0 | 0.28 | 0.14 | 0.51 |
| HSL | 329.14º | 0.16% | 0.42% | - |
| HSV(B) | 329.14º | 0.28% | 0.49% | - |
| XYZ | 14.54 | 12.49 | 15.55 | - |
| YUV | 101.52 | 131.1 | 144.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 89 | 107 | 0 | 0.28 | 0.14 | 0.51 | 329.14 | 0.16 | 0.42 |
| Hex | 7C | 59 | 6B | 0 | 1C | E | 33 | 149 | 10 | 2A |
| Octal | 174 | 131 | 153 | 0 | 34 | 16 | 63 | 511 | 20 | 52 |
| Binary | 1111100 | 1011001 | 1101011 | 0 | 11100 | 1110 | 110011 | 101001001 | 10000 | 101010 |
Color Harmonies of #7C596B
Complementary color
Monochromatic Colors of #7C596B
Black with #7C596B
Text Example
Text Example
White with #7C596B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C596B; }
p { color: rgb(124,89,107); }
H1.HeaderClassName
{
color: #7C596B;
}
.AnyTagClassName
{
color: #7C596B;
}
</style>
background-color css
<style>
a { background-color: #7C596B; }
a { background-color: rgb(124,89,107); }
div.DivClassName
{
background-color: #7C596B;
}
.BgClassName
{
background-color: #7C596B;
}
</style>
border-color css
<style>
span { border-color: #7C596B; }
span { border-color: rgb(124,89,107); }
td.TdClassName
{
border-color: #7C596B;
}
.TagClassName
{
border-color: #7C596B;
}
</style>