Shades of Solid Pink #7F464A
Tints of Solid Pink #7F464A
RGB
CMYK
RGB Variations
Color information
#7F464A (or 0x7F464A) is known color: Solid Pink. HEX triplet: 7F, 46 and 4A. RGB value is (127,70,74). Sum of RGB (Red+Green+Blue) = 127+70+74=271 (35% of max value = 765). Red value is 127 (50% from 255 or 46.86% from 271); Green value is 70 (27.73% from 255 or 25.83% from 271); Blue value is 74 (29.30% from 255 or 27.31% from 271); Max value from RGB is 127 - color contains mainly: red. Hex color #7F464A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F464A is #80B9B5. Grayscale: #575757. Windows color (decimal): -8436150 or 4867711. OLE color: 4867711.
HSL color Cylindrical-coordinate representation of color #7F464A: hue angle of 355.79º 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 #7F464A is Cyan = 0, Magento = 0.45, Yellow = 0.42 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 70 | 74 | - |
| CMYK | 0 | 0.45 | 0.42 | 0.50 |
| HSL | 355.79º | 0.29% | 0.39% | - |
| HSV(B) | 355.79º | 0.45% | 0.5% | - |
| XYZ | 12.18 | 9.39 | 7.65 | - |
| YUV | 87.5 | 120.38 | 156.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 70 | 74 | 0 | 0.45 | 0.42 | 0.50 | 355.79 | 0.29 | 0.39 |
| Hex | 7F | 46 | 4A | 0 | 2D | 2A | 32 | 164 | 1D | 27 |
| Octal | 177 | 106 | 112 | 0 | 55 | 52 | 62 | 544 | 35 | 47 |
| Binary | 1111111 | 1000110 | 1001010 | 0 | 101101 | 101010 | 110010 | 101100100 | 11101 | 100111 |
Color Harmonies of #7F464A
Complementary color
Monochromatic Colors of #7F464A
Black with #7F464A
Text Example
Text Example
White with #7F464A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F464A; }
p { color: rgb(127,70,74); }
H1.HeaderClassName
{
color: #7F464A;
}
.AnyTagClassName
{
color: #7F464A;
}
</style>
background-color css
<style>
a { background-color: #7F464A; }
a { background-color: rgb(127,70,74); }
div.DivClassName
{
background-color: #7F464A;
}
.BgClassName
{
background-color: #7F464A;
}
</style>
border-color css
<style>
span { border-color: #7F464A; }
span { border-color: rgb(127,70,74); }
td.TdClassName
{
border-color: #7F464A;
}
.TagClassName
{
border-color: #7F464A;
}
</style>