Shades of Solid Pink #7A4A4D
Tints of Solid Pink #7A4A4D
RGB
CMYK
RGB Variations
Color information
#7A4A4D (or 0x7A4A4D) is known color: Solid Pink. HEX triplet: 7A, 4A and 4D. RGB value is (122,74,77). Sum of RGB (Red+Green+Blue) = 122+74+77=273 (36% of max value = 765). Red value is 122 (48.05% from 255 or 44.69% from 273); Green value is 74 (29.30% from 255 or 27.11% from 273); Blue value is 77 (30.47% from 255 or 28.21% from 273); Max value from RGB is 122 - color contains mainly: red. Hex color #7A4A4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A4A4D is #85B5B2. Grayscale: #585858. Windows color (decimal): -8762803 or 5065338. OLE color: 5065338.
HSL color Cylindrical-coordinate representation of color #7A4A4D: hue angle of 356.25º 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 #7A4A4D is Cyan = 0, Magento = 0.39, Yellow = 0.37 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 74 | 77 | - |
| CMYK | 0 | 0.39 | 0.37 | 0.52 |
| HSL | 356.25º | 0.24% | 0.38% | - |
| HSV(B) | 356.25º | 0.39% | 0.48% | - |
| XYZ | 11.81 | 9.57 | 8.25 | - |
| YUV | 88.69 | 121.4 | 151.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 74 | 77 | 0 | 0.39 | 0.37 | 0.52 | 356.25 | 0.24 | 0.38 |
| Hex | 7A | 4A | 4D | 0 | 27 | 25 | 34 | 164 | 18 | 26 |
| Octal | 172 | 112 | 115 | 0 | 47 | 45 | 64 | 544 | 30 | 46 |
| Binary | 1111010 | 1001010 | 1001101 | 0 | 100111 | 100101 | 110100 | 101100100 | 11000 | 100110 |
Color Harmonies of #7A4A4D
Complementary color
Monochromatic Colors of #7A4A4D
Black with #7A4A4D
Text Example
Text Example
White with #7A4A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A4A4D; }
p { color: rgb(122,74,77); }
H1.HeaderClassName
{
color: #7A4A4D;
}
.AnyTagClassName
{
color: #7A4A4D;
}
</style>
background-color css
<style>
a { background-color: #7A4A4D; }
a { background-color: rgb(122,74,77); }
div.DivClassName
{
background-color: #7A4A4D;
}
.BgClassName
{
background-color: #7A4A4D;
}
</style>
border-color css
<style>
span { border-color: #7A4A4D; }
span { border-color: rgb(122,74,77); }
td.TdClassName
{
border-color: #7A4A4D;
}
.TagClassName
{
border-color: #7A4A4D;
}
</style>