Shades of Solid Pink #7B5051
Tints of Solid Pink #7B5051
RGB
CMYK
RGB Variations
Color information
#7B5051 (or 0x7B5051) is known color: Solid Pink. HEX triplet: 7B, 50 and 51. RGB value is (123,80,81). Sum of RGB (Red+Green+Blue) = 123+80+81=284 (37% of max value = 765). Red value is 123 (48.44% from 255 or 43.31% from 284); Green value is 80 (31.64% from 255 or 28.17% from 284); Blue value is 81 (32.03% from 255 or 28.52% from 284); Max value from RGB is 123 - color contains mainly: red. Hex color #7B5051 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B5051 is #84AFAE. Grayscale: #5D5D5D. Windows color (decimal): -8695727 or 5329019. OLE color: 5329019.
HSL color Cylindrical-coordinate representation of color #7B5051: hue angle of 358.6º degrees, saturation: 0.21, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7B5051 is Cyan = 0, Magento = 0.35, Yellow = 0.34 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 80 | 81 | - |
| CMYK | 0 | 0.35 | 0.34 | 0.52 |
| HSL | 358.6º | 0.21% | 0.4% | - |
| HSV(B) | 358.6º | 0.35% | 0.48% | - |
| XYZ | 12.52 | 10.54 | 9.16 | - |
| YUV | 92.97 | 121.25 | 149.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 80 | 81 | 0 | 0.35 | 0.34 | 0.52 | 358.6 | 0.21 | 0.4 |
| Hex | 7B | 50 | 51 | 0 | 23 | 22 | 34 | 167 | 15 | 28 |
| Octal | 173 | 120 | 121 | 0 | 43 | 42 | 64 | 547 | 25 | 50 |
| Binary | 1111011 | 1010000 | 1010001 | 0 | 100011 | 100010 | 110100 | 101100111 | 10101 | 101000 |
Color Harmonies of #7B5051
Complementary color
Monochromatic Colors of #7B5051
Black with #7B5051
Text Example
Text Example
White with #7B5051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B5051; }
p { color: rgb(123,80,81); }
H1.HeaderClassName
{
color: #7B5051;
}
.AnyTagClassName
{
color: #7B5051;
}
</style>
background-color css
<style>
a { background-color: #7B5051; }
a { background-color: rgb(123,80,81); }
div.DivClassName
{
background-color: #7B5051;
}
.BgClassName
{
background-color: #7B5051;
}
</style>
border-color css
<style>
span { border-color: #7B5051; }
span { border-color: rgb(123,80,81); }
td.TdClassName
{
border-color: #7B5051;
}
.TagClassName
{
border-color: #7B5051;
}
</style>