Shades of Solid Pink #7F464B
Tints of Solid Pink #7F464B
RGB
CMYK
RGB Variations
Color information
#7F464B (or 0x7F464B) is known color: Solid Pink. HEX triplet: 7F, 46 and 4B. RGB value is (127,70,75). Sum of RGB (Red+Green+Blue) = 127+70+75=272 (36% of max value = 765). Red value is 127 (50% from 255 or 46.69% from 272); Green value is 70 (27.73% from 255 or 25.74% from 272); Blue value is 75 (29.69% from 255 or 27.57% from 272); Max value from RGB is 127 - color contains mainly: red. Hex color #7F464B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F464B is #80B9B4. Grayscale: #575757. Windows color (decimal): -8436149 or 4933247. OLE color: 4933247.
HSL color Cylindrical-coordinate representation of color #7F464B: hue angle of 354.74º 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 #7F464B is Cyan = 0, Magento = 0.45, Yellow = 0.41 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 70 | 75 | - |
| CMYK | 0 | 0.45 | 0.41 | 0.50 |
| HSL | 354.74º | 0.29% | 0.39% | - |
| HSV(B) | 354.74º | 0.45% | 0.5% | - |
| XYZ | 12.21 | 9.4 | 7.83 | - |
| YUV | 87.61 | 120.88 | 156.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 70 | 75 | 0 | 0.45 | 0.41 | 0.50 | 354.74 | 0.29 | 0.39 |
| Hex | 7F | 46 | 4B | 0 | 2D | 29 | 32 | 163 | 1D | 27 |
| Octal | 177 | 106 | 113 | 0 | 55 | 51 | 62 | 543 | 35 | 47 |
| Binary | 1111111 | 1000110 | 1001011 | 0 | 101101 | 101001 | 110010 | 101100011 | 11101 | 100111 |
Color Harmonies of #7F464B
Complementary color
Monochromatic Colors of #7F464B
Black with #7F464B
Text Example
Text Example
White with #7F464B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F464B; }
p { color: rgb(127,70,75); }
H1.HeaderClassName
{
color: #7F464B;
}
.AnyTagClassName
{
color: #7F464B;
}
</style>
background-color css
<style>
a { background-color: #7F464B; }
a { background-color: rgb(127,70,75); }
div.DivClassName
{
background-color: #7F464B;
}
.BgClassName
{
background-color: #7F464B;
}
</style>
border-color css
<style>
span { border-color: #7F464B; }
span { border-color: rgb(127,70,75); }
td.TdClassName
{
border-color: #7F464B;
}
.TagClassName
{
border-color: #7F464B;
}
</style>