Shades of Cosmic #7E4D61
Tints of Cosmic #7E4D61
RGB
CMYK
RGB Variations
Color information
#7E4D61 (or 0x7E4D61) is known color: Cosmic. HEX triplet: 7E, 4D and 61. RGB value is (126,77,97). Sum of RGB (Red+Green+Blue) = 126+77+97=300 (39% of max value = 765). Red value is 126 (49.61% from 255 or 42% from 300); Green value is 77 (30.47% from 255 or 25.67% from 300); Blue value is 97 (38.28% from 255 or 32.33% from 300); Max value from RGB is 126 - color contains mainly: red. Hex color #7E4D61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E4D61 is #81B29E. Grayscale: #5D5D5D. Windows color (decimal): -8499871 or 6376830. OLE color: 6376830.
HSL color Cylindrical-coordinate representation of color #7E4D61: hue angle of 335.51º degrees, saturation: 0.24, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7E4D61 is Cyan = 0, Magento = 0.39, Yellow = 0.23 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 77 | 97 | - |
| CMYK | 0 | 0.39 | 0.23 | 0.51 |
| HSL | 335.51º | 0.24% | 0.4% | - |
| HSV(B) | 335.51º | 0.39% | 0.49% | - |
| XYZ | 13.42 | 10.61 | 12.65 | - |
| YUV | 93.93 | 129.73 | 150.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 77 | 97 | 0 | 0.39 | 0.23 | 0.51 | 335.51 | 0.24 | 0.4 |
| Hex | 7E | 4D | 61 | 0 | 27 | 17 | 33 | 150 | 18 | 28 |
| Octal | 176 | 115 | 141 | 0 | 47 | 27 | 63 | 520 | 30 | 50 |
| Binary | 1111110 | 1001101 | 1100001 | 0 | 100111 | 10111 | 110011 | 101010000 | 11000 | 101000 |
Color Harmonies of #7E4D61
Complementary color
Monochromatic Colors of #7E4D61
Black with #7E4D61
Text Example
Text Example
White with #7E4D61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E4D61; }
p { color: rgb(126,77,97); }
H1.HeaderClassName
{
color: #7E4D61;
}
.AnyTagClassName
{
color: #7E4D61;
}
</style>
background-color css
<style>
a { background-color: #7E4D61; }
a { background-color: rgb(126,77,97); }
div.DivClassName
{
background-color: #7E4D61;
}
.BgClassName
{
background-color: #7E4D61;
}
</style>
border-color css
<style>
span { border-color: #7E4D61; }
span { border-color: rgb(126,77,97); }
td.TdClassName
{
border-color: #7E4D61;
}
.TagClassName
{
border-color: #7E4D61;
}
</style>