Shades of Solid Pink #7E4B52
Tints of Solid Pink #7E4B52
RGB
CMYK
RGB Variations
Color information
#7E4B52 (or 0x7E4B52) is known color: Solid Pink. HEX triplet: 7E, 4B and 52. RGB value is (126,75,82). Sum of RGB (Red+Green+Blue) = 126+75+82=283 (37% of max value = 765). Red value is 126 (49.61% from 255 or 44.52% from 283); Green value is 75 (29.69% from 255 or 26.50% from 283); Blue value is 82 (32.42% from 255 or 28.98% from 283); Max value from RGB is 126 - color contains mainly: red. Hex color #7E4B52 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E4B52 is #81B4AD. Grayscale: #5B5B5B. Windows color (decimal): -8500398 or 5393278. OLE color: 5393278.
HSL color Cylindrical-coordinate representation of color #7E4B52: hue angle of 351.76º degrees, saturation: 0.25, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7E4B52 is Cyan = 0, Magento = 0.40, Yellow = 0.35 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 75 | 82 | - |
| CMYK | 0 | 0.40 | 0.35 | 0.51 |
| HSL | 351.76º | 0.25% | 0.39% | - |
| HSV(B) | 351.76º | 0.4% | 0.49% | - |
| XYZ | 12.64 | 10.08 | 9.26 | - |
| YUV | 91.05 | 122.9 | 152.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 75 | 82 | 0 | 0.40 | 0.35 | 0.51 | 351.76 | 0.25 | 0.39 |
| Hex | 7E | 4B | 52 | 0 | 28 | 23 | 33 | 160 | 19 | 27 |
| Octal | 176 | 113 | 122 | 0 | 50 | 43 | 63 | 540 | 31 | 47 |
| Binary | 1111110 | 1001011 | 1010010 | 0 | 101000 | 100011 | 110011 | 101100000 | 11001 | 100111 |
Color Harmonies of #7E4B52
Complementary color
Monochromatic Colors of #7E4B52
Black with #7E4B52
Text Example
Text Example
White with #7E4B52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E4B52; }
p { color: rgb(126,75,82); }
H1.HeaderClassName
{
color: #7E4B52;
}
.AnyTagClassName
{
color: #7E4B52;
}
</style>
background-color css
<style>
a { background-color: #7E4B52; }
a { background-color: rgb(126,75,82); }
div.DivClassName
{
background-color: #7E4B52;
}
.BgClassName
{
background-color: #7E4B52;
}
</style>
border-color css
<style>
span { border-color: #7E4B52; }
span { border-color: rgb(126,75,82); }
td.TdClassName
{
border-color: #7E4B52;
}
.TagClassName
{
border-color: #7E4B52;
}
</style>