Shades of Cosmic #7C576A
Tints of Cosmic #7C576A
RGB
CMYK
RGB Variations
Color information
#7C576A (or 0x7C576A) is known color: Cosmic. HEX triplet: 7C, 57 and 6A. RGB value is (124,87,106). Sum of RGB (Red+Green+Blue) = 124+87+106=317 (41% of max value = 765). Red value is 124 (48.83% from 255 or 39.12% from 317); Green value is 87 (34.38% from 255 or 27.44% from 317); Blue value is 106 (41.80% from 255 or 33.44% from 317); Max value from RGB is 124 - color contains mainly: red. Hex color #7C576A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C576A is #83A895. Grayscale: #646464. Windows color (decimal): -8628374 or 6969212. OLE color: 6969212.
HSL color Cylindrical-coordinate representation of color #7C576A: hue angle of 329.19º 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 #7C576A is Cyan = 0, Magento = 0.30, Yellow = 0.15 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 87 | 106 | - |
| CMYK | 0 | 0.30 | 0.15 | 0.51 |
| HSL | 329.19º | 0.18% | 0.41% | - |
| HSV(B) | 329.19º | 0.3% | 0.49% | - |
| XYZ | 14.32 | 12.14 | 15.22 | - |
| YUV | 100.23 | 131.26 | 144.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 87 | 106 | 0 | 0.30 | 0.15 | 0.51 | 329.19 | 0.18 | 0.41 |
| Hex | 7C | 57 | 6A | 0 | 1E | F | 33 | 149 | 12 | 29 |
| Octal | 174 | 127 | 152 | 0 | 36 | 17 | 63 | 511 | 22 | 51 |
| Binary | 1111100 | 1010111 | 1101010 | 0 | 11110 | 1111 | 110011 | 101001001 | 10010 | 101001 |
Color Harmonies of #7C576A
Complementary color
Monochromatic Colors of #7C576A
Black with #7C576A
Text Example
Text Example
White with #7C576A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C576A; }
p { color: rgb(124,87,106); }
H1.HeaderClassName
{
color: #7C576A;
}
.AnyTagClassName
{
color: #7C576A;
}
</style>
background-color css
<style>
a { background-color: #7C576A; }
a { background-color: rgb(124,87,106); }
div.DivClassName
{
background-color: #7C576A;
}
.BgClassName
{
background-color: #7C576A;
}
</style>
border-color css
<style>
span { border-color: #7C576A; }
span { border-color: rgb(124,87,106); }
td.TdClassName
{
border-color: #7C576A;
}
.TagClassName
{
border-color: #7C576A;
}
</style>