Shades of Solid Pink #7A4D53
Tints of Solid Pink #7A4D53
RGB
CMYK
RGB Variations
Color information
#7A4D53 (or 0x7A4D53) is known color: Solid Pink. HEX triplet: 7A, 4D and 53. RGB value is (122,77,83). Sum of RGB (Red+Green+Blue) = 122+77+83=282 (37% of max value = 765). Red value is 122 (48.05% from 255 or 43.26% from 282); Green value is 77 (30.47% from 255 or 27.30% from 282); Blue value is 83 (32.81% from 255 or 29.43% from 282); Max value from RGB is 122 - color contains mainly: red. Hex color #7A4D53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A4D53 is #85B2AC. Grayscale: #5B5B5B. Windows color (decimal): -8762029 or 5459322. OLE color: 5459322.
HSL color Cylindrical-coordinate representation of color #7A4D53: hue angle of 352º degrees, saturation: 0.23, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7A4D53 is Cyan = 0, Magento = 0.37, Yellow = 0.32 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 77 | 83 | - |
| CMYK | 0 | 0.37 | 0.32 | 0.52 |
| HSL | 352º | 0.23% | 0.39% | - |
| HSV(B) | 352º | 0.37% | 0.48% | - |
| XYZ | 12.24 | 10.07 | 9.48 | - |
| YUV | 91.14 | 123.41 | 150.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 77 | 83 | 0 | 0.37 | 0.32 | 0.52 | 352 | 0.23 | 0.39 |
| Hex | 7A | 4D | 53 | 0 | 25 | 20 | 34 | 160 | 17 | 27 |
| Octal | 172 | 115 | 123 | 0 | 45 | 40 | 64 | 540 | 27 | 47 |
| Binary | 1111010 | 1001101 | 1010011 | 0 | 100101 | 100000 | 110100 | 101100000 | 10111 | 100111 |
Color Harmonies of #7A4D53
Complementary color
Monochromatic Colors of #7A4D53
Black with #7A4D53
Text Example
Text Example
White with #7A4D53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A4D53; }
p { color: rgb(122,77,83); }
H1.HeaderClassName
{
color: #7A4D53;
}
.AnyTagClassName
{
color: #7A4D53;
}
</style>
background-color css
<style>
a { background-color: #7A4D53; }
a { background-color: rgb(122,77,83); }
div.DivClassName
{
background-color: #7A4D53;
}
.BgClassName
{
background-color: #7A4D53;
}
</style>
border-color css
<style>
span { border-color: #7A4D53; }
span { border-color: rgb(122,77,83); }
td.TdClassName
{
border-color: #7A4D53;
}
.TagClassName
{
border-color: #7A4D53;
}
</style>