Shades of Solid Pink #7A494E
Tints of Solid Pink #7A494E
RGB
CMYK
RGB Variations
Color information
#7A494E (or 0x7A494E) is known color: Solid Pink. HEX triplet: 7A, 49 and 4E. RGB value is (122,73,78). Sum of RGB (Red+Green+Blue) = 122+73+78=273 (36% of max value = 765). Red value is 122 (48.05% from 255 or 44.69% from 273); Green value is 73 (28.91% from 255 or 26.74% from 273); Blue value is 78 (30.86% from 255 or 28.57% from 273); Max value from RGB is 122 - color contains mainly: red. Hex color #7A494E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A494E is #85B6B1. Grayscale: #585858. Windows color (decimal): -8763058 or 5130618. OLE color: 5130618.
HSL color Cylindrical-coordinate representation of color #7A494E: hue angle of 353.88º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7A494E is Cyan = 0, Magento = 0.40, Yellow = 0.36 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 73 | 78 | - |
| CMYK | 0 | 0.40 | 0.36 | 0.52 |
| HSL | 353.88º | 0.25% | 0.38% | - |
| HSV(B) | 353.88º | 0.4% | 0.48% | - |
| XYZ | 11.78 | 9.45 | 8.41 | - |
| YUV | 88.22 | 122.23 | 152.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 73 | 78 | 0 | 0.40 | 0.36 | 0.52 | 353.88 | 0.25 | 0.38 |
| Hex | 7A | 49 | 4E | 0 | 28 | 24 | 34 | 162 | 19 | 26 |
| Octal | 172 | 111 | 116 | 0 | 50 | 44 | 64 | 542 | 31 | 46 |
| Binary | 1111010 | 1001001 | 1001110 | 0 | 101000 | 100100 | 110100 | 101100010 | 11001 | 100110 |
Color Harmonies of #7A494E
Complementary color
Monochromatic Colors of #7A494E
Black with #7A494E
Text Example
Text Example
White with #7A494E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A494E; }
p { color: rgb(122,73,78); }
H1.HeaderClassName
{
color: #7A494E;
}
.AnyTagClassName
{
color: #7A494E;
}
</style>
background-color css
<style>
a { background-color: #7A494E; }
a { background-color: rgb(122,73,78); }
div.DivClassName
{
background-color: #7A494E;
}
.BgClassName
{
background-color: #7A494E;
}
</style>
border-color css
<style>
span { border-color: #7A494E; }
span { border-color: rgb(122,73,78); }
td.TdClassName
{
border-color: #7A494E;
}
.TagClassName
{
border-color: #7A494E;
}
</style>