Shades of Cosmic #7E5A71
Tints of Cosmic #7E5A71
RGB
CMYK
RGB Variations
Color information
#7E5A71 (or 0x7E5A71) is known color: Cosmic. HEX triplet: 7E, 5A and 71. RGB value is (126,90,113). Sum of RGB (Red+Green+Blue) = 126+90+113=329 (43% of max value = 765). Red value is 126 (49.61% from 255 or 38.30% from 329); Green value is 90 (35.55% from 255 or 27.36% from 329); Blue value is 113 (44.53% from 255 or 34.35% from 329); Max value from RGB is 126 - color contains mainly: red. Hex color #7E5A71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E5A71 is #81A58E. Grayscale: #676767. Windows color (decimal): -8496527 or 7428734. OLE color: 7428734.
HSL color Cylindrical-coordinate representation of color #7E5A71: hue angle of 321.67º degrees, saturation: 0.17, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7E5A71 is Cyan = 0, Magento = 0.29, Yellow = 0.10 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 90 | 113 | - |
| CMYK | 0 | 0.29 | 0.10 | 0.51 |
| HSL | 321.67º | 0.17% | 0.42% | - |
| HSV(B) | 321.67º | 0.29% | 0.49% | - |
| XYZ | 15.24 | 12.94 | 17.32 | - |
| YUV | 103.39 | 133.43 | 144.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 90 | 113 | 0 | 0.29 | 0.10 | 0.51 | 321.67 | 0.17 | 0.42 |
| Hex | 7E | 5A | 71 | 0 | 1D | A | 33 | 142 | 11 | 2A |
| Octal | 176 | 132 | 161 | 0 | 35 | 12 | 63 | 502 | 21 | 52 |
| Binary | 1111110 | 1011010 | 1110001 | 0 | 11101 | 1010 | 110011 | 101000010 | 10001 | 101010 |
Color Harmonies of #7E5A71
Complementary color
Monochromatic Colors of #7E5A71
Black with #7E5A71
Text Example
Text Example
White with #7E5A71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E5A71; }
p { color: rgb(126,90,113); }
H1.HeaderClassName
{
color: #7E5A71;
}
.AnyTagClassName
{
color: #7E5A71;
}
</style>
background-color css
<style>
a { background-color: #7E5A71; }
a { background-color: rgb(126,90,113); }
div.DivClassName
{
background-color: #7E5A71;
}
.BgClassName
{
background-color: #7E5A71;
}
</style>
border-color css
<style>
span { border-color: #7E5A71; }
span { border-color: rgb(126,90,113); }
td.TdClassName
{
border-color: #7E5A71;
}
.TagClassName
{
border-color: #7E5A71;
}
</style>