Shades of Cosmic #7A576B
Tints of Cosmic #7A576B
RGB
CMYK
RGB Variations
Color information
#7A576B (or 0x7A576B) is known color: Cosmic. HEX triplet: 7A, 57 and 6B. RGB value is (122,87,107). Sum of RGB (Red+Green+Blue) = 122+87+107=316 (41% of max value = 765). Red value is 122 (48.05% from 255 or 38.61% from 316); Green value is 87 (34.38% from 255 or 27.53% from 316); Blue value is 107 (42.19% from 255 or 33.86% from 316); Max value from RGB is 122 - color contains mainly: red. Hex color #7A576B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A576B is #85A894. Grayscale: #636363. Windows color (decimal): -8759445 or 7034746. OLE color: 7034746.
HSL color Cylindrical-coordinate representation of color #7A576B: hue angle of 325.71º degrees, saturation: 0.17, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7A576B is Cyan = 0, Magento = 0.29, Yellow = 0.12 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 87 | 107 | - |
| CMYK | 0 | 0.29 | 0.12 | 0.52 |
| HSL | 325.71º | 0.17% | 0.41% | - |
| HSV(B) | 325.71º | 0.29% | 0.48% | - |
| XYZ | 14.09 | 12.02 | 15.49 | - |
| YUV | 99.75 | 132.1 | 143.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 87 | 107 | 0 | 0.29 | 0.12 | 0.52 | 325.71 | 0.17 | 0.41 |
| Hex | 7A | 57 | 6B | 0 | 1D | C | 34 | 146 | 11 | 29 |
| Octal | 172 | 127 | 153 | 0 | 35 | 14 | 64 | 506 | 21 | 51 |
| Binary | 1111010 | 1010111 | 1101011 | 0 | 11101 | 1100 | 110100 | 101000110 | 10001 | 101001 |
Color Harmonies of #7A576B
Complementary color
Monochromatic Colors of #7A576B
Black with #7A576B
Text Example
Text Example
White with #7A576B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A576B; }
p { color: rgb(122,87,107); }
H1.HeaderClassName
{
color: #7A576B;
}
.AnyTagClassName
{
color: #7A576B;
}
</style>
background-color css
<style>
a { background-color: #7A576B; }
a { background-color: rgb(122,87,107); }
div.DivClassName
{
background-color: #7A576B;
}
.BgClassName
{
background-color: #7A576B;
}
</style>
border-color css
<style>
span { border-color: #7A576B; }
span { border-color: rgb(122,87,107); }
td.TdClassName
{
border-color: #7A576B;
}
.TagClassName
{
border-color: #7A576B;
}
</style>