Shades of Solid Pink #7F5054
Tints of Solid Pink #7F5054
RGB
CMYK
RGB Variations
Color information
#7F5054 (or 0x7F5054) is known color: Solid Pink. HEX triplet: 7F, 50 and 54. RGB value is (127,80,84). Sum of RGB (Red+Green+Blue) = 127+80+84=291 (38% of max value = 765). Red value is 127 (50% from 255 or 43.64% from 291); Green value is 80 (31.64% from 255 or 27.49% from 291); Blue value is 84 (33.20% from 255 or 28.87% from 291); Max value from RGB is 127 - color contains mainly: red. Hex color #7F5054 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F5054 is #80AFAB. Grayscale: #5E5E5E. Windows color (decimal): -8433580 or 5525631. OLE color: 5525631.
HSL color Cylindrical-coordinate representation of color #7F5054: hue angle of 354.89º degrees, saturation: 0.23, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7F5054 is Cyan = 0, Magento = 0.37, Yellow = 0.34 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 80 | 84 | - |
| CMYK | 0 | 0.37 | 0.34 | 0.50 |
| HSL | 354.89º | 0.23% | 0.41% | - |
| HSV(B) | 354.89º | 0.37% | 0.5% | - |
| XYZ | 13.22 | 10.89 | 9.79 | - |
| YUV | 94.51 | 122.07 | 151.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 80 | 84 | 0 | 0.37 | 0.34 | 0.50 | 354.89 | 0.23 | 0.41 |
| Hex | 7F | 50 | 54 | 0 | 25 | 22 | 32 | 163 | 17 | 29 |
| Octal | 177 | 120 | 124 | 0 | 45 | 42 | 62 | 543 | 27 | 51 |
| Binary | 1111111 | 1010000 | 1010100 | 0 | 100101 | 100010 | 110010 | 101100011 | 10111 | 101001 |
Color Harmonies of #7F5054
Complementary color
Monochromatic Colors of #7F5054
Black with #7F5054
Text Example
Text Example
White with #7F5054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F5054; }
p { color: rgb(127,80,84); }
H1.HeaderClassName
{
color: #7F5054;
}
.AnyTagClassName
{
color: #7F5054;
}
</style>
background-color css
<style>
a { background-color: #7F5054; }
a { background-color: rgb(127,80,84); }
div.DivClassName
{
background-color: #7F5054;
}
.BgClassName
{
background-color: #7F5054;
}
</style>
border-color css
<style>
span { border-color: #7F5054; }
span { border-color: rgb(127,80,84); }
td.TdClassName
{
border-color: #7F5054;
}
.TagClassName
{
border-color: #7F5054;
}
</style>