Shades of Solid Pink #7F4C51
Tints of Solid Pink #7F4C51
RGB
CMYK
RGB Variations
Color information
#7F4C51 (or 0x7F4C51) is known color: Solid Pink. HEX triplet: 7F, 4C and 51. RGB value is (127,76,81). Sum of RGB (Red+Green+Blue) = 127+76+81=284 (37% of max value = 765). Red value is 127 (50% from 255 or 44.72% from 284); Green value is 76 (30.08% from 255 or 26.76% from 284); Blue value is 81 (32.03% from 255 or 28.52% from 284); Max value from RGB is 127 - color contains mainly: red. Hex color #7F4C51 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F4C51 is #80B3AE. Grayscale: #5B5B5B. Windows color (decimal): -8434607 or 5327999. OLE color: 5327999.
HSL color Cylindrical-coordinate representation of color #7F4C51: hue angle of 354.12º degrees, saturation: 0.25, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7F4C51 is Cyan = 0, Magento = 0.40, Yellow = 0.36 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 76 | 81 | - |
| CMYK | 0 | 0.40 | 0.36 | 0.50 |
| HSL | 354.12º | 0.25% | 0.4% | - |
| HSV(B) | 354.12º | 0.4% | 0.5% | - |
| XYZ | 12.82 | 10.27 | 9.09 | - |
| YUV | 91.82 | 121.9 | 153.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 76 | 81 | 0 | 0.40 | 0.36 | 0.50 | 354.12 | 0.25 | 0.4 |
| Hex | 7F | 4C | 51 | 0 | 28 | 24 | 32 | 162 | 19 | 28 |
| Octal | 177 | 114 | 121 | 0 | 50 | 44 | 62 | 542 | 31 | 50 |
| Binary | 1111111 | 1001100 | 1010001 | 0 | 101000 | 100100 | 110010 | 101100010 | 11001 | 101000 |
Color Harmonies of #7F4C51
Complementary color
Monochromatic Colors of #7F4C51
Black with #7F4C51
Text Example
Text Example
White with #7F4C51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F4C51; }
p { color: rgb(127,76,81); }
H1.HeaderClassName
{
color: #7F4C51;
}
.AnyTagClassName
{
color: #7F4C51;
}
</style>
background-color css
<style>
a { background-color: #7F4C51; }
a { background-color: rgb(127,76,81); }
div.DivClassName
{
background-color: #7F4C51;
}
.BgClassName
{
background-color: #7F4C51;
}
</style>
border-color css
<style>
span { border-color: #7F4C51; }
span { border-color: rgb(127,76,81); }
td.TdClassName
{
border-color: #7F4C51;
}
.TagClassName
{
border-color: #7F4C51;
}
</style>