Shades of Solid Pink #7E4247
Tints of Solid Pink #7E4247
RGB
CMYK
RGB Variations
Color information
#7E4247 (or 0x7E4247) is known color: Solid Pink. HEX triplet: 7E, 42 and 47. RGB value is (126,66,71). Sum of RGB (Red+Green+Blue) = 126+66+71=263 (34% of max value = 765). Red value is 126 (49.61% from 255 or 47.91% from 263); Green value is 66 (26.17% from 255 or 25.10% from 263); Blue value is 71 (28.12% from 255 or 27.00% from 263); Max value from RGB is 126 - color contains mainly: red. Hex color #7E4247 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E4247 is #81BDB8. Grayscale: #545454. Windows color (decimal): -8502713 or 4670078. OLE color: 4670078.
HSL color Cylindrical-coordinate representation of color #7E4247: hue angle of 355º degrees, saturation: 0.31, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7E4247 is Cyan = 0, Magento = 0.48, Yellow = 0.44 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 66 | 71 | - |
| CMYK | 0 | 0.48 | 0.44 | 0.51 |
| HSL | 355º | 0.31% | 0.38% | - |
| HSV(B) | 355º | 0.48% | 0.49% | - |
| XYZ | 11.69 | 8.79 | 7.04 | - |
| YUV | 84.51 | 120.38 | 157.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 66 | 71 | 0 | 0.48 | 0.44 | 0.51 | 355 | 0.31 | 0.38 |
| Hex | 7E | 42 | 47 | 0 | 30 | 2C | 33 | 163 | 1F | 26 |
| Octal | 176 | 102 | 107 | 0 | 60 | 54 | 63 | 543 | 37 | 46 |
| Binary | 1111110 | 1000010 | 1000111 | 0 | 110000 | 101100 | 110011 | 101100011 | 11111 | 100110 |
Color Harmonies of #7E4247
Complementary color
Monochromatic Colors of #7E4247
Black with #7E4247
Text Example
Text Example
White with #7E4247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E4247; }
p { color: rgb(126,66,71); }
H1.HeaderClassName
{
color: #7E4247;
}
.AnyTagClassName
{
color: #7E4247;
}
</style>
background-color css
<style>
a { background-color: #7E4247; }
a { background-color: rgb(126,66,71); }
div.DivClassName
{
background-color: #7E4247;
}
.BgClassName
{
background-color: #7E4247;
}
</style>
border-color css
<style>
span { border-color: #7E4247; }
span { border-color: rgb(126,66,71); }
td.TdClassName
{
border-color: #7E4247;
}
.TagClassName
{
border-color: #7E4247;
}
</style>