Shades of Solid Pink #7A4850
Tints of Solid Pink #7A4850
RGB
CMYK
RGB Variations
Color information
#7A4850 (or 0x7A4850) is known color: Solid Pink. HEX triplet: 7A, 48 and 50. RGB value is (122,72,80). Sum of RGB (Red+Green+Blue) = 122+72+80=274 (36% of max value = 765). Red value is 122 (48.05% from 255 or 44.53% from 274); Green value is 72 (28.52% from 255 or 26.28% from 274); Blue value is 80 (31.64% from 255 or 29.20% from 274); Max value from RGB is 122 - color contains mainly: red. Hex color #7A4850 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A4850 is #85B7AF. Grayscale: #575757. Windows color (decimal): -8763312 or 5261434. OLE color: 5261434.
HSL color Cylindrical-coordinate representation of color #7A4850: hue angle of 350.4º 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 #7A4850 is Cyan = 0, Magento = 0.41, Yellow = 0.34 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 72 | 80 | - |
| CMYK | 0 | 0.41 | 0.34 | 0.52 |
| HSL | 350.4º | 0.26% | 0.38% | - |
| HSV(B) | 350.4º | 0.41% | 0.48% | - |
| XYZ | 11.79 | 9.35 | 8.77 | - |
| YUV | 87.86 | 123.57 | 152.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 72 | 80 | 0 | 0.41 | 0.34 | 0.52 | 350.4 | 0.26 | 0.38 |
| Hex | 7A | 48 | 50 | 0 | 29 | 22 | 34 | 15E | 1A | 26 |
| Octal | 172 | 110 | 120 | 0 | 51 | 42 | 64 | 536 | 32 | 46 |
| Binary | 1111010 | 1001000 | 1010000 | 0 | 101001 | 100010 | 110100 | 101011110 | 11010 | 100110 |
Color Harmonies of #7A4850
Complementary color
Monochromatic Colors of #7A4850
Black with #7A4850
Text Example
Text Example
White with #7A4850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A4850; }
p { color: rgb(122,72,80); }
H1.HeaderClassName
{
color: #7A4850;
}
.AnyTagClassName
{
color: #7A4850;
}
</style>
background-color css
<style>
a { background-color: #7A4850; }
a { background-color: rgb(122,72,80); }
div.DivClassName
{
background-color: #7A4850;
}
.BgClassName
{
background-color: #7A4850;
}
</style>
border-color css
<style>
span { border-color: #7A4850; }
span { border-color: rgb(122,72,80); }
td.TdClassName
{
border-color: #7A4850;
}
.TagClassName
{
border-color: #7A4850;
}
</style>