Shades of Cosmic #7E515E
Tints of Cosmic #7E515E
RGB
CMYK
RGB Variations
Color information
#7E515E (or 0x7E515E) is known color: Cosmic. HEX triplet: 7E, 51 and 5E. RGB value is (126,81,94). Sum of RGB (Red+Green+Blue) = 126+81+94=301 (39% of max value = 765). Red value is 126 (49.61% from 255 or 41.86% from 301); Green value is 81 (32.03% from 255 or 26.91% from 301); Blue value is 94 (37.11% from 255 or 31.23% from 301); Max value from RGB is 126 - color contains mainly: red. Hex color #7E515E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E515E is #81AEA1. Grayscale: #5F5F5F. Windows color (decimal): -8498850 or 6181246. OLE color: 6181246.
HSL color Cylindrical-coordinate representation of color #7E515E: hue angle of 342.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 #7E515E is Cyan = 0, Magento = 0.36, Yellow = 0.25 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 81 | 94 | - |
| CMYK | 0 | 0.36 | 0.25 | 0.51 |
| HSL | 342.67º | 0.22% | 0.41% | - |
| HSV(B) | 342.67º | 0.36% | 0.49% | - |
| XYZ | 13.57 | 11.13 | 12.02 | - |
| YUV | 95.94 | 126.91 | 149.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 81 | 94 | 0 | 0.36 | 0.25 | 0.51 | 342.67 | 0.22 | 0.41 |
| Hex | 7E | 51 | 5E | 0 | 24 | 19 | 33 | 157 | 16 | 29 |
| Octal | 176 | 121 | 136 | 0 | 44 | 31 | 63 | 527 | 26 | 51 |
| Binary | 1111110 | 1010001 | 1011110 | 0 | 100100 | 11001 | 110011 | 101010111 | 10110 | 101001 |
Color Harmonies of #7E515E
Complementary color
Monochromatic Colors of #7E515E
Black with #7E515E
Text Example
Text Example
White with #7E515E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E515E; }
p { color: rgb(126,81,94); }
H1.HeaderClassName
{
color: #7E515E;
}
.AnyTagClassName
{
color: #7E515E;
}
</style>
background-color css
<style>
a { background-color: #7E515E; }
a { background-color: rgb(126,81,94); }
div.DivClassName
{
background-color: #7E515E;
}
.BgClassName
{
background-color: #7E515E;
}
</style>
border-color css
<style>
span { border-color: #7E515E; }
span { border-color: rgb(126,81,94); }
td.TdClassName
{
border-color: #7E515E;
}
.TagClassName
{
border-color: #7E515E;
}
</style>