Shades of Solid Pink #7A474C
Tints of Solid Pink #7A474C
RGB
CMYK
RGB Variations
Color information
#7A474C (or 0x7A474C) is known color: Solid Pink. HEX triplet: 7A, 47 and 4C. RGB value is (122,71,76). Sum of RGB (Red+Green+Blue) = 122+71+76=269 (35% of max value = 765). Red value is 122 (48.05% from 255 or 45.35% from 269); Green value is 71 (28.12% from 255 or 26.39% from 269); Blue value is 76 (30.08% from 255 or 28.25% from 269); Max value from RGB is 122 - color contains mainly: red. Hex color #7A474C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A474C is #85B8B3. Grayscale: #565656. Windows color (decimal): -8763572 or 4999034. OLE color: 4999034.
HSL color Cylindrical-coordinate representation of color #7A474C: hue angle of 354.12º degrees, saturation: 0.26, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7A474C is Cyan = 0, Magento = 0.42, Yellow = 0.38 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 71 | 76 | - |
| CMYK | 0 | 0.42 | 0.38 | 0.52 |
| HSL | 354.12º | 0.26% | 0.38% | - |
| HSV(B) | 354.12º | 0.42% | 0.48% | - |
| XYZ | 11.58 | 9.17 | 8 | - |
| YUV | 86.82 | 121.9 | 153.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 71 | 76 | 0 | 0.42 | 0.38 | 0.52 | 354.12 | 0.26 | 0.38 |
| Hex | 7A | 47 | 4C | 0 | 2A | 26 | 34 | 162 | 1A | 26 |
| Octal | 172 | 107 | 114 | 0 | 52 | 46 | 64 | 542 | 32 | 46 |
| Binary | 1111010 | 1000111 | 1001100 | 0 | 101010 | 100110 | 110100 | 101100010 | 11010 | 100110 |
Color Harmonies of #7A474C
Complementary color
Monochromatic Colors of #7A474C
Black with #7A474C
Text Example
Text Example
White with #7A474C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A474C; }
p { color: rgb(122,71,76); }
H1.HeaderClassName
{
color: #7A474C;
}
.AnyTagClassName
{
color: #7A474C;
}
</style>
background-color css
<style>
a { background-color: #7A474C; }
a { background-color: rgb(122,71,76); }
div.DivClassName
{
background-color: #7A474C;
}
.BgClassName
{
background-color: #7A474C;
}
</style>
border-color css
<style>
span { border-color: #7A474C; }
span { border-color: rgb(122,71,76); }
td.TdClassName
{
border-color: #7A474C;
}
.TagClassName
{
border-color: #7A474C;
}
</style>