Shades of Solid Pink #7F5256
Tints of Solid Pink #7F5256
RGB
CMYK
RGB Variations
Color information
#7F5256 (or 0x7F5256) is known color: Solid Pink. HEX triplet: 7F, 52 and 56. RGB value is (127,82,86). Sum of RGB (Red+Green+Blue) = 127+82+86=295 (39% of max value = 765). Red value is 127 (50% from 255 or 43.05% from 295); Green value is 82 (32.42% from 255 or 27.80% from 295); Blue value is 86 (33.98% from 255 or 29.15% from 295); Max value from RGB is 127 - color contains mainly: red. Hex color #7F5256 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F5256 is #80ADA9. Grayscale: #5F5F5F. Windows color (decimal): -8433066 or 5657215. OLE color: 5657215.
HSL color Cylindrical-coordinate representation of color #7F5256: hue angle of 354.67º 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 #7F5256 is Cyan = 0, Magento = 0.35, Yellow = 0.32 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 82 | 86 | - |
| CMYK | 0 | 0.35 | 0.32 | 0.50 |
| HSL | 354.67º | 0.22% | 0.41% | - |
| HSV(B) | 354.67º | 0.35% | 0.5% | - |
| XYZ | 13.45 | 11.22 | 10.26 | - |
| YUV | 95.91 | 122.41 | 150.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 82 | 86 | 0 | 0.35 | 0.32 | 0.50 | 354.67 | 0.22 | 0.41 |
| Hex | 7F | 52 | 56 | 0 | 23 | 20 | 32 | 163 | 16 | 29 |
| Octal | 177 | 122 | 126 | 0 | 43 | 40 | 62 | 543 | 26 | 51 |
| Binary | 1111111 | 1010010 | 1010110 | 0 | 100011 | 100000 | 110010 | 101100011 | 10110 | 101001 |
Color Harmonies of #7F5256
Complementary color
Monochromatic Colors of #7F5256
Black with #7F5256
Text Example
Text Example
White with #7F5256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F5256; }
p { color: rgb(127,82,86); }
H1.HeaderClassName
{
color: #7F5256;
}
.AnyTagClassName
{
color: #7F5256;
}
</style>
background-color css
<style>
a { background-color: #7F5256; }
a { background-color: rgb(127,82,86); }
div.DivClassName
{
background-color: #7F5256;
}
.BgClassName
{
background-color: #7F5256;
}
</style>
border-color css
<style>
span { border-color: #7F5256; }
span { border-color: rgb(127,82,86); }
td.TdClassName
{
border-color: #7F5256;
}
.TagClassName
{
border-color: #7F5256;
}
</style>