Shades of Cosmic #7A546C
Tints of Cosmic #7A546C
RGB
CMYK
RGB Variations
Color information
#7A546C (or 0x7A546C) is known color: Cosmic. HEX triplet: 7A, 54 and 6C. RGB value is (122,84,108). Sum of RGB (Red+Green+Blue) = 122+84+108=314 (41% of max value = 765). Red value is 122 (48.05% from 255 or 38.85% from 314); Green value is 84 (33.20% from 255 or 26.75% from 314); Blue value is 108 (42.58% from 255 or 34.39% from 314); Max value from RGB is 122 - color contains mainly: red. Hex color #7A546C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A546C is #85AB93. Grayscale: #626262. Windows color (decimal): -8760212 or 7099514. OLE color: 7099514.
HSL color Cylindrical-coordinate representation of color #7A546C: hue angle of 322.11º 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 #7A546C is Cyan = 0, Magento = 0.31, Yellow = 0.11 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 84 | 108 | - |
| CMYK | 0 | 0.31 | 0.11 | 0.52 |
| HSL | 322.11º | 0.18% | 0.4% | - |
| HSV(B) | 322.11º | 0.31% | 0.48% | - |
| XYZ | 13.9 | 11.56 | 15.69 | - |
| YUV | 98.1 | 133.59 | 145.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 84 | 108 | 0 | 0.31 | 0.11 | 0.52 | 322.11 | 0.18 | 0.4 |
| Hex | 7A | 54 | 6C | 0 | 1F | B | 34 | 142 | 12 | 28 |
| Octal | 172 | 124 | 154 | 0 | 37 | 13 | 64 | 502 | 22 | 50 |
| Binary | 1111010 | 1010100 | 1101100 | 0 | 11111 | 1011 | 110100 | 101000010 | 10010 | 101000 |
Color Harmonies of #7A546C
Complementary color
Monochromatic Colors of #7A546C
Black with #7A546C
Text Example
Text Example
White with #7A546C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A546C; }
p { color: rgb(122,84,108); }
H1.HeaderClassName
{
color: #7A546C;
}
.AnyTagClassName
{
color: #7A546C;
}
</style>
background-color css
<style>
a { background-color: #7A546C; }
a { background-color: rgb(122,84,108); }
div.DivClassName
{
background-color: #7A546C;
}
.BgClassName
{
background-color: #7A546C;
}
</style>
border-color css
<style>
span { border-color: #7A546C; }
span { border-color: rgb(122,84,108); }
td.TdClassName
{
border-color: #7A546C;
}
.TagClassName
{
border-color: #7A546C;
}
</style>