Shades of Solid Pink #7E474A
Tints of Solid Pink #7E474A
RGB
CMYK
RGB Variations
Color information
#7E474A (or 0x7E474A) is known color: Solid Pink. HEX triplet: 7E, 47 and 4A. RGB value is (126,71,74). Sum of RGB (Red+Green+Blue) = 126+71+74=271 (35% of max value = 765). Red value is 126 (49.61% from 255 or 46.49% from 271); Green value is 71 (28.12% from 255 or 26.20% from 271); Blue value is 74 (29.30% from 255 or 27.31% from 271); Max value from RGB is 126 - color contains mainly: red. Hex color #7E474A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E474A is #81B8B5. Grayscale: #575757. Windows color (decimal): -8501430 or 4867966. OLE color: 4867966.
HSL color Cylindrical-coordinate representation of color #7E474A: hue angle of 356.73º 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 #7E474A is Cyan = 0, Magento = 0.44, Yellow = 0.41 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 71 | 74 | - |
| CMYK | 0 | 0.44 | 0.41 | 0.51 |
| HSL | 356.73º | 0.28% | 0.39% | - |
| HSV(B) | 356.73º | 0.44% | 0.49% | - |
| XYZ | 12.09 | 9.44 | 7.66 | - |
| YUV | 87.79 | 120.22 | 155.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 71 | 74 | 0 | 0.44 | 0.41 | 0.51 | 356.73 | 0.28 | 0.39 |
| Hex | 7E | 47 | 4A | 0 | 2C | 29 | 33 | 165 | 1C | 27 |
| Octal | 176 | 107 | 112 | 0 | 54 | 51 | 63 | 545 | 34 | 47 |
| Binary | 1111110 | 1000111 | 1001010 | 0 | 101100 | 101001 | 110011 | 101100101 | 11100 | 100111 |
Color Harmonies of #7E474A
Complementary color
Monochromatic Colors of #7E474A
Black with #7E474A
Text Example
Text Example
White with #7E474A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E474A; }
p { color: rgb(126,71,74); }
H1.HeaderClassName
{
color: #7E474A;
}
.AnyTagClassName
{
color: #7E474A;
}
</style>
background-color css
<style>
a { background-color: #7E474A; }
a { background-color: rgb(126,71,74); }
div.DivClassName
{
background-color: #7E474A;
}
.BgClassName
{
background-color: #7E474A;
}
</style>
border-color css
<style>
span { border-color: #7E474A; }
span { border-color: rgb(126,71,74); }
td.TdClassName
{
border-color: #7E474A;
}
.TagClassName
{
border-color: #7E474A;
}
</style>