Shades of Trendy Pink #7B4D79
Tints of Trendy Pink #7B4D79
RGB
CMYK
RGB Variations
Color information
#7B4D79 (or 0x7B4D79) is known color: Trendy Pink. HEX triplet: 7B, 4D and 79. RGB value is (123,77,121). Sum of RGB (Red+Green+Blue) = 123+77+121=321 (42% of max value = 765). Red value is 123 (48.44% from 255 or 38.32% from 321); Green value is 77 (30.47% from 255 or 23.99% from 321); Blue value is 121 (47.66% from 255 or 37.69% from 321); Max value from RGB is 123 - color contains mainly: red. Hex color #7B4D79 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B4D79 is #84B286. Grayscale: #5F5F5F. Windows color (decimal): -8696455 or 7949691. OLE color: 7949691.
HSL color Cylindrical-coordinate representation of color #7B4D79: hue angle of 302.61º 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 #7B4D79 is Cyan = 0, Magento = 0.37, Yellow = 0.02 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 77 | 121 | - |
| CMYK | 0 | 0.37 | 0.02 | 0.52 |
| HSL | 302.61º | 0.23% | 0.39% | - |
| HSV(B) | 302.61º | 0.37% | 0.48% | - |
| XYZ | 14.27 | 10.9 | 19.44 | - |
| YUV | 95.77 | 142.24 | 147.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 77 | 121 | 0 | 0.37 | 0.02 | 0.52 | 302.61 | 0.23 | 0.39 |
| Hex | 7B | 4D | 79 | 0 | 25 | 2 | 34 | 12F | 17 | 27 |
| Octal | 173 | 115 | 171 | 0 | 45 | 2 | 64 | 457 | 27 | 47 |
| Binary | 1111011 | 1001101 | 1111001 | 0 | 100101 | 10 | 110100 | 100101111 | 10111 | 100111 |
Color Harmonies of #7B4D79
Complementary color
Monochromatic Colors of #7B4D79
Black with #7B4D79
Text Example
Text Example
White with #7B4D79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B4D79; }
p { color: rgb(123,77,121); }
H1.HeaderClassName
{
color: #7B4D79;
}
.AnyTagClassName
{
color: #7B4D79;
}
</style>
background-color css
<style>
a { background-color: #7B4D79; }
a { background-color: rgb(123,77,121); }
div.DivClassName
{
background-color: #7B4D79;
}
.BgClassName
{
background-color: #7B4D79;
}
</style>
border-color css
<style>
span { border-color: #7B4D79; }
span { border-color: rgb(123,77,121); }
td.TdClassName
{
border-color: #7B4D79;
}
.TagClassName
{
border-color: #7B4D79;
}
</style>