Shades of Solid Pink #7F5255
Tints of Solid Pink #7F5255
RGB
CMYK
RGB Variations
Color information
#7F5255 (or 0x7F5255) is known color: Solid Pink. HEX triplet: 7F, 52 and 55. RGB value is (127,82,85). Sum of RGB (Red+Green+Blue) = 127+82+85=294 (38% of max value = 765). Red value is 127 (50% from 255 or 43.20% from 294); Green value is 82 (32.42% from 255 or 27.89% from 294); Blue value is 85 (33.59% from 255 or 28.91% from 294); Max value from RGB is 127 - color contains mainly: red. Hex color #7F5255 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F5255 is #80ADAA. Grayscale: #5F5F5F. Windows color (decimal): -8433067 or 5591679. OLE color: 5591679.
HSL color Cylindrical-coordinate representation of color #7F5255: hue angle of 356º degrees, saturation: 0.22, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7F5255 is Cyan = 0, Magento = 0.35, Yellow = 0.33 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 82 | 85 | - |
| CMYK | 0 | 0.35 | 0.33 | 0.50 |
| HSL | 356º | 0.22% | 0.41% | - |
| HSV(B) | 356º | 0.35% | 0.5% | - |
| XYZ | 13.41 | 11.2 | 10.05 | - |
| YUV | 95.8 | 121.91 | 150.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 82 | 85 | 0 | 0.35 | 0.33 | 0.50 | 356 | 0.22 | 0.41 |
| Hex | 7F | 52 | 55 | 0 | 23 | 21 | 32 | 164 | 16 | 29 |
| Octal | 177 | 122 | 125 | 0 | 43 | 41 | 62 | 544 | 26 | 51 |
| Binary | 1111111 | 1010010 | 1010101 | 0 | 100011 | 100001 | 110010 | 101100100 | 10110 | 101001 |
Color Harmonies of #7F5255
Complementary color
Monochromatic Colors of #7F5255
Black with #7F5255
Text Example
Text Example
White with #7F5255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F5255; }
p { color: rgb(127,82,85); }
H1.HeaderClassName
{
color: #7F5255;
}
.AnyTagClassName
{
color: #7F5255;
}
</style>
background-color css
<style>
a { background-color: #7F5255; }
a { background-color: rgb(127,82,85); }
div.DivClassName
{
background-color: #7F5255;
}
.BgClassName
{
background-color: #7F5255;
}
</style>
border-color css
<style>
span { border-color: #7F5255; }
span { border-color: rgb(127,82,85); }
td.TdClassName
{
border-color: #7F5255;
}
.TagClassName
{
border-color: #7F5255;
}
</style>