Shades of Solid Pink #7A494D
Tints of Solid Pink #7A494D
RGB
CMYK
RGB Variations
Color information
#7A494D (or 0x7A494D) is known color: Solid Pink. HEX triplet: 7A, 49 and 4D. RGB value is (122,73,77). Sum of RGB (Red+Green+Blue) = 122+73+77=272 (36% of max value = 765). Red value is 122 (48.05% from 255 or 44.85% from 272); Green value is 73 (28.91% from 255 or 26.84% from 272); Blue value is 77 (30.47% from 255 or 28.31% from 272); Max value from RGB is 122 - color contains mainly: red. Hex color #7A494D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A494D is #85B6B2. Grayscale: #585858. Windows color (decimal): -8763059 or 5065082. OLE color: 5065082.
HSL color Cylindrical-coordinate representation of color #7A494D: hue angle of 355.1º 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 #7A494D is Cyan = 0, Magento = 0.40, Yellow = 0.37 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 73 | 77 | - |
| CMYK | 0 | 0.40 | 0.37 | 0.52 |
| HSL | 355.1º | 0.25% | 0.38% | - |
| HSV(B) | 355.1º | 0.4% | 0.48% | - |
| XYZ | 11.75 | 9.44 | 8.22 | - |
| YUV | 88.11 | 121.73 | 152.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 73 | 77 | 0 | 0.40 | 0.37 | 0.52 | 355.1 | 0.25 | 0.38 |
| Hex | 7A | 49 | 4D | 0 | 28 | 25 | 34 | 163 | 19 | 26 |
| Octal | 172 | 111 | 115 | 0 | 50 | 45 | 64 | 543 | 31 | 46 |
| Binary | 1111010 | 1001001 | 1001101 | 0 | 101000 | 100101 | 110100 | 101100011 | 11001 | 100110 |
Color Harmonies of #7A494D
Complementary color
Monochromatic Colors of #7A494D
Black with #7A494D
Text Example
Text Example
White with #7A494D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A494D; }
p { color: rgb(122,73,77); }
H1.HeaderClassName
{
color: #7A494D;
}
.AnyTagClassName
{
color: #7A494D;
}
</style>
background-color css
<style>
a { background-color: #7A494D; }
a { background-color: rgb(122,73,77); }
div.DivClassName
{
background-color: #7A494D;
}
.BgClassName
{
background-color: #7A494D;
}
</style>
border-color css
<style>
span { border-color: #7A494D; }
span { border-color: rgb(122,73,77); }
td.TdClassName
{
border-color: #7A494D;
}
.TagClassName
{
border-color: #7A494D;
}
</style>