Shades of Cosmic #7E576A
Tints of Cosmic #7E576A
RGB
CMYK
RGB Variations
Color information
#7E576A (or 0x7E576A) is known color: Cosmic. HEX triplet: 7E, 57 and 6A. RGB value is (126,87,106). Sum of RGB (Red+Green+Blue) = 126+87+106=319 (42% of max value = 765). Red value is 126 (49.61% from 255 or 39.50% from 319); Green value is 87 (34.38% from 255 or 27.27% from 319); Blue value is 106 (41.80% from 255 or 33.23% from 319); Max value from RGB is 126 - color contains mainly: red. Hex color #7E576A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E576A is #81A895. Grayscale: #646464. Windows color (decimal): -8497302 or 6969214. OLE color: 6969214.
HSL color Cylindrical-coordinate representation of color #7E576A: hue angle of 330.77º degrees, saturation: 0.18, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7E576A is Cyan = 0, Magento = 0.31, Yellow = 0.16 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 87 | 106 | - |
| CMYK | 0 | 0.31 | 0.16 | 0.51 |
| HSL | 330.77º | 0.18% | 0.42% | - |
| HSV(B) | 330.77º | 0.31% | 0.49% | - |
| XYZ | 14.61 | 12.29 | 15.24 | - |
| YUV | 100.83 | 130.92 | 145.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 87 | 106 | 0 | 0.31 | 0.16 | 0.51 | 330.77 | 0.18 | 0.42 |
| Hex | 7E | 57 | 6A | 0 | 1F | 10 | 33 | 14B | 12 | 2A |
| Octal | 176 | 127 | 152 | 0 | 37 | 20 | 63 | 513 | 22 | 52 |
| Binary | 1111110 | 1010111 | 1101010 | 0 | 11111 | 10000 | 110011 | 101001011 | 10010 | 101010 |
Color Harmonies of #7E576A
Complementary color
Monochromatic Colors of #7E576A
Black with #7E576A
Text Example
Text Example
White with #7E576A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E576A; }
p { color: rgb(126,87,106); }
H1.HeaderClassName
{
color: #7E576A;
}
.AnyTagClassName
{
color: #7E576A;
}
</style>
background-color css
<style>
a { background-color: #7E576A; }
a { background-color: rgb(126,87,106); }
div.DivClassName
{
background-color: #7E576A;
}
.BgClassName
{
background-color: #7E576A;
}
</style>
border-color css
<style>
span { border-color: #7E576A; }
span { border-color: rgb(126,87,106); }
td.TdClassName
{
border-color: #7E576A;
}
.TagClassName
{
border-color: #7E576A;
}
</style>