Shades of Solid Pink #7F474A
Tints of Solid Pink #7F474A
RGB
CMYK
RGB Variations
Color information
#7F474A (or 0x7F474A) is known color: Solid Pink. HEX triplet: 7F, 47 and 4A. RGB value is (127,71,74). Sum of RGB (Red+Green+Blue) = 127+71+74=272 (36% of max value = 765). Red value is 127 (50% from 255 or 46.69% from 272); Green value is 71 (28.12% from 255 or 26.10% from 272); Blue value is 74 (29.30% from 255 or 27.21% from 272); Max value from RGB is 127 - color contains mainly: red. Hex color #7F474A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F474A is #80B8B5. Grayscale: #585858. Windows color (decimal): -8435894 or 4867967. OLE color: 4867967.
HSL color Cylindrical-coordinate representation of color #7F474A: hue angle of 356.79º degrees, saturation: 0.28, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7F474A is Cyan = 0, Magento = 0.44, Yellow = 0.42 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 71 | 74 | - |
| CMYK | 0 | 0.44 | 0.42 | 0.50 |
| HSL | 356.79º | 0.28% | 0.39% | - |
| HSV(B) | 356.79º | 0.44% | 0.5% | - |
| XYZ | 12.24 | 9.51 | 7.67 | - |
| YUV | 88.09 | 120.05 | 155.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 71 | 74 | 0 | 0.44 | 0.42 | 0.50 | 356.79 | 0.28 | 0.39 |
| Hex | 7F | 47 | 4A | 0 | 2C | 2A | 32 | 165 | 1C | 27 |
| Octal | 177 | 107 | 112 | 0 | 54 | 52 | 62 | 545 | 34 | 47 |
| Binary | 1111111 | 1000111 | 1001010 | 0 | 101100 | 101010 | 110010 | 101100101 | 11100 | 100111 |
Color Harmonies of #7F474A
Complementary color
Monochromatic Colors of #7F474A
Black with #7F474A
Text Example
Text Example
White with #7F474A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F474A; }
p { color: rgb(127,71,74); }
H1.HeaderClassName
{
color: #7F474A;
}
.AnyTagClassName
{
color: #7F474A;
}
</style>
background-color css
<style>
a { background-color: #7F474A; }
a { background-color: rgb(127,71,74); }
div.DivClassName
{
background-color: #7F474A;
}
.BgClassName
{
background-color: #7F474A;
}
</style>
border-color css
<style>
span { border-color: #7F474A; }
span { border-color: rgb(127,71,74); }
td.TdClassName
{
border-color: #7F474A;
}
.TagClassName
{
border-color: #7F474A;
}
</style>