Shades of Cosmic #7C576C
Tints of Cosmic #7C576C
RGB
CMYK
RGB Variations
Color information
#7C576C (or 0x7C576C) is known color: Cosmic. HEX triplet: 7C, 57 and 6C. RGB value is (124,87,108). Sum of RGB (Red+Green+Blue) = 124+87+108=319 (42% of max value = 765). Red value is 124 (48.83% from 255 or 38.87% from 319); Green value is 87 (34.38% from 255 or 27.27% from 319); Blue value is 108 (42.58% from 255 or 33.86% from 319); Max value from RGB is 124 - color contains mainly: red. Hex color #7C576C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C576C is #83A893. Grayscale: #646464. Windows color (decimal): -8628372 or 7100284. OLE color: 7100284.
HSL color Cylindrical-coordinate representation of color #7C576C: hue angle of 325.95º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7C576C is Cyan = 0, Magento = 0.30, Yellow = 0.13 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 87 | 108 | - |
| CMYK | 0 | 0.30 | 0.13 | 0.51 |
| HSL | 325.95º | 0.18% | 0.41% | - |
| HSV(B) | 325.95º | 0.3% | 0.49% | - |
| XYZ | 14.43 | 12.18 | 15.78 | - |
| YUV | 100.46 | 132.26 | 144.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 87 | 108 | 0 | 0.30 | 0.13 | 0.51 | 325.95 | 0.18 | 0.41 |
| Hex | 7C | 57 | 6C | 0 | 1E | D | 33 | 146 | 12 | 29 |
| Octal | 174 | 127 | 154 | 0 | 36 | 15 | 63 | 506 | 22 | 51 |
| Binary | 1111100 | 1010111 | 1101100 | 0 | 11110 | 1101 | 110011 | 101000110 | 10010 | 101001 |
Color Harmonies of #7C576C
Complementary color
Monochromatic Colors of #7C576C
Black with #7C576C
Text Example
Text Example
White with #7C576C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C576C; }
p { color: rgb(124,87,108); }
H1.HeaderClassName
{
color: #7C576C;
}
.AnyTagClassName
{
color: #7C576C;
}
</style>
background-color css
<style>
a { background-color: #7C576C; }
a { background-color: rgb(124,87,108); }
div.DivClassName
{
background-color: #7C576C;
}
.BgClassName
{
background-color: #7C576C;
}
</style>
border-color css
<style>
span { border-color: #7C576C; }
span { border-color: rgb(124,87,108); }
td.TdClassName
{
border-color: #7C576C;
}
.TagClassName
{
border-color: #7C576C;
}
</style>