Shades of Cosmic #7A5167
Tints of Cosmic #7A5167
RGB
CMYK
RGB Variations
Color information
#7A5167 (or 0x7A5167) is known color: Cosmic. HEX triplet: 7A, 51 and 67. RGB value is (122,81,103). Sum of RGB (Red+Green+Blue) = 122+81+103=306 (40% of max value = 765). Red value is 122 (48.05% from 255 or 39.87% from 306); Green value is 81 (32.03% from 255 or 26.47% from 306); Blue value is 103 (40.62% from 255 or 33.66% from 306); Max value from RGB is 122 - color contains mainly: red. Hex color #7A5167 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A5167 is #85AE98. Grayscale: #5F5F5F. Windows color (decimal): -8760985 or 6771066. OLE color: 6771066.
HSL color Cylindrical-coordinate representation of color #7A5167: hue angle of 327.8º degrees, saturation: 0.2, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7A5167 is Cyan = 0, Magento = 0.34, Yellow = 0.16 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 81 | 103 | - |
| CMYK | 0 | 0.34 | 0.16 | 0.52 |
| HSL | 327.8º | 0.2% | 0.4% | - |
| HSV(B) | 327.8º | 0.34% | 0.48% | - |
| XYZ | 13.42 | 11 | 14.25 | - |
| YUV | 95.77 | 132.08 | 146.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 81 | 103 | 0 | 0.34 | 0.16 | 0.52 | 327.8 | 0.2 | 0.4 |
| Hex | 7A | 51 | 67 | 0 | 22 | 10 | 34 | 148 | 14 | 28 |
| Octal | 172 | 121 | 147 | 0 | 42 | 20 | 64 | 510 | 24 | 50 |
| Binary | 1111010 | 1010001 | 1100111 | 0 | 100010 | 10000 | 110100 | 101001000 | 10100 | 101000 |
Color Harmonies of #7A5167
Complementary color
Monochromatic Colors of #7A5167
Black with #7A5167
Text Example
Text Example
White with #7A5167
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A5167; }
p { color: rgb(122,81,103); }
H1.HeaderClassName
{
color: #7A5167;
}
.AnyTagClassName
{
color: #7A5167;
}
</style>
background-color css
<style>
a { background-color: #7A5167; }
a { background-color: rgb(122,81,103); }
div.DivClassName
{
background-color: #7A5167;
}
.BgClassName
{
background-color: #7A5167;
}
</style>
border-color css
<style>
span { border-color: #7A5167; }
span { border-color: rgb(122,81,103); }
td.TdClassName
{
border-color: #7A5167;
}
.TagClassName
{
border-color: #7A5167;
}
</style>