Shades of Solid Pink #7F494C
Tints of Solid Pink #7F494C
RGB
CMYK
RGB Variations
Color information
#7F494C (or 0x7F494C) is known color: Solid Pink. HEX triplet: 7F, 49 and 4C. RGB value is (127,73,76). Sum of RGB (Red+Green+Blue) = 127+73+76=276 (36% of max value = 765). Red value is 127 (50% from 255 or 46.01% from 276); Green value is 73 (28.91% from 255 or 26.45% from 276); Blue value is 76 (30.08% from 255 or 27.54% from 276); Max value from RGB is 127 - color contains mainly: red. Hex color #7F494C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F494C is #80B6B3. Grayscale: #595959. Windows color (decimal): -8435380 or 4999551. OLE color: 4999551.
HSL color Cylindrical-coordinate representation of color #7F494C: hue angle of 356.67º degrees, saturation: 0.27, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7F494C is Cyan = 0, Magento = 0.43, Yellow = 0.40 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 73 | 76 | - |
| CMYK | 0 | 0.43 | 0.40 | 0.50 |
| HSL | 356.67º | 0.27% | 0.39% | - |
| HSV(B) | 356.67º | 0.43% | 0.5% | - |
| XYZ | 12.44 | 9.8 | 8.07 | - |
| YUV | 89.49 | 120.39 | 154.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 73 | 76 | 0 | 0.43 | 0.40 | 0.50 | 356.67 | 0.27 | 0.39 |
| Hex | 7F | 49 | 4C | 0 | 2B | 28 | 32 | 165 | 1B | 27 |
| Octal | 177 | 111 | 114 | 0 | 53 | 50 | 62 | 545 | 33 | 47 |
| Binary | 1111111 | 1001001 | 1001100 | 0 | 101011 | 101000 | 110010 | 101100101 | 11011 | 100111 |
Color Harmonies of #7F494C
Complementary color
Monochromatic Colors of #7F494C
Black with #7F494C
Text Example
Text Example
White with #7F494C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F494C; }
p { color: rgb(127,73,76); }
H1.HeaderClassName
{
color: #7F494C;
}
.AnyTagClassName
{
color: #7F494C;
}
</style>
background-color css
<style>
a { background-color: #7F494C; }
a { background-color: rgb(127,73,76); }
div.DivClassName
{
background-color: #7F494C;
}
.BgClassName
{
background-color: #7F494C;
}
</style>
border-color css
<style>
span { border-color: #7F494C; }
span { border-color: rgb(127,73,76); }
td.TdClassName
{
border-color: #7F494C;
}
.TagClassName
{
border-color: #7F494C;
}
</style>