Shades of Cosmic #7E4F61
Tints of Cosmic #7E4F61
RGB
CMYK
RGB Variations
Color information
#7E4F61 (or 0x7E4F61) is known color: Cosmic. HEX triplet: 7E, 4F and 61. RGB value is (126,79,97). Sum of RGB (Red+Green+Blue) = 126+79+97=302 (40% of max value = 765). Red value is 126 (49.61% from 255 or 41.72% from 302); Green value is 79 (31.25% from 255 or 26.16% from 302); Blue value is 97 (38.28% from 255 or 32.12% from 302); Max value from RGB is 126 - color contains mainly: red. Hex color #7E4F61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E4F61 is #81B09E. Grayscale: #5F5F5F. Windows color (decimal): -8499359 or 6377342. OLE color: 6377342.
HSL color Cylindrical-coordinate representation of color #7E4F61: hue angle of 337.02º degrees, saturation: 0.23, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7E4F61 is Cyan = 0, Magento = 0.37, Yellow = 0.23 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 79 | 97 | - |
| CMYK | 0 | 0.37 | 0.23 | 0.51 |
| HSL | 337.02º | 0.23% | 0.4% | - |
| HSV(B) | 337.02º | 0.37% | 0.49% | - |
| XYZ | 13.56 | 10.89 | 12.7 | - |
| YUV | 95.11 | 129.07 | 150.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 79 | 97 | 0 | 0.37 | 0.23 | 0.51 | 337.02 | 0.23 | 0.4 |
| Hex | 7E | 4F | 61 | 0 | 25 | 17 | 33 | 151 | 17 | 28 |
| Octal | 176 | 117 | 141 | 0 | 45 | 27 | 63 | 521 | 27 | 50 |
| Binary | 1111110 | 1001111 | 1100001 | 0 | 100101 | 10111 | 110011 | 101010001 | 10111 | 101000 |
Color Harmonies of #7E4F61
Complementary color
Monochromatic Colors of #7E4F61
Black with #7E4F61
Text Example
Text Example
White with #7E4F61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E4F61; }
p { color: rgb(126,79,97); }
H1.HeaderClassName
{
color: #7E4F61;
}
.AnyTagClassName
{
color: #7E4F61;
}
</style>
background-color css
<style>
a { background-color: #7E4F61; }
a { background-color: rgb(126,79,97); }
div.DivClassName
{
background-color: #7E4F61;
}
.BgClassName
{
background-color: #7E4F61;
}
</style>
border-color css
<style>
span { border-color: #7E4F61; }
span { border-color: rgb(126,79,97); }
td.TdClassName
{
border-color: #7E4F61;
}
.TagClassName
{
border-color: #7E4F61;
}
</style>