Shades of Cosmic #7E466E
Tints of Cosmic #7E466E
RGB
CMYK
RGB Variations
Color information
#7E466E (or 0x7E466E) is known color: Cosmic. HEX triplet: 7E, 46 and 6E. RGB value is (126,70,110). Sum of RGB (Red+Green+Blue) = 126+70+110=306 (40% of max value = 765). Red value is 126 (49.61% from 255 or 41.18% from 306); Green value is 70 (27.73% from 255 or 22.88% from 306); Blue value is 110 (43.36% from 255 or 35.95% from 306); Max value from RGB is 126 - color contains mainly: red. Hex color #7E466E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E466E is #81B991. Grayscale: #5B5B5B. Windows color (decimal): -8501650 or 7227006. OLE color: 7227006.
HSL color Cylindrical-coordinate representation of color #7E466E: hue angle of 317.14º 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 #7E466E is Cyan = 0, Magento = 0.44, Yellow = 0.13 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 70 | 110 | - |
| CMYK | 0 | 0.44 | 0.13 | 0.51 |
| HSL | 317.14º | 0.29% | 0.38% | - |
| HSV(B) | 317.14º | 0.44% | 0.49% | - |
| XYZ | 13.61 | 9.94 | 15.95 | - |
| YUV | 91.3 | 138.55 | 152.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 70 | 110 | 0 | 0.44 | 0.13 | 0.51 | 317.14 | 0.29 | 0.38 |
| Hex | 7E | 46 | 6E | 0 | 2C | D | 33 | 13D | 1D | 26 |
| Octal | 176 | 106 | 156 | 0 | 54 | 15 | 63 | 475 | 35 | 46 |
| Binary | 1111110 | 1000110 | 1101110 | 0 | 101100 | 1101 | 110011 | 100111101 | 11101 | 100110 |
Color Harmonies of #7E466E
Complementary color
Monochromatic Colors of #7E466E
Black with #7E466E
Text Example
Text Example
White with #7E466E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E466E; }
p { color: rgb(126,70,110); }
H1.HeaderClassName
{
color: #7E466E;
}
.AnyTagClassName
{
color: #7E466E;
}
</style>
background-color css
<style>
a { background-color: #7E466E; }
a { background-color: rgb(126,70,110); }
div.DivClassName
{
background-color: #7E466E;
}
.BgClassName
{
background-color: #7E466E;
}
</style>
border-color css
<style>
span { border-color: #7E466E; }
span { border-color: rgb(126,70,110); }
td.TdClassName
{
border-color: #7E466E;
}
.TagClassName
{
border-color: #7E466E;
}
</style>