Shades of Solid Pink #7E454E
Tints of Solid Pink #7E454E
RGB
CMYK
RGB Variations
Color information
#7E454E (or 0x7E454E) is known color: Solid Pink. HEX triplet: 7E, 45 and 4E. RGB value is (126,69,78). Sum of RGB (Red+Green+Blue) = 126+69+78=273 (36% of max value = 765). Red value is 126 (49.61% from 255 or 46.15% from 273); Green value is 69 (27.34% from 255 or 25.27% from 273); Blue value is 78 (30.86% from 255 or 28.57% from 273); Max value from RGB is 126 - color contains mainly: red. Hex color #7E454E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E454E is #81BAB1. Grayscale: #575757. Windows color (decimal): -8501938 or 5129598. OLE color: 5129598.
HSL color Cylindrical-coordinate representation of color #7E454E: hue angle of 350.53º degrees, saturation: 0.29, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7E454E is Cyan = 0, Magento = 0.45, Yellow = 0.38 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 69 | 78 | - |
| CMYK | 0 | 0.45 | 0.38 | 0.51 |
| HSL | 350.53º | 0.29% | 0.38% | - |
| HSV(B) | 350.53º | 0.45% | 0.49% | - |
| XYZ | 12.11 | 9.24 | 8.35 | - |
| YUV | 87.07 | 122.88 | 155.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 69 | 78 | 0 | 0.45 | 0.38 | 0.51 | 350.53 | 0.29 | 0.38 |
| Hex | 7E | 45 | 4E | 0 | 2D | 26 | 33 | 15F | 1D | 26 |
| Octal | 176 | 105 | 116 | 0 | 55 | 46 | 63 | 537 | 35 | 46 |
| Binary | 1111110 | 1000101 | 1001110 | 0 | 101101 | 100110 | 110011 | 101011111 | 11101 | 100110 |
Color Harmonies of #7E454E
Complementary color
Monochromatic Colors of #7E454E
Black with #7E454E
Text Example
Text Example
White with #7E454E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E454E; }
p { color: rgb(126,69,78); }
H1.HeaderClassName
{
color: #7E454E;
}
.AnyTagClassName
{
color: #7E454E;
}
</style>
background-color css
<style>
a { background-color: #7E454E; }
a { background-color: rgb(126,69,78); }
div.DivClassName
{
background-color: #7E454E;
}
.BgClassName
{
background-color: #7E454E;
}
</style>
border-color css
<style>
span { border-color: #7E454E; }
span { border-color: rgb(126,69,78); }
td.TdClassName
{
border-color: #7E454E;
}
.TagClassName
{
border-color: #7E454E;
}
</style>