Shades of Trendy Pink #7B5475
Tints of Trendy Pink #7B5475
RGB
CMYK
RGB Variations
Color information
#7B5475 (or 0x7B5475) is known color: Trendy Pink. HEX triplet: 7B, 54 and 75. RGB value is (123,84,117). Sum of RGB (Red+Green+Blue) = 123+84+117=324 (42% of max value = 765). Red value is 123 (48.44% from 255 or 37.96% from 324); Green value is 84 (33.20% from 255 or 25.93% from 324); Blue value is 117 (46.09% from 255 or 36.11% from 324); Max value from RGB is 123 - color contains mainly: red. Hex color #7B5475 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B5475 is #84AB8A. Grayscale: #636363. Windows color (decimal): -8694667 or 7689339. OLE color: 7689339.
HSL color Cylindrical-coordinate representation of color #7B5475: hue angle of 309.23º degrees, saturation: 0.19, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7B5475 is Cyan = 0, Magento = 0.32, Yellow = 0.05 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 84 | 117 | - |
| CMYK | 0 | 0.32 | 0.05 | 0.52 |
| HSL | 309.23º | 0.19% | 0.41% | - |
| HSV(B) | 309.23º | 0.32% | 0.48% | - |
| XYZ | 14.55 | 11.84 | 18.35 | - |
| YUV | 99.42 | 137.92 | 144.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 84 | 117 | 0 | 0.32 | 0.05 | 0.52 | 309.23 | 0.19 | 0.41 |
| Hex | 7B | 54 | 75 | 0 | 20 | 5 | 34 | 135 | 13 | 29 |
| Octal | 173 | 124 | 165 | 0 | 40 | 5 | 64 | 465 | 23 | 51 |
| Binary | 1111011 | 1010100 | 1110101 | 0 | 100000 | 101 | 110100 | 100110101 | 10011 | 101001 |
Color Harmonies of #7B5475
Complementary color
Monochromatic Colors of #7B5475
Black with #7B5475
Text Example
Text Example
White with #7B5475
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B5475; }
p { color: rgb(123,84,117); }
H1.HeaderClassName
{
color: #7B5475;
}
.AnyTagClassName
{
color: #7B5475;
}
</style>
background-color css
<style>
a { background-color: #7B5475; }
a { background-color: rgb(123,84,117); }
div.DivClassName
{
background-color: #7B5475;
}
.BgClassName
{
background-color: #7B5475;
}
</style>
border-color css
<style>
span { border-color: #7B5475; }
span { border-color: rgb(123,84,117); }
td.TdClassName
{
border-color: #7B5475;
}
.TagClassName
{
border-color: #7B5475;
}
</style>