Shades of Cosmic #7E546D
Tints of Cosmic #7E546D
RGB
CMYK
RGB Variations
Color information
#7E546D (or 0x7E546D) is known color: Cosmic. HEX triplet: 7E, 54 and 6D. RGB value is (126,84,109). Sum of RGB (Red+Green+Blue) = 126+84+109=319 (42% of max value = 765). Red value is 126 (49.61% from 255 or 39.50% from 319); Green value is 84 (33.20% from 255 or 26.33% from 319); Blue value is 109 (42.97% from 255 or 34.17% from 319); Max value from RGB is 126 - color contains mainly: red. Hex color #7E546D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E546D is #81AB92. Grayscale: #636363. Windows color (decimal): -8498067 or 7165054. OLE color: 7165054.
HSL color Cylindrical-coordinate representation of color #7E546D: hue angle of 324.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 #7E546D is Cyan = 0, Magento = 0.33, Yellow = 0.13 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 84 | 109 | - |
| CMYK | 0 | 0.33 | 0.13 | 0.51 |
| HSL | 324.29º | 0.2% | 0.41% | - |
| HSV(B) | 324.29º | 0.33% | 0.49% | - |
| XYZ | 14.53 | 11.88 | 16 | - |
| YUV | 99.41 | 133.41 | 146.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 84 | 109 | 0 | 0.33 | 0.13 | 0.51 | 324.29 | 0.2 | 0.41 |
| Hex | 7E | 54 | 6D | 0 | 21 | D | 33 | 144 | 14 | 29 |
| Octal | 176 | 124 | 155 | 0 | 41 | 15 | 63 | 504 | 24 | 51 |
| Binary | 1111110 | 1010100 | 1101101 | 0 | 100001 | 1101 | 110011 | 101000100 | 10100 | 101001 |
Color Harmonies of #7E546D
Complementary color
Monochromatic Colors of #7E546D
Black with #7E546D
Text Example
Text Example
White with #7E546D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E546D; }
p { color: rgb(126,84,109); }
H1.HeaderClassName
{
color: #7E546D;
}
.AnyTagClassName
{
color: #7E546D;
}
</style>
background-color css
<style>
a { background-color: #7E546D; }
a { background-color: rgb(126,84,109); }
div.DivClassName
{
background-color: #7E546D;
}
.BgClassName
{
background-color: #7E546D;
}
</style>
border-color css
<style>
span { border-color: #7E546D; }
span { border-color: rgb(126,84,109); }
td.TdClassName
{
border-color: #7E546D;
}
.TagClassName
{
border-color: #7E546D;
}
</style>