Shades of Trendy Pink #7B537E
Tints of Trendy Pink #7B537E
RGB
CMYK
RGB Variations
Color information
#7B537E (or 0x7B537E) is known color: Trendy Pink. HEX triplet: 7B, 53 and 7E. RGB value is (123,83,126). Sum of RGB (Red+Green+Blue) = 123+83+126=332 (43% of max value = 765). Red value is 123 (48.44% from 255 or 37.05% from 332); Green value is 83 (32.81% from 255 or 25% from 332); Blue value is 126 (49.61% from 255 or 37.95% from 332); Max value from RGB is 126 - color contains mainly: blue. Hex color #7B537E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B537E is #84AC81. Grayscale: #636363. Windows color (decimal): -8694914 or 8278907. OLE color: 8278907.
HSL color Cylindrical-coordinate representation of color #7B537E: hue angle of 295.81º degrees, saturation: 0.21, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7B537E is Cyan = 0.02, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 123 | 83 | 126 | - |
| CMYK | 0.02 | 0.34 | 0 | 0.51 |
| HSL | 295.81º | 0.21% | 0.41% | - |
| HSV(B) | 295.81º | 0.34% | 0.49% | - |
| XYZ | 15.03 | 11.9 | 21.24 | - |
| YUV | 99.86 | 142.75 | 144.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 83 | 126 | 0.02 | 0.34 | 0 | 0.51 | 295.81 | 0.21 | 0.41 |
| Hex | 7B | 53 | 7E | 2 | 22 | 0 | 33 | 128 | 15 | 29 |
| Octal | 173 | 123 | 176 | 2 | 42 | 0 | 63 | 450 | 25 | 51 |
| Binary | 1111011 | 1010011 | 1111110 | 10 | 100010 | 0 | 110011 | 100101000 | 10101 | 101001 |
Color Harmonies of #7B537E
Complementary color
Monochromatic Colors of #7B537E
Black with #7B537E
Text Example
Text Example
White with #7B537E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B537E; }
p { color: rgb(123,83,126); }
H1.HeaderClassName
{
color: #7B537E;
}
.AnyTagClassName
{
color: #7B537E;
}
</style>
background-color css
<style>
a { background-color: #7B537E; }
a { background-color: rgb(123,83,126); }
div.DivClassName
{
background-color: #7B537E;
}
.BgClassName
{
background-color: #7B537E;
}
</style>
border-color css
<style>
span { border-color: #7B537E; }
span { border-color: rgb(123,83,126); }
td.TdClassName
{
border-color: #7B537E;
}
.TagClassName
{
border-color: #7B537E;
}
</style>