Shades of Solid Pink #7B5155
Tints of Solid Pink #7B5155
RGB
CMYK
RGB Variations
Color information
#7B5155 (or 0x7B5155) is known color: Solid Pink. HEX triplet: 7B, 51 and 55. RGB value is (123,81,85). Sum of RGB (Red+Green+Blue) = 123+81+85=289 (38% of max value = 765). Red value is 123 (48.44% from 255 or 42.56% from 289); Green value is 81 (32.03% from 255 or 28.03% from 289); Blue value is 85 (33.59% from 255 or 29.41% from 289); Max value from RGB is 123 - color contains mainly: red. Hex color #7B5155 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B5155 is #84AEAA. Grayscale: #5E5E5E. Windows color (decimal): -8695467 or 5591419. OLE color: 5591419.
HSL color Cylindrical-coordinate representation of color #7B5155: hue angle of 354.29º 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 #7B5155 is Cyan = 0, Magento = 0.34, Yellow = 0.31 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 81 | 85 | - |
| CMYK | 0 | 0.34 | 0.31 | 0.52 |
| HSL | 354.29º | 0.21% | 0.4% | - |
| HSV(B) | 354.29º | 0.34% | 0.48% | - |
| XYZ | 12.75 | 10.75 | 10 | - |
| YUV | 94.01 | 122.91 | 148.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 81 | 85 | 0 | 0.34 | 0.31 | 0.52 | 354.29 | 0.21 | 0.4 |
| Hex | 7B | 51 | 55 | 0 | 22 | 1F | 34 | 162 | 15 | 28 |
| Octal | 173 | 121 | 125 | 0 | 42 | 37 | 64 | 542 | 25 | 50 |
| Binary | 1111011 | 1010001 | 1010101 | 0 | 100010 | 11111 | 110100 | 101100010 | 10101 | 101000 |
Color Harmonies of #7B5155
Complementary color
Monochromatic Colors of #7B5155
Black with #7B5155
Text Example
Text Example
White with #7B5155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B5155; }
p { color: rgb(123,81,85); }
H1.HeaderClassName
{
color: #7B5155;
}
.AnyTagClassName
{
color: #7B5155;
}
</style>
background-color css
<style>
a { background-color: #7B5155; }
a { background-color: rgb(123,81,85); }
div.DivClassName
{
background-color: #7B5155;
}
.BgClassName
{
background-color: #7B5155;
}
</style>
border-color css
<style>
span { border-color: #7B5155; }
span { border-color: rgb(123,81,85); }
td.TdClassName
{
border-color: #7B5155;
}
.TagClassName
{
border-color: #7B5155;
}
</style>