Shades of Solid Pink #7E5357
Tints of Solid Pink #7E5357
RGB
CMYK
RGB Variations
Color information
#7E5357 (or 0x7E5357) is known color: Solid Pink. HEX triplet: 7E, 53 and 57. RGB value is (126,83,87). Sum of RGB (Red+Green+Blue) = 126+83+87=296 (39% of max value = 765). Red value is 126 (49.61% from 255 or 42.57% from 296); Green value is 83 (32.81% from 255 or 28.04% from 296); Blue value is 87 (34.38% from 255 or 29.39% from 296); Max value from RGB is 126 - color contains mainly: red. Hex color #7E5357 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E5357 is #81ACA8. Grayscale: #606060. Windows color (decimal): -8498345 or 5723006. OLE color: 5723006.
HSL color Cylindrical-coordinate representation of color #7E5357: hue angle of 354.42º degrees, saturation: 0.21, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7E5357 is Cyan = 0, Magento = 0.34, Yellow = 0.31 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 83 | 87 | - |
| CMYK | 0 | 0.34 | 0.31 | 0.51 |
| HSL | 354.42º | 0.21% | 0.41% | - |
| HSV(B) | 354.42º | 0.34% | 0.49% | - |
| XYZ | 13.42 | 11.31 | 10.49 | - |
| YUV | 96.31 | 122.75 | 149.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 83 | 87 | 0 | 0.34 | 0.31 | 0.51 | 354.42 | 0.21 | 0.41 |
| Hex | 7E | 53 | 57 | 0 | 22 | 1F | 33 | 162 | 15 | 29 |
| Octal | 176 | 123 | 127 | 0 | 42 | 37 | 63 | 542 | 25 | 51 |
| Binary | 1111110 | 1010011 | 1010111 | 0 | 100010 | 11111 | 110011 | 101100010 | 10101 | 101001 |
Color Harmonies of #7E5357
Complementary color
Monochromatic Colors of #7E5357
Black with #7E5357
Text Example
Text Example
White with #7E5357
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E5357; }
p { color: rgb(126,83,87); }
H1.HeaderClassName
{
color: #7E5357;
}
.AnyTagClassName
{
color: #7E5357;
}
</style>
background-color css
<style>
a { background-color: #7E5357; }
a { background-color: rgb(126,83,87); }
div.DivClassName
{
background-color: #7E5357;
}
.BgClassName
{
background-color: #7E5357;
}
</style>
border-color css
<style>
span { border-color: #7E5357; }
span { border-color: rgb(126,83,87); }
td.TdClassName
{
border-color: #7E5357;
}
.TagClassName
{
border-color: #7E5357;
}
</style>