Shades of Solid Pink #7F4A56
Tints of Solid Pink #7F4A56
RGB
CMYK
RGB Variations
Color information
#7F4A56 (or 0x7F4A56) is known color: Solid Pink. HEX triplet: 7F, 4A and 56. RGB value is (127,74,86). Sum of RGB (Red+Green+Blue) = 127+74+86=287 (38% of max value = 765). Red value is 127 (50% from 255 or 44.25% from 287); Green value is 74 (29.30% from 255 or 25.78% from 287); Blue value is 86 (33.98% from 255 or 29.97% from 287); Max value from RGB is 127 - color contains mainly: red. Hex color #7F4A56 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F4A56 is #80B5A9. Grayscale: #5B5B5B. Windows color (decimal): -8435114 or 5655167. OLE color: 5655167.
HSL color Cylindrical-coordinate representation of color #7F4A56: hue angle of 346.42º degrees, saturation: 0.26, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7F4A56 is Cyan = 0, Magento = 0.42, Yellow = 0.32 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 74 | 86 | - |
| CMYK | 0 | 0.42 | 0.32 | 0.50 |
| HSL | 346.42º | 0.26% | 0.39% | - |
| HSV(B) | 346.42º | 0.42% | 0.5% | - |
| XYZ | 12.88 | 10.08 | 10.07 | - |
| YUV | 91.22 | 125.06 | 153.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 74 | 86 | 0 | 0.42 | 0.32 | 0.50 | 346.42 | 0.26 | 0.39 |
| Hex | 7F | 4A | 56 | 0 | 2A | 20 | 32 | 15A | 1A | 27 |
| Octal | 177 | 112 | 126 | 0 | 52 | 40 | 62 | 532 | 32 | 47 |
| Binary | 1111111 | 1001010 | 1010110 | 0 | 101010 | 100000 | 110010 | 101011010 | 11010 | 100111 |
Color Harmonies of #7F4A56
Complementary color
Monochromatic Colors of #7F4A56
Black with #7F4A56
Text Example
Text Example
White with #7F4A56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F4A56; }
p { color: rgb(127,74,86); }
H1.HeaderClassName
{
color: #7F4A56;
}
.AnyTagClassName
{
color: #7F4A56;
}
</style>
background-color css
<style>
a { background-color: #7F4A56; }
a { background-color: rgb(127,74,86); }
div.DivClassName
{
background-color: #7F4A56;
}
.BgClassName
{
background-color: #7F4A56;
}
</style>
border-color css
<style>
span { border-color: #7F4A56; }
span { border-color: rgb(127,74,86); }
td.TdClassName
{
border-color: #7F4A56;
}
.TagClassName
{
border-color: #7F4A56;
}
</style>