Shades of Trendy Pink #7B547B
Tints of Trendy Pink #7B547B
RGB
CMYK
RGB Variations
Color information
#7B547B (or 0x7B547B) is known color: Trendy Pink. HEX triplet: 7B, 54 and 7B. RGB value is (123,84,123). Sum of RGB (Red+Green+Blue) = 123+84+123=330 (43% of max value = 765). Red value is 123 (48.44% from 255 or 37.27% from 330); Green value is 84 (33.20% from 255 or 25.45% from 330); Blue value is 123 (48.44% from 255 or 37.27% from 330); Max value from RGB is 123 - color contains mainly: red, blue. Hex color #7B547B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B547B is #84AB84. Grayscale: #636363. Windows color (decimal): -8694661 or 8082555. OLE color: 8082555.
HSL color Cylindrical-coordinate representation of color #7B547B: hue angle of 300º 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 #7B547B is Cyan = 0, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 84 | 123 | - |
| CMYK | 0 | 0.32 | 0 | 0.52 |
| HSL | 300º | 0.19% | 0.41% | - |
| HSV(B) | 300º | 0.32% | 0.48% | - |
| XYZ | 14.91 | 11.98 | 20.27 | - |
| YUV | 100.11 | 140.92 | 144.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 84 | 123 | 0 | 0.32 | 0 | 0.52 | 300 | 0.19 | 0.41 |
| Hex | 7B | 54 | 7B | 0 | 20 | 0 | 34 | 12C | 13 | 29 |
| Octal | 173 | 124 | 173 | 0 | 40 | 0 | 64 | 454 | 23 | 51 |
| Binary | 1111011 | 1010100 | 1111011 | 0 | 100000 | 0 | 110100 | 100101100 | 10011 | 101001 |
Color Harmonies of #7B547B
Complementary color
Monochromatic Colors of #7B547B
Black with #7B547B
Text Example
Text Example
White with #7B547B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B547B; }
p { color: rgb(123,84,123); }
H1.HeaderClassName
{
color: #7B547B;
}
.AnyTagClassName
{
color: #7B547B;
}
</style>
background-color css
<style>
a { background-color: #7B547B; }
a { background-color: rgb(123,84,123); }
div.DivClassName
{
background-color: #7B547B;
}
.BgClassName
{
background-color: #7B547B;
}
</style>
border-color css
<style>
span { border-color: #7B547B; }
span { border-color: rgb(123,84,123); }
td.TdClassName
{
border-color: #7B547B;
}
.TagClassName
{
border-color: #7B547B;
}
</style>