Shades of Trendy Pink #7B5D79
Tints of Trendy Pink #7B5D79
RGB
CMYK
RGB Variations
Color information
#7B5D79 (or 0x7B5D79) is known color: Trendy Pink. HEX triplet: 7B, 5D and 79. RGB value is (123,93,121). Sum of RGB (Red+Green+Blue) = 123+93+121=337 (44% of max value = 765). Red value is 123 (48.44% from 255 or 36.50% from 337); Green value is 93 (36.72% from 255 or 27.60% from 337); Blue value is 121 (47.66% from 255 or 35.91% from 337); Max value from RGB is 123 - color contains mainly: red. Hex color #7B5D79 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B5D79 is #84A286. Grayscale: #696969. Windows color (decimal): -8692359 or 7953787. OLE color: 7953787.
HSL color Cylindrical-coordinate representation of color #7B5D79: hue angle of 304º degrees, saturation: 0.14, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #7B5D79 is Cyan = 0, Magento = 0.24, Yellow = 0.02 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 93 | 121 | - |
| CMYK | 0 | 0.24 | 0.02 | 0.52 |
| HSL | 304º | 0.14% | 0.42% | - |
| HSV(B) | 304º | 0.24% | 0.48% | - |
| XYZ | 15.53 | 13.42 | 19.86 | - |
| YUV | 105.16 | 136.94 | 140.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 93 | 121 | 0 | 0.24 | 0.02 | 0.52 | 304 | 0.14 | 0.42 |
| Hex | 7B | 5D | 79 | 0 | 18 | 2 | 34 | 130 | E | 2A |
| Octal | 173 | 135 | 171 | 0 | 30 | 2 | 64 | 460 | 16 | 52 |
| Binary | 1111011 | 1011101 | 1111001 | 0 | 11000 | 10 | 110100 | 100110000 | 1110 | 101010 |
Color Harmonies of #7B5D79
Complementary color
Monochromatic Colors of #7B5D79
Black with #7B5D79
Text Example
Text Example
White with #7B5D79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B5D79; }
p { color: rgb(123,93,121); }
H1.HeaderClassName
{
color: #7B5D79;
}
.AnyTagClassName
{
color: #7B5D79;
}
</style>
background-color css
<style>
a { background-color: #7B5D79; }
a { background-color: rgb(123,93,121); }
div.DivClassName
{
background-color: #7B5D79;
}
.BgClassName
{
background-color: #7B5D79;
}
</style>
border-color css
<style>
span { border-color: #7B5D79; }
span { border-color: rgb(123,93,121); }
td.TdClassName
{
border-color: #7B5D79;
}
.TagClassName
{
border-color: #7B5D79;
}
</style>