Shades of Solid Pink #7B5156
Tints of Solid Pink #7B5156
RGB
CMYK
RGB Variations
Color information
#7B5156 (or 0x7B5156) is known color: Solid Pink. HEX triplet: 7B, 51 and 56. RGB value is (123,81,86). Sum of RGB (Red+Green+Blue) = 123+81+86=290 (38% of max value = 765). Red value is 123 (48.44% from 255 or 42.41% from 290); Green value is 81 (32.03% from 255 or 27.93% from 290); Blue value is 86 (33.98% from 255 or 29.66% from 290); Max value from RGB is 123 - color contains mainly: red. Hex color #7B5156 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B5156 is #84AEA9. Grayscale: #5E5E5E. Windows color (decimal): -8695466 or 5656955. OLE color: 5656955.
HSL color Cylindrical-coordinate representation of color #7B5156: hue angle of 352.86º degrees, saturation: 0.21, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7B5156 is Cyan = 0, Magento = 0.34, Yellow = 0.30 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 81 | 86 | - |
| CMYK | 0 | 0.34 | 0.30 | 0.52 |
| HSL | 352.86º | 0.21% | 0.4% | - |
| HSV(B) | 352.86º | 0.34% | 0.48% | - |
| XYZ | 12.79 | 10.77 | 10.21 | - |
| YUV | 94.13 | 123.41 | 148.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 81 | 86 | 0 | 0.34 | 0.30 | 0.52 | 352.86 | 0.21 | 0.4 |
| Hex | 7B | 51 | 56 | 0 | 22 | 1E | 34 | 161 | 15 | 28 |
| Octal | 173 | 121 | 126 | 0 | 42 | 36 | 64 | 541 | 25 | 50 |
| Binary | 1111011 | 1010001 | 1010110 | 0 | 100010 | 11110 | 110100 | 101100001 | 10101 | 101000 |
Color Harmonies of #7B5156
Complementary color
Monochromatic Colors of #7B5156
Black with #7B5156
Text Example
Text Example
White with #7B5156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B5156; }
p { color: rgb(123,81,86); }
H1.HeaderClassName
{
color: #7B5156;
}
.AnyTagClassName
{
color: #7B5156;
}
</style>
background-color css
<style>
a { background-color: #7B5156; }
a { background-color: rgb(123,81,86); }
div.DivClassName
{
background-color: #7B5156;
}
.BgClassName
{
background-color: #7B5156;
}
</style>
border-color css
<style>
span { border-color: #7B5156; }
span { border-color: rgb(123,81,86); }
td.TdClassName
{
border-color: #7B5156;
}
.TagClassName
{
border-color: #7B5156;
}
</style>