Shades of Solid Pink #7A5051
Tints of Solid Pink #7A5051
RGB
CMYK
RGB Variations
Color information
#7A5051 (or 0x7A5051) is known color: Solid Pink. HEX triplet: 7A, 50 and 51. RGB value is (122,80,81). Sum of RGB (Red+Green+Blue) = 122+80+81=283 (37% of max value = 765). Red value is 122 (48.05% from 255 or 43.11% from 283); Green value is 80 (31.64% from 255 or 28.27% from 283); Blue value is 81 (32.03% from 255 or 28.62% from 283); Max value from RGB is 122 - color contains mainly: red. Hex color #7A5051 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A5051 is #85AFAE. Grayscale: #5C5C5C. Windows color (decimal): -8761263 or 5329018. OLE color: 5329018.
HSL color Cylindrical-coordinate representation of color #7A5051: hue angle of 358.57º degrees, saturation: 0.21, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7A5051 is Cyan = 0, Magento = 0.34, Yellow = 0.34 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 80 | 81 | - |
| CMYK | 0 | 0.34 | 0.34 | 0.52 |
| HSL | 358.57º | 0.21% | 0.4% | - |
| HSV(B) | 358.57º | 0.34% | 0.48% | - |
| XYZ | 12.38 | 10.47 | 9.15 | - |
| YUV | 92.67 | 121.41 | 148.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 80 | 81 | 0 | 0.34 | 0.34 | 0.52 | 358.57 | 0.21 | 0.4 |
| Hex | 7A | 50 | 51 | 0 | 22 | 22 | 34 | 167 | 15 | 28 |
| Octal | 172 | 120 | 121 | 0 | 42 | 42 | 64 | 547 | 25 | 50 |
| Binary | 1111010 | 1010000 | 1010001 | 0 | 100010 | 100010 | 110100 | 101100111 | 10101 | 101000 |
Color Harmonies of #7A5051
Complementary color
Monochromatic Colors of #7A5051
Black with #7A5051
Text Example
Text Example
White with #7A5051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A5051; }
p { color: rgb(122,80,81); }
H1.HeaderClassName
{
color: #7A5051;
}
.AnyTagClassName
{
color: #7A5051;
}
</style>
background-color css
<style>
a { background-color: #7A5051; }
a { background-color: rgb(122,80,81); }
div.DivClassName
{
background-color: #7A5051;
}
.BgClassName
{
background-color: #7A5051;
}
</style>
border-color css
<style>
span { border-color: #7A5051; }
span { border-color: rgb(122,80,81); }
td.TdClassName
{
border-color: #7A5051;
}
.TagClassName
{
border-color: #7A5051;
}
</style>