Shades of Solid Pink #7A4950
Tints of Solid Pink #7A4950
RGB
CMYK
RGB Variations
Color information
#7A4950 (or 0x7A4950) is known color: Solid Pink. HEX triplet: 7A, 49 and 50. RGB value is (122,73,80). Sum of RGB (Red+Green+Blue) = 122+73+80=275 (36% of max value = 765). Red value is 122 (48.05% from 255 or 44.36% from 275); Green value is 73 (28.91% from 255 or 26.55% from 275); Blue value is 80 (31.64% from 255 or 29.09% from 275); Max value from RGB is 122 - color contains mainly: red. Hex color #7A4950 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A4950 is #85B6AF. Grayscale: #585858. Windows color (decimal): -8763056 or 5261690. OLE color: 5261690.
HSL color Cylindrical-coordinate representation of color #7A4950: hue angle of 351.43º 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 #7A4950 is Cyan = 0, Magento = 0.40, Yellow = 0.34 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 73 | 80 | - |
| CMYK | 0 | 0.40 | 0.34 | 0.52 |
| HSL | 351.43º | 0.25% | 0.38% | - |
| HSV(B) | 351.43º | 0.4% | 0.48% | - |
| XYZ | 11.86 | 9.48 | 8.79 | - |
| YUV | 88.45 | 123.23 | 151.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 73 | 80 | 0 | 0.40 | 0.34 | 0.52 | 351.43 | 0.25 | 0.38 |
| Hex | 7A | 49 | 50 | 0 | 28 | 22 | 34 | 15F | 19 | 26 |
| Octal | 172 | 111 | 120 | 0 | 50 | 42 | 64 | 537 | 31 | 46 |
| Binary | 1111010 | 1001001 | 1010000 | 0 | 101000 | 100010 | 110100 | 101011111 | 11001 | 100110 |
Color Harmonies of #7A4950
Complementary color
Monochromatic Colors of #7A4950
Black with #7A4950
Text Example
Text Example
White with #7A4950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A4950; }
p { color: rgb(122,73,80); }
H1.HeaderClassName
{
color: #7A4950;
}
.AnyTagClassName
{
color: #7A4950;
}
</style>
background-color css
<style>
a { background-color: #7A4950; }
a { background-color: rgb(122,73,80); }
div.DivClassName
{
background-color: #7A4950;
}
.BgClassName
{
background-color: #7A4950;
}
</style>
border-color css
<style>
span { border-color: #7A4950; }
span { border-color: rgb(122,73,80); }
td.TdClassName
{
border-color: #7A4950;
}
.TagClassName
{
border-color: #7A4950;
}
</style>