Shades of Solid Pink #7A484D
Tints of Solid Pink #7A484D
RGB
CMYK
RGB Variations
Color information
#7A484D (or 0x7A484D) is known color: Solid Pink. HEX triplet: 7A, 48 and 4D. RGB value is (122,72,77). Sum of RGB (Red+Green+Blue) = 122+72+77=271 (35% of max value = 765). Red value is 122 (48.05% from 255 or 45.02% from 271); Green value is 72 (28.52% from 255 or 26.57% from 271); Blue value is 77 (30.47% from 255 or 28.41% from 271); Max value from RGB is 122 - color contains mainly: red. Hex color #7A484D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A484D is #85B7B2. Grayscale: #575757. Windows color (decimal): -8763315 or 5064826. OLE color: 5064826.
HSL color Cylindrical-coordinate representation of color #7A484D: hue angle of 354º degrees, saturation: 0.26, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7A484D is Cyan = 0, Magento = 0.41, Yellow = 0.37 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 72 | 77 | - |
| CMYK | 0 | 0.41 | 0.37 | 0.52 |
| HSL | 354º | 0.26% | 0.38% | - |
| HSV(B) | 354º | 0.41% | 0.48% | - |
| XYZ | 11.68 | 9.31 | 8.2 | - |
| YUV | 87.52 | 122.07 | 152.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 72 | 77 | 0 | 0.41 | 0.37 | 0.52 | 354 | 0.26 | 0.38 |
| Hex | 7A | 48 | 4D | 0 | 29 | 25 | 34 | 162 | 1A | 26 |
| Octal | 172 | 110 | 115 | 0 | 51 | 45 | 64 | 542 | 32 | 46 |
| Binary | 1111010 | 1001000 | 1001101 | 0 | 101001 | 100101 | 110100 | 101100010 | 11010 | 100110 |
Color Harmonies of #7A484D
Complementary color
Monochromatic Colors of #7A484D
Black with #7A484D
Text Example
Text Example
White with #7A484D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A484D; }
p { color: rgb(122,72,77); }
H1.HeaderClassName
{
color: #7A484D;
}
.AnyTagClassName
{
color: #7A484D;
}
</style>
background-color css
<style>
a { background-color: #7A484D; }
a { background-color: rgb(122,72,77); }
div.DivClassName
{
background-color: #7A484D;
}
.BgClassName
{
background-color: #7A484D;
}
</style>
border-color css
<style>
span { border-color: #7A484D; }
span { border-color: rgb(122,72,77); }
td.TdClassName
{
border-color: #7A484D;
}
.TagClassName
{
border-color: #7A484D;
}
</style>