Shades of Solid Pink #7A4F57
Tints of Solid Pink #7A4F57
RGB
CMYK
RGB Variations
Color information
#7A4F57 (or 0x7A4F57) is known color: Solid Pink. HEX triplet: 7A, 4F and 57. RGB value is (122,79,87). Sum of RGB (Red+Green+Blue) = 122+79+87=288 (38% of max value = 765). Red value is 122 (48.05% from 255 or 42.36% from 288); Green value is 79 (31.25% from 255 or 27.43% from 288); Blue value is 87 (34.38% from 255 or 30.21% from 288); Max value from RGB is 122 - color contains mainly: red. Hex color #7A4F57 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A4F57 is #85B0A8. Grayscale: #5C5C5C. Windows color (decimal): -8761513 or 5721978. OLE color: 5721978.
HSL color Cylindrical-coordinate representation of color #7A4F57: hue angle of 348.84º degrees, saturation: 0.21, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7A4F57 is Cyan = 0, Magento = 0.35, Yellow = 0.29 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 79 | 87 | - |
| CMYK | 0 | 0.35 | 0.29 | 0.52 |
| HSL | 348.84º | 0.21% | 0.39% | - |
| HSV(B) | 348.84º | 0.35% | 0.48% | - |
| XYZ | 12.54 | 10.42 | 10.37 | - |
| YUV | 92.77 | 124.75 | 148.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 79 | 87 | 0 | 0.35 | 0.29 | 0.52 | 348.84 | 0.21 | 0.39 |
| Hex | 7A | 4F | 57 | 0 | 23 | 1D | 34 | 15D | 15 | 27 |
| Octal | 172 | 117 | 127 | 0 | 43 | 35 | 64 | 535 | 25 | 47 |
| Binary | 1111010 | 1001111 | 1010111 | 0 | 100011 | 11101 | 110100 | 101011101 | 10101 | 100111 |
Color Harmonies of #7A4F57
Complementary color
Monochromatic Colors of #7A4F57
Black with #7A4F57
Text Example
Text Example
White with #7A4F57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A4F57; }
p { color: rgb(122,79,87); }
H1.HeaderClassName
{
color: #7A4F57;
}
.AnyTagClassName
{
color: #7A4F57;
}
</style>
background-color css
<style>
a { background-color: #7A4F57; }
a { background-color: rgb(122,79,87); }
div.DivClassName
{
background-color: #7A4F57;
}
.BgClassName
{
background-color: #7A4F57;
}
</style>
border-color css
<style>
span { border-color: #7A4F57; }
span { border-color: rgb(122,79,87); }
td.TdClassName
{
border-color: #7A4F57;
}
.TagClassName
{
border-color: #7A4F57;
}
</style>