Shades of Cosmic #7A5964
Tints of Cosmic #7A5964
RGB
CMYK
RGB Variations
Color information
#7A5964 (or 0x7A5964) is known color: Cosmic. HEX triplet: 7A, 59 and 64. RGB value is (122,89,100). Sum of RGB (Red+Green+Blue) = 122+89+100=311 (41% of max value = 765). Red value is 122 (48.05% from 255 or 39.23% from 311); Green value is 89 (35.16% from 255 or 28.62% from 311); Blue value is 100 (39.45% from 255 or 32.15% from 311); Max value from RGB is 122 - color contains mainly: red. Hex color #7A5964 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A5964 is #85A69B. Grayscale: #646464. Windows color (decimal): -8758940 or 6576506. OLE color: 6576506.
HSL color Cylindrical-coordinate representation of color #7A5964: hue angle of 340º degrees, saturation: 0.16, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7A5964 is Cyan = 0, Magento = 0.27, Yellow = 0.18 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 89 | 100 | - |
| CMYK | 0 | 0.27 | 0.18 | 0.52 |
| HSL | 340º | 0.16% | 0.41% | - |
| HSV(B) | 340º | 0.27% | 0.48% | - |
| XYZ | 13.9 | 12.2 | 13.68 | - |
| YUV | 100.12 | 127.93 | 143.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 89 | 100 | 0 | 0.27 | 0.18 | 0.52 | 340 | 0.16 | 0.41 |
| Hex | 7A | 59 | 64 | 0 | 1B | 12 | 34 | 154 | 10 | 29 |
| Octal | 172 | 131 | 144 | 0 | 33 | 22 | 64 | 524 | 20 | 51 |
| Binary | 1111010 | 1011001 | 1100100 | 0 | 11011 | 10010 | 110100 | 101010100 | 10000 | 101001 |
Color Harmonies of #7A5964
Complementary color
Monochromatic Colors of #7A5964
Black with #7A5964
Text Example
Text Example
White with #7A5964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A5964; }
p { color: rgb(122,89,100); }
H1.HeaderClassName
{
color: #7A5964;
}
.AnyTagClassName
{
color: #7A5964;
}
</style>
background-color css
<style>
a { background-color: #7A5964; }
a { background-color: rgb(122,89,100); }
div.DivClassName
{
background-color: #7A5964;
}
.BgClassName
{
background-color: #7A5964;
}
</style>
border-color css
<style>
span { border-color: #7A5964; }
span { border-color: rgb(122,89,100); }
td.TdClassName
{
border-color: #7A5964;
}
.TagClassName
{
border-color: #7A5964;
}
</style>