Shades of Cosmic #7E476F
Tints of Cosmic #7E476F
RGB
CMYK
RGB Variations
Color information
#7E476F (or 0x7E476F) is known color: Cosmic. HEX triplet: 7E, 47 and 6F. RGB value is (126,71,111). Sum of RGB (Red+Green+Blue) = 126+71+111=308 (40% of max value = 765). Red value is 126 (49.61% from 255 or 40.91% from 308); Green value is 71 (28.12% from 255 or 23.05% from 308); Blue value is 111 (43.75% from 255 or 36.04% from 308); Max value from RGB is 126 - color contains mainly: red. Hex color #7E476F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E476F is #81B890. Grayscale: #5B5B5B. Windows color (decimal): -8501393 or 7292798. OLE color: 7292798.
HSL color Cylindrical-coordinate representation of color #7E476F: hue angle of 316.36º degrees, saturation: 0.28, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7E476F is Cyan = 0, Magento = 0.44, Yellow = 0.12 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 71 | 111 | - |
| CMYK | 0 | 0.44 | 0.12 | 0.51 |
| HSL | 316.36º | 0.28% | 0.39% | - |
| HSV(B) | 316.36º | 0.44% | 0.49% | - |
| XYZ | 13.73 | 10.09 | 16.26 | - |
| YUV | 92.01 | 138.72 | 152.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 71 | 111 | 0 | 0.44 | 0.12 | 0.51 | 316.36 | 0.28 | 0.39 |
| Hex | 7E | 47 | 6F | 0 | 2C | C | 33 | 13C | 1C | 27 |
| Octal | 176 | 107 | 157 | 0 | 54 | 14 | 63 | 474 | 34 | 47 |
| Binary | 1111110 | 1000111 | 1101111 | 0 | 101100 | 1100 | 110011 | 100111100 | 11100 | 100111 |
Color Harmonies of #7E476F
Complementary color
Monochromatic Colors of #7E476F
Black with #7E476F
Text Example
Text Example
White with #7E476F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E476F; }
p { color: rgb(126,71,111); }
H1.HeaderClassName
{
color: #7E476F;
}
.AnyTagClassName
{
color: #7E476F;
}
</style>
background-color css
<style>
a { background-color: #7E476F; }
a { background-color: rgb(126,71,111); }
div.DivClassName
{
background-color: #7E476F;
}
.BgClassName
{
background-color: #7E476F;
}
</style>
border-color css
<style>
span { border-color: #7E476F; }
span { border-color: rgb(126,71,111); }
td.TdClassName
{
border-color: #7E476F;
}
.TagClassName
{
border-color: #7E476F;
}
</style>