Shades of Solid Pink #7F5556
Tints of Solid Pink #7F5556
RGB
CMYK
RGB Variations
Color information
#7F5556 (or 0x7F5556) is known color: Solid Pink. HEX triplet: 7F, 55 and 56. RGB value is (127,85,86). Sum of RGB (Red+Green+Blue) = 127+85+86=298 (39% of max value = 765). Red value is 127 (50% from 255 or 42.62% from 298); Green value is 85 (33.59% from 255 or 28.52% from 298); Blue value is 86 (33.98% from 255 or 28.86% from 298); Max value from RGB is 127 - color contains mainly: red. Hex color #7F5556 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F5556 is #80AAA9. Grayscale: #616161. Windows color (decimal): -8432298 or 5657983. OLE color: 5657983.
HSL color Cylindrical-coordinate representation of color #7F5556: hue angle of 358.57º degrees, saturation: 0.2, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7F5556 is Cyan = 0, Magento = 0.33, Yellow = 0.32 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 85 | 86 | - |
| CMYK | 0 | 0.33 | 0.32 | 0.50 |
| HSL | 358.57º | 0.2% | 0.42% | - |
| HSV(B) | 358.57º | 0.33% | 0.5% | - |
| XYZ | 13.68 | 11.68 | 10.34 | - |
| YUV | 97.67 | 121.41 | 148.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 85 | 86 | 0 | 0.33 | 0.32 | 0.50 | 358.57 | 0.2 | 0.42 |
| Hex | 7F | 55 | 56 | 0 | 21 | 20 | 32 | 167 | 14 | 2A |
| Octal | 177 | 125 | 126 | 0 | 41 | 40 | 62 | 547 | 24 | 52 |
| Binary | 1111111 | 1010101 | 1010110 | 0 | 100001 | 100000 | 110010 | 101100111 | 10100 | 101010 |
Color Harmonies of #7F5556
Complementary color
Monochromatic Colors of #7F5556
Black with #7F5556
Text Example
Text Example
White with #7F5556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F5556; }
p { color: rgb(127,85,86); }
H1.HeaderClassName
{
color: #7F5556;
}
.AnyTagClassName
{
color: #7F5556;
}
</style>
background-color css
<style>
a { background-color: #7F5556; }
a { background-color: rgb(127,85,86); }
div.DivClassName
{
background-color: #7F5556;
}
.BgClassName
{
background-color: #7F5556;
}
</style>
border-color css
<style>
span { border-color: #7F5556; }
span { border-color: rgb(127,85,86); }
td.TdClassName
{
border-color: #7F5556;
}
.TagClassName
{
border-color: #7F5556;
}
</style>