Shades of Cosmic #7A545D
Tints of Cosmic #7A545D
RGB
CMYK
RGB Variations
Color information
#7A545D (or 0x7A545D) is known color: Cosmic. HEX triplet: 7A, 54 and 5D. RGB value is (122,84,93). Sum of RGB (Red+Green+Blue) = 122+84+93=299 (39% of max value = 765). Red value is 122 (48.05% from 255 or 40.80% from 299); Green value is 84 (33.20% from 255 or 28.09% from 299); Blue value is 93 (36.72% from 255 or 31.10% from 299); Max value from RGB is 122 - color contains mainly: red. Hex color #7A545D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A545D is #85ABA2. Grayscale: #606060. Windows color (decimal): -8760227 or 6116474. OLE color: 6116474.
HSL color Cylindrical-coordinate representation of color #7A545D: hue angle of 345.79º degrees, saturation: 0.18, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7A545D is Cyan = 0, Magento = 0.31, Yellow = 0.24 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 84 | 93 | - |
| CMYK | 0 | 0.31 | 0.24 | 0.52 |
| HSL | 345.79º | 0.18% | 0.4% | - |
| HSV(B) | 345.79º | 0.31% | 0.48% | - |
| XYZ | 13.17 | 11.27 | 11.84 | - |
| YUV | 96.39 | 126.09 | 146.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 84 | 93 | 0 | 0.31 | 0.24 | 0.52 | 345.79 | 0.18 | 0.4 |
| Hex | 7A | 54 | 5D | 0 | 1F | 18 | 34 | 15A | 12 | 28 |
| Octal | 172 | 124 | 135 | 0 | 37 | 30 | 64 | 532 | 22 | 50 |
| Binary | 1111010 | 1010100 | 1011101 | 0 | 11111 | 11000 | 110100 | 101011010 | 10010 | 101000 |
Color Harmonies of #7A545D
Complementary color
Monochromatic Colors of #7A545D
Black with #7A545D
Text Example
Text Example
White with #7A545D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A545D; }
p { color: rgb(122,84,93); }
H1.HeaderClassName
{
color: #7A545D;
}
.AnyTagClassName
{
color: #7A545D;
}
</style>
background-color css
<style>
a { background-color: #7A545D; }
a { background-color: rgb(122,84,93); }
div.DivClassName
{
background-color: #7A545D;
}
.BgClassName
{
background-color: #7A545D;
}
</style>
border-color css
<style>
span { border-color: #7A545D; }
span { border-color: rgb(122,84,93); }
td.TdClassName
{
border-color: #7A545D;
}
.TagClassName
{
border-color: #7A545D;
}
</style>