Shades of Solid Pink #7F4C54
Tints of Solid Pink #7F4C54
RGB
CMYK
RGB Variations
Color information
#7F4C54 (or 0x7F4C54) is known color: Solid Pink. HEX triplet: 7F, 4C and 54. RGB value is (127,76,84). Sum of RGB (Red+Green+Blue) = 127+76+84=287 (38% of max value = 765). Red value is 127 (50% from 255 or 44.25% from 287); Green value is 76 (30.08% from 255 or 26.48% from 287); Blue value is 84 (33.20% from 255 or 29.27% from 287); Max value from RGB is 127 - color contains mainly: red. Hex color #7F4C54 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F4C54 is #80B3AB. Grayscale: #5C5C5C. Windows color (decimal): -8434604 or 5524607. OLE color: 5524607.
HSL color Cylindrical-coordinate representation of color #7F4C54: hue angle of 350.59º 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 #7F4C54 is Cyan = 0, Magento = 0.40, Yellow = 0.34 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 76 | 84 | - |
| CMYK | 0 | 0.40 | 0.34 | 0.50 |
| HSL | 350.59º | 0.25% | 0.4% | - |
| HSV(B) | 350.59º | 0.4% | 0.5% | - |
| XYZ | 12.94 | 10.32 | 9.7 | - |
| YUV | 92.16 | 123.4 | 152.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 76 | 84 | 0 | 0.40 | 0.34 | 0.50 | 350.59 | 0.25 | 0.4 |
| Hex | 7F | 4C | 54 | 0 | 28 | 22 | 32 | 15F | 19 | 28 |
| Octal | 177 | 114 | 124 | 0 | 50 | 42 | 62 | 537 | 31 | 50 |
| Binary | 1111111 | 1001100 | 1010100 | 0 | 101000 | 100010 | 110010 | 101011111 | 11001 | 101000 |
Color Harmonies of #7F4C54
Complementary color
Monochromatic Colors of #7F4C54
Black with #7F4C54
Text Example
Text Example
White with #7F4C54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F4C54; }
p { color: rgb(127,76,84); }
H1.HeaderClassName
{
color: #7F4C54;
}
.AnyTagClassName
{
color: #7F4C54;
}
</style>
background-color css
<style>
a { background-color: #7F4C54; }
a { background-color: rgb(127,76,84); }
div.DivClassName
{
background-color: #7F4C54;
}
.BgClassName
{
background-color: #7F4C54;
}
</style>
border-color css
<style>
span { border-color: #7F4C54; }
span { border-color: rgb(127,76,84); }
td.TdClassName
{
border-color: #7F4C54;
}
.TagClassName
{
border-color: #7F4C54;
}
</style>