Shades of Trendy Pink #7B537F
Tints of Trendy Pink #7B537F
RGB
CMYK
RGB Variations
Color information
#7B537F (or 0x7B537F) is known color: Trendy Pink. HEX triplet: 7B, 53 and 7F. RGB value is (123,83,127). Sum of RGB (Red+Green+Blue) = 123+83+127=333 (44% of max value = 765). Red value is 123 (48.44% from 255 or 36.94% from 333); Green value is 83 (32.81% from 255 or 24.92% from 333); Blue value is 127 (50% from 255 or 38.14% from 333); Max value from RGB is 127 - color contains mainly: blue. Hex color #7B537F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B537F is #84AC80. Grayscale: #636363. Windows color (decimal): -8694913 or 8344443. OLE color: 8344443.
HSL color Cylindrical-coordinate representation of color #7B537F: hue angle of 294.55º degrees, saturation: 0.21, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7B537F is Cyan = 0.03, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 123 | 83 | 127 | - |
| CMYK | 0.03 | 0.35 | 0 | 0.50 |
| HSL | 294.55º | 0.21% | 0.41% | - |
| HSV(B) | 294.55º | 0.35% | 0.5% | - |
| XYZ | 15.09 | 11.93 | 21.59 | - |
| YUV | 99.98 | 143.25 | 144.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 83 | 127 | 0.03 | 0.35 | 0 | 0.50 | 294.55 | 0.21 | 0.41 |
| Hex | 7B | 53 | 7F | 3 | 23 | 0 | 32 | 127 | 15 | 29 |
| Octal | 173 | 123 | 177 | 3 | 43 | 0 | 62 | 447 | 25 | 51 |
| Binary | 1111011 | 1010011 | 1111111 | 11 | 100011 | 0 | 110010 | 100100111 | 10101 | 101001 |
Color Harmonies of #7B537F
Complementary color
Monochromatic Colors of #7B537F
Black with #7B537F
Text Example
Text Example
White with #7B537F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B537F; }
p { color: rgb(123,83,127); }
H1.HeaderClassName
{
color: #7B537F;
}
.AnyTagClassName
{
color: #7B537F;
}
</style>
background-color css
<style>
a { background-color: #7B537F; }
a { background-color: rgb(123,83,127); }
div.DivClassName
{
background-color: #7B537F;
}
.BgClassName
{
background-color: #7B537F;
}
</style>
border-color css
<style>
span { border-color: #7B537F; }
span { border-color: rgb(123,83,127); }
td.TdClassName
{
border-color: #7B537F;
}
.TagClassName
{
border-color: #7B537F;
}
</style>