Shades of Cosmic #7E465A
Tints of Cosmic #7E465A
RGB
CMYK
RGB Variations
Color information
#7E465A (or 0x7E465A) is known color: Cosmic. HEX triplet: 7E, 46 and 5A. RGB value is (126,70,90). Sum of RGB (Red+Green+Blue) = 126+70+90=286 (37% of max value = 765). Red value is 126 (49.61% from 255 or 44.06% from 286); Green value is 70 (27.73% from 255 or 24.48% from 286); Blue value is 90 (35.55% from 255 or 31.47% from 286); Max value from RGB is 126 - color contains mainly: red. Hex color #7E465A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E465A is #81B9A5. Grayscale: #595959. Windows color (decimal): -8501670 or 5916286. OLE color: 5916286.
HSL color Cylindrical-coordinate representation of color #7E465A: hue angle of 338.57º degrees, saturation: 0.29, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7E465A is Cyan = 0, Magento = 0.44, Yellow = 0.29 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 70 | 90 | - |
| CMYK | 0 | 0.44 | 0.29 | 0.51 |
| HSL | 338.57º | 0.29% | 0.38% | - |
| HSV(B) | 338.57º | 0.44% | 0.49% | - |
| XYZ | 12.64 | 9.55 | 10.85 | - |
| YUV | 89.02 | 128.55 | 154.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 70 | 90 | 0 | 0.44 | 0.29 | 0.51 | 338.57 | 0.29 | 0.38 |
| Hex | 7E | 46 | 5A | 0 | 2C | 1D | 33 | 153 | 1D | 26 |
| Octal | 176 | 106 | 132 | 0 | 54 | 35 | 63 | 523 | 35 | 46 |
| Binary | 1111110 | 1000110 | 1011010 | 0 | 101100 | 11101 | 110011 | 101010011 | 11101 | 100110 |
Color Harmonies of #7E465A
Complementary color
Monochromatic Colors of #7E465A
Black with #7E465A
Text Example
Text Example
White with #7E465A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E465A; }
p { color: rgb(126,70,90); }
H1.HeaderClassName
{
color: #7E465A;
}
.AnyTagClassName
{
color: #7E465A;
}
</style>
background-color css
<style>
a { background-color: #7E465A; }
a { background-color: rgb(126,70,90); }
div.DivClassName
{
background-color: #7E465A;
}
.BgClassName
{
background-color: #7E465A;
}
</style>
border-color css
<style>
span { border-color: #7E465A; }
span { border-color: rgb(126,70,90); }
td.TdClassName
{
border-color: #7E465A;
}
.TagClassName
{
border-color: #7E465A;
}
</style>