Shades of Solid Pink #7F4647
Tints of Solid Pink #7F4647
RGB
CMYK
RGB Variations
Color information
#7F4647 (or 0x7F4647) is known color: Solid Pink. HEX triplet: 7F, 46 and 47. RGB value is (127,70,71). Sum of RGB (Red+Green+Blue) = 127+70+71=268 (35% of max value = 765). Red value is 127 (50% from 255 or 47.39% from 268); Green value is 70 (27.73% from 255 or 26.12% from 268); Blue value is 71 (28.12% from 255 or 26.49% from 268); Max value from RGB is 127 - color contains mainly: red. Hex color #7F4647 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F4647 is #80B9B8. Grayscale: #575757. Windows color (decimal): -8436153 or 4671103. OLE color: 4671103.
HSL color Cylindrical-coordinate representation of color #7F4647: hue angle of 358.95º 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 #7F4647 is Cyan = 0, Magento = 0.45, Yellow = 0.44 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 70 | 71 | - |
| CMYK | 0 | 0.45 | 0.44 | 0.50 |
| HSL | 358.95º | 0.29% | 0.39% | - |
| HSV(B) | 358.95º | 0.45% | 0.5% | - |
| XYZ | 12.08 | 9.35 | 7.13 | - |
| YUV | 87.16 | 118.88 | 156.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 70 | 71 | 0 | 0.45 | 0.44 | 0.50 | 358.95 | 0.29 | 0.39 |
| Hex | 7F | 46 | 47 | 0 | 2D | 2C | 32 | 167 | 1D | 27 |
| Octal | 177 | 106 | 107 | 0 | 55 | 54 | 62 | 547 | 35 | 47 |
| Binary | 1111111 | 1000110 | 1000111 | 0 | 101101 | 101100 | 110010 | 101100111 | 11101 | 100111 |
Color Harmonies of #7F4647
Complementary color
Monochromatic Colors of #7F4647
Black with #7F4647
Text Example
Text Example
White with #7F4647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F4647; }
p { color: rgb(127,70,71); }
H1.HeaderClassName
{
color: #7F4647;
}
.AnyTagClassName
{
color: #7F4647;
}
</style>
background-color css
<style>
a { background-color: #7F4647; }
a { background-color: rgb(127,70,71); }
div.DivClassName
{
background-color: #7F4647;
}
.BgClassName
{
background-color: #7F4647;
}
</style>
border-color css
<style>
span { border-color: #7F4647; }
span { border-color: rgb(127,70,71); }
td.TdClassName
{
border-color: #7F4647;
}
.TagClassName
{
border-color: #7F4647;
}
</style>