Shades of Solid Pink #7E474C
Tints of Solid Pink #7E474C
RGB
CMYK
RGB Variations
Color information
#7E474C (or 0x7E474C) is known color: Solid Pink. HEX triplet: 7E, 47 and 4C. RGB value is (126,71,76). Sum of RGB (Red+Green+Blue) = 126+71+76=273 (36% of max value = 765). Red value is 126 (49.61% from 255 or 46.15% from 273); Green value is 71 (28.12% from 255 or 26.01% from 273); Blue value is 76 (30.08% from 255 or 27.84% from 273); Max value from RGB is 126 - color contains mainly: red. Hex color #7E474C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E474C is #81B8B3. Grayscale: #585858. Windows color (decimal): -8501428 or 4999038. OLE color: 4999038.
HSL color Cylindrical-coordinate representation of color #7E474C: hue angle of 354.55º 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 #7E474C is Cyan = 0, Magento = 0.44, Yellow = 0.40 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 71 | 76 | - |
| CMYK | 0 | 0.44 | 0.40 | 0.51 |
| HSL | 354.55º | 0.28% | 0.39% | - |
| HSV(B) | 354.55º | 0.44% | 0.49% | - |
| XYZ | 12.16 | 9.46 | 8.02 | - |
| YUV | 88.02 | 121.22 | 155.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 71 | 76 | 0 | 0.44 | 0.40 | 0.51 | 354.55 | 0.28 | 0.39 |
| Hex | 7E | 47 | 4C | 0 | 2C | 28 | 33 | 163 | 1C | 27 |
| Octal | 176 | 107 | 114 | 0 | 54 | 50 | 63 | 543 | 34 | 47 |
| Binary | 1111110 | 1000111 | 1001100 | 0 | 101100 | 101000 | 110011 | 101100011 | 11100 | 100111 |
Color Harmonies of #7E474C
Complementary color
Monochromatic Colors of #7E474C
Black with #7E474C
Text Example
Text Example
White with #7E474C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E474C; }
p { color: rgb(126,71,76); }
H1.HeaderClassName
{
color: #7E474C;
}
.AnyTagClassName
{
color: #7E474C;
}
</style>
background-color css
<style>
a { background-color: #7E474C; }
a { background-color: rgb(126,71,76); }
div.DivClassName
{
background-color: #7E474C;
}
.BgClassName
{
background-color: #7E474C;
}
</style>
border-color css
<style>
span { border-color: #7E474C; }
span { border-color: rgb(126,71,76); }
td.TdClassName
{
border-color: #7E474C;
}
.TagClassName
{
border-color: #7E474C;
}
</style>