Shades of Solid Pink #7A4A4E
Tints of Solid Pink #7A4A4E
RGB
CMYK
RGB Variations
Color information
#7A4A4E (or 0x7A4A4E) is known color: Solid Pink. HEX triplet: 7A, 4A and 4E. RGB value is (122,74,78). Sum of RGB (Red+Green+Blue) = 122+74+78=274 (36% of max value = 765). Red value is 122 (48.05% from 255 or 44.53% from 274); Green value is 74 (29.30% from 255 or 27.01% from 274); Blue value is 78 (30.86% from 255 or 28.47% from 274); Max value from RGB is 122 - color contains mainly: red. Hex color #7A4A4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A4A4E is #85B5B1. Grayscale: #585858. Windows color (decimal): -8762802 or 5130874. OLE color: 5130874.
HSL color Cylindrical-coordinate representation of color #7A4A4E: hue angle of 355º degrees, saturation: 0.24, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7A4A4E is Cyan = 0, Magento = 0.39, Yellow = 0.36 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 74 | 78 | - |
| CMYK | 0 | 0.39 | 0.36 | 0.52 |
| HSL | 355º | 0.24% | 0.38% | - |
| HSV(B) | 355º | 0.39% | 0.48% | - |
| XYZ | 11.85 | 9.59 | 8.43 | - |
| YUV | 88.81 | 121.9 | 151.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 74 | 78 | 0 | 0.39 | 0.36 | 0.52 | 355 | 0.24 | 0.38 |
| Hex | 7A | 4A | 4E | 0 | 27 | 24 | 34 | 163 | 18 | 26 |
| Octal | 172 | 112 | 116 | 0 | 47 | 44 | 64 | 543 | 30 | 46 |
| Binary | 1111010 | 1001010 | 1001110 | 0 | 100111 | 100100 | 110100 | 101100011 | 11000 | 100110 |
Color Harmonies of #7A4A4E
Complementary color
Monochromatic Colors of #7A4A4E
Black with #7A4A4E
Text Example
Text Example
White with #7A4A4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A4A4E; }
p { color: rgb(122,74,78); }
H1.HeaderClassName
{
color: #7A4A4E;
}
.AnyTagClassName
{
color: #7A4A4E;
}
</style>
background-color css
<style>
a { background-color: #7A4A4E; }
a { background-color: rgb(122,74,78); }
div.DivClassName
{
background-color: #7A4A4E;
}
.BgClassName
{
background-color: #7A4A4E;
}
</style>
border-color css
<style>
span { border-color: #7A4A4E; }
span { border-color: rgb(122,74,78); }
td.TdClassName
{
border-color: #7A4A4E;
}
.TagClassName
{
border-color: #7A4A4E;
}
</style>