Shades of Trendy Pink #7B5272
Tints of Trendy Pink #7B5272
RGB
CMYK
RGB Variations
Color information
#7B5272 (or 0x7B5272) is known color: Trendy Pink. HEX triplet: 7B, 52 and 72. RGB value is (123,82,114). Sum of RGB (Red+Green+Blue) = 123+82+114=319 (42% of max value = 765). Red value is 123 (48.44% from 255 or 38.56% from 319); Green value is 82 (32.42% from 255 or 25.71% from 319); Blue value is 114 (44.92% from 255 or 35.74% from 319); Max value from RGB is 123 - color contains mainly: red. Hex color #7B5272 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B5272 is #84AD8D. Grayscale: #616161. Windows color (decimal): -8695182 or 7492219. OLE color: 7492219.
HSL color Cylindrical-coordinate representation of color #7B5272: hue angle of 313.17º degrees, saturation: 0.2, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7B5272 is Cyan = 0, Magento = 0.33, Yellow = 0.07 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 82 | 114 | - |
| CMYK | 0 | 0.33 | 0.07 | 0.52 |
| HSL | 313.17º | 0.2% | 0.4% | - |
| HSV(B) | 313.17º | 0.33% | 0.48% | - |
| XYZ | 14.22 | 11.46 | 17.38 | - |
| YUV | 97.91 | 137.08 | 145.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 82 | 114 | 0 | 0.33 | 0.07 | 0.52 | 313.17 | 0.2 | 0.4 |
| Hex | 7B | 52 | 72 | 0 | 21 | 7 | 34 | 139 | 14 | 28 |
| Octal | 173 | 122 | 162 | 0 | 41 | 7 | 64 | 471 | 24 | 50 |
| Binary | 1111011 | 1010010 | 1110010 | 0 | 100001 | 111 | 110100 | 100111001 | 10100 | 101000 |
Color Harmonies of #7B5272
Complementary color
Monochromatic Colors of #7B5272
Black with #7B5272
Text Example
Text Example
White with #7B5272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B5272; }
p { color: rgb(123,82,114); }
H1.HeaderClassName
{
color: #7B5272;
}
.AnyTagClassName
{
color: #7B5272;
}
</style>
background-color css
<style>
a { background-color: #7B5272; }
a { background-color: rgb(123,82,114); }
div.DivClassName
{
background-color: #7B5272;
}
.BgClassName
{
background-color: #7B5272;
}
</style>
border-color css
<style>
span { border-color: #7B5272; }
span { border-color: rgb(123,82,114); }
td.TdClassName
{
border-color: #7B5272;
}
.TagClassName
{
border-color: #7B5272;
}
</style>