Shades of Cosmic #7A546A
Tints of Cosmic #7A546A
RGB
CMYK
RGB Variations
Color information
#7A546A (or 0x7A546A) is known color: Cosmic. HEX triplet: 7A, 54 and 6A. RGB value is (122,84,106). Sum of RGB (Red+Green+Blue) = 122+84+106=312 (41% of max value = 765). Red value is 122 (48.05% from 255 or 39.10% from 312); Green value is 84 (33.20% from 255 or 26.92% from 312); Blue value is 106 (41.80% from 255 or 33.97% from 312); Max value from RGB is 122 - color contains mainly: red. Hex color #7A546A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A546A is #85AB95. Grayscale: #616161. Windows color (decimal): -8760214 or 6968442. OLE color: 6968442.
HSL color Cylindrical-coordinate representation of color #7A546A: hue angle of 325.26º 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 #7A546A is Cyan = 0, Magento = 0.31, Yellow = 0.13 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 84 | 106 | - |
| CMYK | 0 | 0.31 | 0.13 | 0.52 |
| HSL | 325.26º | 0.18% | 0.4% | - |
| HSV(B) | 325.26º | 0.31% | 0.48% | - |
| XYZ | 13.8 | 11.52 | 15.13 | - |
| YUV | 97.87 | 132.59 | 145.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 84 | 106 | 0 | 0.31 | 0.13 | 0.52 | 325.26 | 0.18 | 0.4 |
| Hex | 7A | 54 | 6A | 0 | 1F | D | 34 | 145 | 12 | 28 |
| Octal | 172 | 124 | 152 | 0 | 37 | 15 | 64 | 505 | 22 | 50 |
| Binary | 1111010 | 1010100 | 1101010 | 0 | 11111 | 1101 | 110100 | 101000101 | 10010 | 101000 |
Color Harmonies of #7A546A
Complementary color
Monochromatic Colors of #7A546A
Black with #7A546A
Text Example
Text Example
White with #7A546A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A546A; }
p { color: rgb(122,84,106); }
H1.HeaderClassName
{
color: #7A546A;
}
.AnyTagClassName
{
color: #7A546A;
}
</style>
background-color css
<style>
a { background-color: #7A546A; }
a { background-color: rgb(122,84,106); }
div.DivClassName
{
background-color: #7A546A;
}
.BgClassName
{
background-color: #7A546A;
}
</style>
border-color css
<style>
span { border-color: #7A546A; }
span { border-color: rgb(122,84,106); }
td.TdClassName
{
border-color: #7A546A;
}
.TagClassName
{
border-color: #7A546A;
}
</style>