Shades of Cosmic #7E505D
Tints of Cosmic #7E505D
RGB
CMYK
RGB Variations
Color information
#7E505D (or 0x7E505D) is known color: Cosmic. HEX triplet: 7E, 50 and 5D. RGB value is (126,80,93). Sum of RGB (Red+Green+Blue) = 126+80+93=299 (39% of max value = 765). Red value is 126 (49.61% from 255 or 42.14% from 299); Green value is 80 (31.64% from 255 or 26.76% from 299); Blue value is 93 (36.72% from 255 or 31.10% from 299); Max value from RGB is 126 - color contains mainly: red. Hex color #7E505D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E505D is #81AFA2. Grayscale: #5F5F5F. Windows color (decimal): -8499107 or 6115454. OLE color: 6115454.
HSL color Cylindrical-coordinate representation of color #7E505D: hue angle of 343.04º degrees, saturation: 0.22, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7E505D is Cyan = 0, Magento = 0.37, Yellow = 0.26 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 80 | 93 | - |
| CMYK | 0 | 0.37 | 0.26 | 0.51 |
| HSL | 343.04º | 0.22% | 0.4% | - |
| HSV(B) | 343.04º | 0.37% | 0.49% | - |
| XYZ | 13.45 | 10.96 | 11.76 | - |
| YUV | 95.24 | 126.74 | 149.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 80 | 93 | 0 | 0.37 | 0.26 | 0.51 | 343.04 | 0.22 | 0.4 |
| Hex | 7E | 50 | 5D | 0 | 25 | 1A | 33 | 157 | 16 | 28 |
| Octal | 176 | 120 | 135 | 0 | 45 | 32 | 63 | 527 | 26 | 50 |
| Binary | 1111110 | 1010000 | 1011101 | 0 | 100101 | 11010 | 110011 | 101010111 | 10110 | 101000 |
Color Harmonies of #7E505D
Complementary color
Monochromatic Colors of #7E505D
Black with #7E505D
Text Example
Text Example
White with #7E505D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E505D; }
p { color: rgb(126,80,93); }
H1.HeaderClassName
{
color: #7E505D;
}
.AnyTagClassName
{
color: #7E505D;
}
</style>
background-color css
<style>
a { background-color: #7E505D; }
a { background-color: rgb(126,80,93); }
div.DivClassName
{
background-color: #7E505D;
}
.BgClassName
{
background-color: #7E505D;
}
</style>
border-color css
<style>
span { border-color: #7E505D; }
span { border-color: rgb(126,80,93); }
td.TdClassName
{
border-color: #7E505D;
}
.TagClassName
{
border-color: #7E505D;
}
</style>