Shades of Solid Pink #7A4B54
Tints of Solid Pink #7A4B54
RGB
CMYK
RGB Variations
Color information
#7A4B54 (or 0x7A4B54) is known color: Solid Pink. HEX triplet: 7A, 4B and 54. RGB value is (122,75,84). Sum of RGB (Red+Green+Blue) = 122+75+84=281 (37% of max value = 765). Red value is 122 (48.05% from 255 or 43.42% from 281); Green value is 75 (29.69% from 255 or 26.69% from 281); Blue value is 84 (33.20% from 255 or 29.89% from 281); Max value from RGB is 122 - color contains mainly: red. Hex color #7A4B54 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A4B54 is #85B4AB. Grayscale: #5A5A5A. Windows color (decimal): -8762540 or 5524346. OLE color: 5524346.
HSL color Cylindrical-coordinate representation of color #7A4B54: hue angle of 348.51º degrees, saturation: 0.24, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7A4B54 is Cyan = 0, Magento = 0.39, Yellow = 0.31 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 75 | 84 | - |
| CMYK | 0 | 0.39 | 0.31 | 0.52 |
| HSL | 348.51º | 0.24% | 0.39% | - |
| HSV(B) | 348.51º | 0.39% | 0.48% | - |
| XYZ | 12.14 | 9.81 | 9.64 | - |
| YUV | 90.08 | 124.57 | 150.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 75 | 84 | 0 | 0.39 | 0.31 | 0.52 | 348.51 | 0.24 | 0.39 |
| Hex | 7A | 4B | 54 | 0 | 27 | 1F | 34 | 15D | 18 | 27 |
| Octal | 172 | 113 | 124 | 0 | 47 | 37 | 64 | 535 | 30 | 47 |
| Binary | 1111010 | 1001011 | 1010100 | 0 | 100111 | 11111 | 110100 | 101011101 | 11000 | 100111 |
Color Harmonies of #7A4B54
Complementary color
Monochromatic Colors of #7A4B54
Black with #7A4B54
Text Example
Text Example
White with #7A4B54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A4B54; }
p { color: rgb(122,75,84); }
H1.HeaderClassName
{
color: #7A4B54;
}
.AnyTagClassName
{
color: #7A4B54;
}
</style>
background-color css
<style>
a { background-color: #7A4B54; }
a { background-color: rgb(122,75,84); }
div.DivClassName
{
background-color: #7A4B54;
}
.BgClassName
{
background-color: #7A4B54;
}
</style>
border-color css
<style>
span { border-color: #7A4B54; }
span { border-color: rgb(122,75,84); }
td.TdClassName
{
border-color: #7A4B54;
}
.TagClassName
{
border-color: #7A4B54;
}
</style>