Shades of Solid Pink #7F5053
Tints of Solid Pink #7F5053
RGB
CMYK
RGB Variations
Color information
#7F5053 (or 0x7F5053) is known color: Solid Pink. HEX triplet: 7F, 50 and 53. RGB value is (127,80,83). Sum of RGB (Red+Green+Blue) = 127+80+83=290 (38% of max value = 765). Red value is 127 (50% from 255 or 43.79% from 290); Green value is 80 (31.64% from 255 or 27.59% from 290); Blue value is 83 (32.81% from 255 or 28.62% from 290); Max value from RGB is 127 - color contains mainly: red. Hex color #7F5053 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F5053 is #80AFAC. Grayscale: #5E5E5E. Windows color (decimal): -8433581 or 5460095. OLE color: 5460095.
HSL color Cylindrical-coordinate representation of color #7F5053: hue angle of 356.17º 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 #7F5053 is Cyan = 0, Magento = 0.37, Yellow = 0.35 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 80 | 83 | - |
| CMYK | 0 | 0.37 | 0.35 | 0.50 |
| HSL | 356.17º | 0.23% | 0.41% | - |
| HSV(B) | 356.17º | 0.37% | 0.5% | - |
| XYZ | 13.18 | 10.87 | 9.59 | - |
| YUV | 94.4 | 121.57 | 151.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 80 | 83 | 0 | 0.37 | 0.35 | 0.50 | 356.17 | 0.23 | 0.41 |
| Hex | 7F | 50 | 53 | 0 | 25 | 23 | 32 | 164 | 17 | 29 |
| Octal | 177 | 120 | 123 | 0 | 45 | 43 | 62 | 544 | 27 | 51 |
| Binary | 1111111 | 1010000 | 1010011 | 0 | 100101 | 100011 | 110010 | 101100100 | 10111 | 101001 |
Color Harmonies of #7F5053
Complementary color
Monochromatic Colors of #7F5053
Black with #7F5053
Text Example
Text Example
White with #7F5053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F5053; }
p { color: rgb(127,80,83); }
H1.HeaderClassName
{
color: #7F5053;
}
.AnyTagClassName
{
color: #7F5053;
}
</style>
background-color css
<style>
a { background-color: #7F5053; }
a { background-color: rgb(127,80,83); }
div.DivClassName
{
background-color: #7F5053;
}
.BgClassName
{
background-color: #7F5053;
}
</style>
border-color css
<style>
span { border-color: #7F5053; }
span { border-color: rgb(127,80,83); }
td.TdClassName
{
border-color: #7F5053;
}
.TagClassName
{
border-color: #7F5053;
}
</style>