Shades of Cosmic #7E4670
Tints of Cosmic #7E4670
RGB
CMYK
RGB Variations
Color information
#7E4670 (or 0x7E4670) is known color: Cosmic. HEX triplet: 7E, 46 and 70. RGB value is (126,70,112). Sum of RGB (Red+Green+Blue) = 126+70+112=308 (40% of max value = 765). Red value is 126 (49.61% from 255 or 40.91% from 308); Green value is 70 (27.73% from 255 or 22.73% from 308); Blue value is 112 (44.14% from 255 or 36.36% from 308); Max value from RGB is 126 - color contains mainly: red. Hex color #7E4670 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E4670 is #81B98F. Grayscale: #5B5B5B. Windows color (decimal): -8501648 or 7358078. OLE color: 7358078.
HSL color Cylindrical-coordinate representation of color #7E4670: hue angle of 315º 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 #7E4670 is Cyan = 0, Magento = 0.44, Yellow = 0.11 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 70 | 112 | - |
| CMYK | 0 | 0.44 | 0.11 | 0.51 |
| HSL | 315º | 0.29% | 0.38% | - |
| HSV(B) | 315º | 0.44% | 0.49% | - |
| XYZ | 13.72 | 9.99 | 16.53 | - |
| YUV | 91.53 | 139.55 | 152.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 70 | 112 | 0 | 0.44 | 0.11 | 0.51 | 315 | 0.29 | 0.38 |
| Hex | 7E | 46 | 70 | 0 | 2C | B | 33 | 13B | 1D | 26 |
| Octal | 176 | 106 | 160 | 0 | 54 | 13 | 63 | 473 | 35 | 46 |
| Binary | 1111110 | 1000110 | 1110000 | 0 | 101100 | 1011 | 110011 | 100111011 | 11101 | 100110 |
Color Harmonies of #7E4670
Complementary color
Monochromatic Colors of #7E4670
Black with #7E4670
Text Example
Text Example
White with #7E4670
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E4670; }
p { color: rgb(126,70,112); }
H1.HeaderClassName
{
color: #7E4670;
}
.AnyTagClassName
{
color: #7E4670;
}
</style>
background-color css
<style>
a { background-color: #7E4670; }
a { background-color: rgb(126,70,112); }
div.DivClassName
{
background-color: #7E4670;
}
.BgClassName
{
background-color: #7E4670;
}
</style>
border-color css
<style>
span { border-color: #7E4670; }
span { border-color: rgb(126,70,112); }
td.TdClassName
{
border-color: #7E4670;
}
.TagClassName
{
border-color: #7E4670;
}
</style>