Shades of Trendy Pink #7B4D71
Tints of Trendy Pink #7B4D71
RGB
CMYK
RGB Variations
Color information
#7B4D71 (or 0x7B4D71) is known color: Trendy Pink. HEX triplet: 7B, 4D and 71. RGB value is (123,77,113). Sum of RGB (Red+Green+Blue) = 123+77+113=313 (41% of max value = 765). Red value is 123 (48.44% from 255 or 39.30% from 313); Green value is 77 (30.47% from 255 or 24.60% from 313); Blue value is 113 (44.53% from 255 or 36.10% from 313); Max value from RGB is 123 - color contains mainly: red. Hex color #7B4D71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B4D71 is #84B28E. Grayscale: #5E5E5E. Windows color (decimal): -8696463 or 7425403. OLE color: 7425403.
HSL color Cylindrical-coordinate representation of color #7B4D71: hue angle of 313.04º degrees, saturation: 0.23, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7B4D71 is Cyan = 0, Magento = 0.37, Yellow = 0.08 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 77 | 113 | - |
| CMYK | 0 | 0.37 | 0.08 | 0.52 |
| HSL | 313.04º | 0.23% | 0.39% | - |
| HSV(B) | 313.04º | 0.37% | 0.48% | - |
| XYZ | 13.8 | 10.71 | 16.96 | - |
| YUV | 94.86 | 138.24 | 148.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 77 | 113 | 0 | 0.37 | 0.08 | 0.52 | 313.04 | 0.23 | 0.39 |
| Hex | 7B | 4D | 71 | 0 | 25 | 8 | 34 | 139 | 17 | 27 |
| Octal | 173 | 115 | 161 | 0 | 45 | 10 | 64 | 471 | 27 | 47 |
| Binary | 1111011 | 1001101 | 1110001 | 0 | 100101 | 1000 | 110100 | 100111001 | 10111 | 100111 |
Color Harmonies of #7B4D71
Complementary color
Monochromatic Colors of #7B4D71
Black with #7B4D71
Text Example
Text Example
White with #7B4D71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B4D71; }
p { color: rgb(123,77,113); }
H1.HeaderClassName
{
color: #7B4D71;
}
.AnyTagClassName
{
color: #7B4D71;
}
</style>
background-color css
<style>
a { background-color: #7B4D71; }
a { background-color: rgb(123,77,113); }
div.DivClassName
{
background-color: #7B4D71;
}
.BgClassName
{
background-color: #7B4D71;
}
</style>
border-color css
<style>
span { border-color: #7B4D71; }
span { border-color: rgb(123,77,113); }
td.TdClassName
{
border-color: #7B4D71;
}
.TagClassName
{
border-color: #7B4D71;
}
</style>