Shades of Solid Pink #7A494F
Tints of Solid Pink #7A494F
RGB
CMYK
RGB Variations
Color information
#7A494F (or 0x7A494F) is known color: Solid Pink. HEX triplet: 7A, 49 and 4F. RGB value is (122,73,79). Sum of RGB (Red+Green+Blue) = 122+73+79=274 (36% of max value = 765). Red value is 122 (48.05% from 255 or 44.53% from 274); Green value is 73 (28.91% from 255 or 26.64% from 274); Blue value is 79 (31.25% from 255 or 28.83% from 274); Max value from RGB is 122 - color contains mainly: red. Hex color #7A494F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A494F is #85B6B0. Grayscale: #585858. Windows color (decimal): -8763057 or 5196154. OLE color: 5196154.
HSL color Cylindrical-coordinate representation of color #7A494F: hue angle of 352.65º 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 #7A494F is Cyan = 0, Magento = 0.40, Yellow = 0.35 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 73 | 79 | - |
| CMYK | 0 | 0.40 | 0.35 | 0.52 |
| HSL | 352.65º | 0.25% | 0.38% | - |
| HSV(B) | 352.65º | 0.4% | 0.48% | - |
| XYZ | 11.82 | 9.47 | 8.6 | - |
| YUV | 88.34 | 122.73 | 152.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 73 | 79 | 0 | 0.40 | 0.35 | 0.52 | 352.65 | 0.25 | 0.38 |
| Hex | 7A | 49 | 4F | 0 | 28 | 23 | 34 | 161 | 19 | 26 |
| Octal | 172 | 111 | 117 | 0 | 50 | 43 | 64 | 541 | 31 | 46 |
| Binary | 1111010 | 1001001 | 1001111 | 0 | 101000 | 100011 | 110100 | 101100001 | 11001 | 100110 |
Color Harmonies of #7A494F
Complementary color
Monochromatic Colors of #7A494F
Black with #7A494F
Text Example
Text Example
White with #7A494F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A494F; }
p { color: rgb(122,73,79); }
H1.HeaderClassName
{
color: #7A494F;
}
.AnyTagClassName
{
color: #7A494F;
}
</style>
background-color css
<style>
a { background-color: #7A494F; }
a { background-color: rgb(122,73,79); }
div.DivClassName
{
background-color: #7A494F;
}
.BgClassName
{
background-color: #7A494F;
}
</style>
border-color css
<style>
span { border-color: #7A494F; }
span { border-color: rgb(122,73,79); }
td.TdClassName
{
border-color: #7A494F;
}
.TagClassName
{
border-color: #7A494F;
}
</style>