Shades of Solid Pink #7E474B
Tints of Solid Pink #7E474B
RGB
CMYK
RGB Variations
Color information
#7E474B (or 0x7E474B) is known color: Solid Pink. HEX triplet: 7E, 47 and 4B. RGB value is (126,71,75). Sum of RGB (Red+Green+Blue) = 126+71+75=272 (36% of max value = 765). Red value is 126 (49.61% from 255 or 46.32% from 272); Green value is 71 (28.12% from 255 or 26.10% from 272); Blue value is 75 (29.69% from 255 or 27.57% from 272); Max value from RGB is 126 - color contains mainly: red. Hex color #7E474B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E474B is #81B8B4. Grayscale: #575757. Windows color (decimal): -8501429 or 4933502. OLE color: 4933502.
HSL color Cylindrical-coordinate representation of color #7E474B: hue angle of 355.64º degrees, saturation: 0.28, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7E474B is Cyan = 0, Magento = 0.44, Yellow = 0.40 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 71 | 75 | - |
| CMYK | 0 | 0.44 | 0.40 | 0.51 |
| HSL | 355.64º | 0.28% | 0.39% | - |
| HSV(B) | 355.64º | 0.44% | 0.49% | - |
| XYZ | 12.13 | 9.45 | 7.84 | - |
| YUV | 87.9 | 120.72 | 155.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 71 | 75 | 0 | 0.44 | 0.40 | 0.51 | 355.64 | 0.28 | 0.39 |
| Hex | 7E | 47 | 4B | 0 | 2C | 28 | 33 | 164 | 1C | 27 |
| Octal | 176 | 107 | 113 | 0 | 54 | 50 | 63 | 544 | 34 | 47 |
| Binary | 1111110 | 1000111 | 1001011 | 0 | 101100 | 101000 | 110011 | 101100100 | 11100 | 100111 |
Color Harmonies of #7E474B
Complementary color
Monochromatic Colors of #7E474B
Black with #7E474B
Text Example
Text Example
White with #7E474B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E474B; }
p { color: rgb(126,71,75); }
H1.HeaderClassName
{
color: #7E474B;
}
.AnyTagClassName
{
color: #7E474B;
}
</style>
background-color css
<style>
a { background-color: #7E474B; }
a { background-color: rgb(126,71,75); }
div.DivClassName
{
background-color: #7E474B;
}
.BgClassName
{
background-color: #7E474B;
}
</style>
border-color css
<style>
span { border-color: #7E474B; }
span { border-color: rgb(126,71,75); }
td.TdClassName
{
border-color: #7E474B;
}
.TagClassName
{
border-color: #7E474B;
}
</style>