Shades of Cosmic #7E506D
Tints of Cosmic #7E506D
RGB
CMYK
RGB Variations
Color information
#7E506D (or 0x7E506D) is known color: Cosmic. HEX triplet: 7E, 50 and 6D. RGB value is (126,80,109). Sum of RGB (Red+Green+Blue) = 126+80+109=315 (41% of max value = 765). Red value is 126 (49.61% from 255 or 40% from 315); Green value is 80 (31.64% from 255 or 25.40% from 315); Blue value is 109 (42.97% from 255 or 34.60% from 315); Max value from RGB is 126 - color contains mainly: red. Hex color #7E506D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E506D is #81AF92. Grayscale: #606060. Windows color (decimal): -8499091 or 7164030. OLE color: 7164030.
HSL color Cylindrical-coordinate representation of color #7E506D: hue angle of 322.17º 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 #7E506D is Cyan = 0, Magento = 0.37, Yellow = 0.13 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 80 | 109 | - |
| CMYK | 0 | 0.37 | 0.13 | 0.51 |
| HSL | 322.17º | 0.22% | 0.4% | - |
| HSV(B) | 322.17º | 0.37% | 0.49% | - |
| XYZ | 14.23 | 11.28 | 15.89 | - |
| YUV | 97.06 | 134.74 | 148.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 80 | 109 | 0 | 0.37 | 0.13 | 0.51 | 322.17 | 0.22 | 0.4 |
| Hex | 7E | 50 | 6D | 0 | 25 | D | 33 | 142 | 16 | 28 |
| Octal | 176 | 120 | 155 | 0 | 45 | 15 | 63 | 502 | 26 | 50 |
| Binary | 1111110 | 1010000 | 1101101 | 0 | 100101 | 1101 | 110011 | 101000010 | 10110 | 101000 |
Color Harmonies of #7E506D
Complementary color
Monochromatic Colors of #7E506D
Black with #7E506D
Text Example
Text Example
White with #7E506D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E506D; }
p { color: rgb(126,80,109); }
H1.HeaderClassName
{
color: #7E506D;
}
.AnyTagClassName
{
color: #7E506D;
}
</style>
background-color css
<style>
a { background-color: #7E506D; }
a { background-color: rgb(126,80,109); }
div.DivClassName
{
background-color: #7E506D;
}
.BgClassName
{
background-color: #7E506D;
}
</style>
border-color css
<style>
span { border-color: #7E506D; }
span { border-color: rgb(126,80,109); }
td.TdClassName
{
border-color: #7E506D;
}
.TagClassName
{
border-color: #7E506D;
}
</style>