Shades of Solid Pink #7A4E50
Tints of Solid Pink #7A4E50
RGB
CMYK
RGB Variations
Color information
#7A4E50 (or 0x7A4E50) is known color: Solid Pink. HEX triplet: 7A, 4E and 50. RGB value is (122,78,80). Sum of RGB (Red+Green+Blue) = 122+78+80=280 (37% of max value = 765). Red value is 122 (48.05% from 255 or 43.57% from 280); Green value is 78 (30.86% from 255 or 27.86% from 280); Blue value is 80 (31.64% from 255 or 28.57% from 280); Max value from RGB is 122 - color contains mainly: red. Hex color #7A4E50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A4E50 is #85B1AF. Grayscale: #5B5B5B. Windows color (decimal): -8761776 or 5262970. OLE color: 5262970.
HSL color Cylindrical-coordinate representation of color #7A4E50: hue angle of 357.27º degrees, saturation: 0.22, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7A4E50 is Cyan = 0, Magento = 0.36, Yellow = 0.34 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 78 | 80 | - |
| CMYK | 0 | 0.36 | 0.34 | 0.52 |
| HSL | 357.27º | 0.22% | 0.39% | - |
| HSV(B) | 357.27º | 0.36% | 0.48% | - |
| XYZ | 12.2 | 10.17 | 8.91 | - |
| YUV | 91.38 | 121.58 | 149.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 78 | 80 | 0 | 0.36 | 0.34 | 0.52 | 357.27 | 0.22 | 0.39 |
| Hex | 7A | 4E | 50 | 0 | 24 | 22 | 34 | 165 | 16 | 27 |
| Octal | 172 | 116 | 120 | 0 | 44 | 42 | 64 | 545 | 26 | 47 |
| Binary | 1111010 | 1001110 | 1010000 | 0 | 100100 | 100010 | 110100 | 101100101 | 10110 | 100111 |
Color Harmonies of #7A4E50
Complementary color
Monochromatic Colors of #7A4E50
Black with #7A4E50
Text Example
Text Example
White with #7A4E50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A4E50; }
p { color: rgb(122,78,80); }
H1.HeaderClassName
{
color: #7A4E50;
}
.AnyTagClassName
{
color: #7A4E50;
}
</style>
background-color css
<style>
a { background-color: #7A4E50; }
a { background-color: rgb(122,78,80); }
div.DivClassName
{
background-color: #7A4E50;
}
.BgClassName
{
background-color: #7A4E50;
}
</style>
border-color css
<style>
span { border-color: #7A4E50; }
span { border-color: rgb(122,78,80); }
td.TdClassName
{
border-color: #7A4E50;
}
.TagClassName
{
border-color: #7A4E50;
}
</style>