Shades of Solid Pink #7E4853
Tints of Solid Pink #7E4853
RGB
CMYK
RGB Variations
Color information
#7E4853 (or 0x7E4853) is known color: Solid Pink. HEX triplet: 7E, 48 and 53. RGB value is (126,72,83). Sum of RGB (Red+Green+Blue) = 126+72+83=281 (37% of max value = 765). Red value is 126 (49.61% from 255 or 44.84% from 281); Green value is 72 (28.52% from 255 or 25.62% from 281); Blue value is 83 (32.81% from 255 or 29.54% from 281); Max value from RGB is 126 - color contains mainly: red. Hex color #7E4853 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E4853 is #81B7AC. Grayscale: #595959. Windows color (decimal): -8501165 or 5458046. OLE color: 5458046.
HSL color Cylindrical-coordinate representation of color #7E4853: hue angle of 347.78º degrees, saturation: 0.27, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7E4853 is Cyan = 0, Magento = 0.43, Yellow = 0.34 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 72 | 83 | - |
| CMYK | 0 | 0.43 | 0.34 | 0.51 |
| HSL | 347.78º | 0.27% | 0.39% | - |
| HSV(B) | 347.78º | 0.43% | 0.49% | - |
| XYZ | 12.48 | 9.69 | 9.4 | - |
| YUV | 89.4 | 124.39 | 154.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 72 | 83 | 0 | 0.43 | 0.34 | 0.51 | 347.78 | 0.27 | 0.39 |
| Hex | 7E | 48 | 53 | 0 | 2B | 22 | 33 | 15C | 1B | 27 |
| Octal | 176 | 110 | 123 | 0 | 53 | 42 | 63 | 534 | 33 | 47 |
| Binary | 1111110 | 1001000 | 1010011 | 0 | 101011 | 100010 | 110011 | 101011100 | 11011 | 100111 |
Color Harmonies of #7E4853
Complementary color
Monochromatic Colors of #7E4853
Black with #7E4853
Text Example
Text Example
White with #7E4853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E4853; }
p { color: rgb(126,72,83); }
H1.HeaderClassName
{
color: #7E4853;
}
.AnyTagClassName
{
color: #7E4853;
}
</style>
background-color css
<style>
a { background-color: #7E4853; }
a { background-color: rgb(126,72,83); }
div.DivClassName
{
background-color: #7E4853;
}
.BgClassName
{
background-color: #7E4853;
}
</style>
border-color css
<style>
span { border-color: #7E4853; }
span { border-color: rgb(126,72,83); }
td.TdClassName
{
border-color: #7E4853;
}
.TagClassName
{
border-color: #7E4853;
}
</style>