Shades of Solid Pink #7F464C
Tints of Solid Pink #7F464C
RGB
CMYK
RGB Variations
Color information
#7F464C (or 0x7F464C) is known color: Solid Pink. HEX triplet: 7F, 46 and 4C. RGB value is (127,70,76). Sum of RGB (Red+Green+Blue) = 127+70+76=273 (36% of max value = 765). Red value is 127 (50% from 255 or 46.52% from 273); Green value is 70 (27.73% from 255 or 25.64% from 273); Blue value is 76 (30.08% from 255 or 27.84% from 273); Max value from RGB is 127 - color contains mainly: red. Hex color #7F464C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F464C is #80B9B3. Grayscale: #575757. Windows color (decimal): -8436148 or 4998783. OLE color: 4998783.
HSL color Cylindrical-coordinate representation of color #7F464C: hue angle of 353.68º degrees, saturation: 0.29, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7F464C is Cyan = 0, Magento = 0.45, Yellow = 0.40 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 70 | 76 | - |
| CMYK | 0 | 0.45 | 0.40 | 0.50 |
| HSL | 353.68º | 0.29% | 0.39% | - |
| HSV(B) | 353.68º | 0.45% | 0.5% | - |
| XYZ | 12.25 | 9.41 | 8.01 | - |
| YUV | 87.73 | 121.38 | 156.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 70 | 76 | 0 | 0.45 | 0.40 | 0.50 | 353.68 | 0.29 | 0.39 |
| Hex | 7F | 46 | 4C | 0 | 2D | 28 | 32 | 162 | 1D | 27 |
| Octal | 177 | 106 | 114 | 0 | 55 | 50 | 62 | 542 | 35 | 47 |
| Binary | 1111111 | 1000110 | 1001100 | 0 | 101101 | 101000 | 110010 | 101100010 | 11101 | 100111 |
Color Harmonies of #7F464C
Complementary color
Monochromatic Colors of #7F464C
Black with #7F464C
Text Example
Text Example
White with #7F464C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F464C; }
p { color: rgb(127,70,76); }
H1.HeaderClassName
{
color: #7F464C;
}
.AnyTagClassName
{
color: #7F464C;
}
</style>
background-color css
<style>
a { background-color: #7F464C; }
a { background-color: rgb(127,70,76); }
div.DivClassName
{
background-color: #7F464C;
}
.BgClassName
{
background-color: #7F464C;
}
</style>
border-color css
<style>
span { border-color: #7F464C; }
span { border-color: rgb(127,70,76); }
td.TdClassName
{
border-color: #7F464C;
}
.TagClassName
{
border-color: #7F464C;
}
</style>