Shades of Cosmic #7E5170
Tints of Cosmic #7E5170
RGB
CMYK
RGB Variations
Color information
#7E5170 (or 0x7E5170) is known color: Cosmic. HEX triplet: 7E, 51 and 70. RGB value is (126,81,112). Sum of RGB (Red+Green+Blue) = 126+81+112=319 (42% of max value = 765). Red value is 126 (49.61% from 255 or 39.50% from 319); Green value is 81 (32.03% from 255 or 25.39% from 319); Blue value is 112 (44.14% from 255 or 35.11% from 319); Max value from RGB is 126 - color contains mainly: red. Hex color #7E5170 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E5170 is #81AE8F. Grayscale: #616161. Windows color (decimal): -8498832 or 7360894. OLE color: 7360894.
HSL color Cylindrical-coordinate representation of color #7E5170: hue angle of 318.67º degrees, saturation: 0.22, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7E5170 is Cyan = 0, Magento = 0.36, Yellow = 0.11 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 81 | 112 | - |
| CMYK | 0 | 0.36 | 0.11 | 0.51 |
| HSL | 318.67º | 0.22% | 0.41% | - |
| HSV(B) | 318.67º | 0.36% | 0.49% | - |
| XYZ | 14.47 | 11.49 | 16.78 | - |
| YUV | 97.99 | 135.91 | 147.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 81 | 112 | 0 | 0.36 | 0.11 | 0.51 | 318.67 | 0.22 | 0.41 |
| Hex | 7E | 51 | 70 | 0 | 24 | B | 33 | 13F | 16 | 29 |
| Octal | 176 | 121 | 160 | 0 | 44 | 13 | 63 | 477 | 26 | 51 |
| Binary | 1111110 | 1010001 | 1110000 | 0 | 100100 | 1011 | 110011 | 100111111 | 10110 | 101001 |
Color Harmonies of #7E5170
Complementary color
Monochromatic Colors of #7E5170
Black with #7E5170
Text Example
Text Example
White with #7E5170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E5170; }
p { color: rgb(126,81,112); }
H1.HeaderClassName
{
color: #7E5170;
}
.AnyTagClassName
{
color: #7E5170;
}
</style>
background-color css
<style>
a { background-color: #7E5170; }
a { background-color: rgb(126,81,112); }
div.DivClassName
{
background-color: #7E5170;
}
.BgClassName
{
background-color: #7E5170;
}
</style>
border-color css
<style>
span { border-color: #7E5170; }
span { border-color: rgb(126,81,112); }
td.TdClassName
{
border-color: #7E5170;
}
.TagClassName
{
border-color: #7E5170;
}
</style>