Shades of Cosmic #7A546D
Tints of Cosmic #7A546D
RGB
CMYK
RGB Variations
Color information
#7A546D (or 0x7A546D) is known color: Cosmic. HEX triplet: 7A, 54 and 6D. RGB value is (122,84,109). Sum of RGB (Red+Green+Blue) = 122+84+109=315 (41% of max value = 765). Red value is 122 (48.05% from 255 or 38.73% from 315); Green value is 84 (33.20% from 255 or 26.67% from 315); Blue value is 109 (42.97% from 255 or 34.60% from 315); Max value from RGB is 122 - color contains mainly: red. Hex color #7A546D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A546D is #85AB92. Grayscale: #626262. Windows color (decimal): -8760211 or 7165050. OLE color: 7165050.
HSL color Cylindrical-coordinate representation of color #7A546D: hue angle of 320.53º 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 #7A546D is Cyan = 0, Magento = 0.31, Yellow = 0.11 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 84 | 109 | - |
| CMYK | 0 | 0.31 | 0.11 | 0.52 |
| HSL | 320.53º | 0.18% | 0.4% | - |
| HSV(B) | 320.53º | 0.31% | 0.48% | - |
| XYZ | 13.96 | 11.58 | 15.97 | - |
| YUV | 98.21 | 134.09 | 144.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 84 | 109 | 0 | 0.31 | 0.11 | 0.52 | 320.53 | 0.18 | 0.4 |
| Hex | 7A | 54 | 6D | 0 | 1F | B | 34 | 141 | 12 | 28 |
| Octal | 172 | 124 | 155 | 0 | 37 | 13 | 64 | 501 | 22 | 50 |
| Binary | 1111010 | 1010100 | 1101101 | 0 | 11111 | 1011 | 110100 | 101000001 | 10010 | 101000 |
Color Harmonies of #7A546D
Complementary color
Monochromatic Colors of #7A546D
Black with #7A546D
Text Example
Text Example
White with #7A546D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A546D; }
p { color: rgb(122,84,109); }
H1.HeaderClassName
{
color: #7A546D;
}
.AnyTagClassName
{
color: #7A546D;
}
</style>
background-color css
<style>
a { background-color: #7A546D; }
a { background-color: rgb(122,84,109); }
div.DivClassName
{
background-color: #7A546D;
}
.BgClassName
{
background-color: #7A546D;
}
</style>
border-color css
<style>
span { border-color: #7A546D; }
span { border-color: rgb(122,84,109); }
td.TdClassName
{
border-color: #7A546D;
}
.TagClassName
{
border-color: #7A546D;
}
</style>