Shades of Cosmic #7E536E
Tints of Cosmic #7E536E
RGB
CMYK
RGB Variations
Color information
#7E536E (or 0x7E536E) is known color: Cosmic. HEX triplet: 7E, 53 and 6E. RGB value is (126,83,110). Sum of RGB (Red+Green+Blue) = 126+83+110=319 (42% of max value = 765). Red value is 126 (49.61% from 255 or 39.50% from 319); Green value is 83 (32.81% from 255 or 26.02% from 319); Blue value is 110 (43.36% from 255 or 34.48% from 319); Max value from RGB is 126 - color contains mainly: red. Hex color #7E536E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E536E is #81AC91. Grayscale: #626262. Windows color (decimal): -8498322 or 7230334. OLE color: 7230334.
HSL color Cylindrical-coordinate representation of color #7E536E: hue angle of 322.33º degrees, saturation: 0.21, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7E536E is Cyan = 0, Magento = 0.34, Yellow = 0.13 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 83 | 110 | - |
| CMYK | 0 | 0.34 | 0.13 | 0.51 |
| HSL | 322.33º | 0.21% | 0.41% | - |
| HSV(B) | 322.33º | 0.34% | 0.49% | - |
| XYZ | 14.51 | 11.75 | 16.25 | - |
| YUV | 98.94 | 134.25 | 147.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 83 | 110 | 0 | 0.34 | 0.13 | 0.51 | 322.33 | 0.21 | 0.41 |
| Hex | 7E | 53 | 6E | 0 | 22 | D | 33 | 142 | 15 | 29 |
| Octal | 176 | 123 | 156 | 0 | 42 | 15 | 63 | 502 | 25 | 51 |
| Binary | 1111110 | 1010011 | 1101110 | 0 | 100010 | 1101 | 110011 | 101000010 | 10101 | 101001 |
Color Harmonies of #7E536E
Complementary color
Monochromatic Colors of #7E536E
Black with #7E536E
Text Example
Text Example
White with #7E536E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E536E; }
p { color: rgb(126,83,110); }
H1.HeaderClassName
{
color: #7E536E;
}
.AnyTagClassName
{
color: #7E536E;
}
</style>
background-color css
<style>
a { background-color: #7E536E; }
a { background-color: rgb(126,83,110); }
div.DivClassName
{
background-color: #7E536E;
}
.BgClassName
{
background-color: #7E536E;
}
</style>
border-color css
<style>
span { border-color: #7E536E; }
span { border-color: rgb(126,83,110); }
td.TdClassName
{
border-color: #7E536E;
}
.TagClassName
{
border-color: #7E536E;
}
</style>