Shades of Solid Pink #7E5556
Tints of Solid Pink #7E5556
RGB
CMYK
RGB Variations
Color information
#7E5556 (or 0x7E5556) is known color: Solid Pink. HEX triplet: 7E, 55 and 56. RGB value is (126,85,86). Sum of RGB (Red+Green+Blue) = 126+85+86=297 (39% of max value = 765). Red value is 126 (49.61% from 255 or 42.42% from 297); Green value is 85 (33.59% from 255 or 28.62% from 297); Blue value is 86 (33.98% from 255 or 28.96% from 297); Max value from RGB is 126 - color contains mainly: red. Hex color #7E5556 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E5556 is #81AAA9. Grayscale: #616161. Windows color (decimal): -8497834 or 5657982. OLE color: 5657982.
HSL color Cylindrical-coordinate representation of color #7E5556: hue angle of 358.54º degrees, saturation: 0.19, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7E5556 is Cyan = 0, Magento = 0.33, Yellow = 0.32 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 85 | 86 | - |
| CMYK | 0 | 0.33 | 0.32 | 0.51 |
| HSL | 358.54º | 0.19% | 0.41% | - |
| HSV(B) | 358.54º | 0.33% | 0.49% | - |
| XYZ | 13.53 | 11.6 | 10.33 | - |
| YUV | 97.37 | 121.58 | 148.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 85 | 86 | 0 | 0.33 | 0.32 | 0.51 | 358.54 | 0.19 | 0.41 |
| Hex | 7E | 55 | 56 | 0 | 21 | 20 | 33 | 167 | 13 | 29 |
| Octal | 176 | 125 | 126 | 0 | 41 | 40 | 63 | 547 | 23 | 51 |
| Binary | 1111110 | 1010101 | 1010110 | 0 | 100001 | 100000 | 110011 | 101100111 | 10011 | 101001 |
Color Harmonies of #7E5556
Complementary color
Monochromatic Colors of #7E5556
Black with #7E5556
Text Example
Text Example
White with #7E5556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E5556; }
p { color: rgb(126,85,86); }
H1.HeaderClassName
{
color: #7E5556;
}
.AnyTagClassName
{
color: #7E5556;
}
</style>
background-color css
<style>
a { background-color: #7E5556; }
a { background-color: rgb(126,85,86); }
div.DivClassName
{
background-color: #7E5556;
}
.BgClassName
{
background-color: #7E5556;
}
</style>
border-color css
<style>
span { border-color: #7E5556; }
span { border-color: rgb(126,85,86); }
td.TdClassName
{
border-color: #7E5556;
}
.TagClassName
{
border-color: #7E5556;
}
</style>