Shades of Trendy Pink #7B4F79
Tints of Trendy Pink #7B4F79
RGB
CMYK
RGB Variations
Color information
#7B4F79 (or 0x7B4F79) is known color: Trendy Pink. HEX triplet: 7B, 4F and 79. RGB value is (123,79,121). Sum of RGB (Red+Green+Blue) = 123+79+121=323 (42% of max value = 765). Red value is 123 (48.44% from 255 or 38.08% from 323); Green value is 79 (31.25% from 255 or 24.46% from 323); Blue value is 121 (47.66% from 255 or 37.46% from 323); Max value from RGB is 123 - color contains mainly: red. Hex color #7B4F79 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B4F79 is #84B086. Grayscale: #606060. Windows color (decimal): -8695943 or 7950203. OLE color: 7950203.
HSL color Cylindrical-coordinate representation of color #7B4F79: hue angle of 302.73º degrees, saturation: 0.22, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7B4F79 is Cyan = 0, Magento = 0.36, Yellow = 0.02 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 79 | 121 | - |
| CMYK | 0 | 0.36 | 0.02 | 0.52 |
| HSL | 302.73º | 0.22% | 0.4% | - |
| HSV(B) | 302.73º | 0.36% | 0.48% | - |
| XYZ | 14.42 | 11.18 | 19.49 | - |
| YUV | 96.94 | 141.58 | 146.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 79 | 121 | 0 | 0.36 | 0.02 | 0.52 | 302.73 | 0.22 | 0.4 |
| Hex | 7B | 4F | 79 | 0 | 24 | 2 | 34 | 12F | 16 | 28 |
| Octal | 173 | 117 | 171 | 0 | 44 | 2 | 64 | 457 | 26 | 50 |
| Binary | 1111011 | 1001111 | 1111001 | 0 | 100100 | 10 | 110100 | 100101111 | 10110 | 101000 |
Color Harmonies of #7B4F79
Complementary color
Monochromatic Colors of #7B4F79
Black with #7B4F79
Text Example
Text Example
White with #7B4F79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B4F79; }
p { color: rgb(123,79,121); }
H1.HeaderClassName
{
color: #7B4F79;
}
.AnyTagClassName
{
color: #7B4F79;
}
</style>
background-color css
<style>
a { background-color: #7B4F79; }
a { background-color: rgb(123,79,121); }
div.DivClassName
{
background-color: #7B4F79;
}
.BgClassName
{
background-color: #7B4F79;
}
</style>
border-color css
<style>
span { border-color: #7B4F79; }
span { border-color: rgb(123,79,121); }
td.TdClassName
{
border-color: #7B4F79;
}
.TagClassName
{
border-color: #7B4F79;
}
</style>