Shades of Cosmic #7E545F
Tints of Cosmic #7E545F
RGB
CMYK
RGB Variations
Color information
#7E545F (or 0x7E545F) is known color: Cosmic. HEX triplet: 7E, 54 and 5F. RGB value is (126,84,95). Sum of RGB (Red+Green+Blue) = 126+84+95=305 (40% of max value = 765). Red value is 126 (49.61% from 255 or 41.31% from 305); Green value is 84 (33.20% from 255 or 27.54% from 305); Blue value is 95 (37.5% from 255 or 31.15% from 305); Max value from RGB is 126 - color contains mainly: red. Hex color #7E545F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E545F is #81ABA0. Grayscale: #616161. Windows color (decimal): -8498081 or 6247550. OLE color: 6247550.
HSL color Cylindrical-coordinate representation of color #7E545F: hue angle of 344.29º degrees, saturation: 0.2, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7E545F is Cyan = 0, Magento = 0.33, Yellow = 0.25 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 84 | 95 | - |
| CMYK | 0 | 0.33 | 0.25 | 0.51 |
| HSL | 344.29º | 0.2% | 0.41% | - |
| HSV(B) | 344.29º | 0.33% | 0.49% | - |
| XYZ | 13.84 | 11.6 | 12.34 | - |
| YUV | 97.81 | 126.41 | 148.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 84 | 95 | 0 | 0.33 | 0.25 | 0.51 | 344.29 | 0.2 | 0.41 |
| Hex | 7E | 54 | 5F | 0 | 21 | 19 | 33 | 158 | 14 | 29 |
| Octal | 176 | 124 | 137 | 0 | 41 | 31 | 63 | 530 | 24 | 51 |
| Binary | 1111110 | 1010100 | 1011111 | 0 | 100001 | 11001 | 110011 | 101011000 | 10100 | 101001 |
Color Harmonies of #7E545F
Complementary color
Monochromatic Colors of #7E545F
Black with #7E545F
Text Example
Text Example
White with #7E545F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E545F; }
p { color: rgb(126,84,95); }
H1.HeaderClassName
{
color: #7E545F;
}
.AnyTagClassName
{
color: #7E545F;
}
</style>
background-color css
<style>
a { background-color: #7E545F; }
a { background-color: rgb(126,84,95); }
div.DivClassName
{
background-color: #7E545F;
}
.BgClassName
{
background-color: #7E545F;
}
</style>
border-color css
<style>
span { border-color: #7E545F; }
span { border-color: rgb(126,84,95); }
td.TdClassName
{
border-color: #7E545F;
}
.TagClassName
{
border-color: #7E545F;
}
</style>