Shades of Cosmic #7A4556
Tints of Cosmic #7A4556
RGB
CMYK
RGB Variations
Color information
#7A4556 (or 0x7A4556) is known color: Cosmic. HEX triplet: 7A, 45 and 56. RGB value is (122,69,86). Sum of RGB (Red+Green+Blue) = 122+69+86=277 (36% of max value = 765). Red value is 122 (48.05% from 255 or 44.04% from 277); Green value is 69 (27.34% from 255 or 24.91% from 277); Blue value is 86 (33.98% from 255 or 31.05% from 277); Max value from RGB is 122 - color contains mainly: red. Hex color #7A4556 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A4556 is #85BAA9. Grayscale: #565656. Windows color (decimal): -8764074 or 5653882. OLE color: 5653882.
HSL color Cylindrical-coordinate representation of color #7A4556: hue angle of 340.75º degrees, saturation: 0.28, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7A4556 is Cyan = 0, Magento = 0.43, Yellow = 0.30 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 69 | 86 | - |
| CMYK | 0 | 0.43 | 0.30 | 0.52 |
| HSL | 340.75º | 0.28% | 0.37% | - |
| HSV(B) | 340.75º | 0.43% | 0.48% | - |
| XYZ | 11.83 | 9.07 | 9.93 | - |
| YUV | 86.79 | 127.56 | 153.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 69 | 86 | 0 | 0.43 | 0.30 | 0.52 | 340.75 | 0.28 | 0.37 |
| Hex | 7A | 45 | 56 | 0 | 2B | 1E | 34 | 155 | 1C | 25 |
| Octal | 172 | 105 | 126 | 0 | 53 | 36 | 64 | 525 | 34 | 45 |
| Binary | 1111010 | 1000101 | 1010110 | 0 | 101011 | 11110 | 110100 | 101010101 | 11100 | 100101 |
Color Harmonies of #7A4556
Complementary color
Monochromatic Colors of #7A4556
Black with #7A4556
Text Example
Text Example
White with #7A4556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A4556; }
p { color: rgb(122,69,86); }
H1.HeaderClassName
{
color: #7A4556;
}
.AnyTagClassName
{
color: #7A4556;
}
</style>
background-color css
<style>
a { background-color: #7A4556; }
a { background-color: rgb(122,69,86); }
div.DivClassName
{
background-color: #7A4556;
}
.BgClassName
{
background-color: #7A4556;
}
</style>
border-color css
<style>
span { border-color: #7A4556; }
span { border-color: rgb(122,69,86); }
td.TdClassName
{
border-color: #7A4556;
}
.TagClassName
{
border-color: #7A4556;
}
</style>