Shades of Trendy Pink #725475
Tints of Trendy Pink #725475
RGB
CMYK
RGB Variations
Color information
#725475 (or 0x725475) is known color: Trendy Pink. HEX triplet: 72, 54 and 75. RGB value is (114,84,117). Sum of RGB (Red+Green+Blue) = 114+84+117=315 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.19% from 315); Green value is 84 (33.20% from 255 or 26.67% from 315); Blue value is 117 (46.09% from 255 or 37.14% from 315); Max value from RGB is 117 - color contains mainly: blue. Hex color #725475 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725475 is #8DAB8A. Grayscale: #606060. Windows color (decimal): -9284491 or 7689330. OLE color: 7689330.
HSL color Cylindrical-coordinate representation of color #725475: hue angle of 294.55º degrees, saturation: 0.16, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #725475 is Cyan = 0.03, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 114 | 84 | 117 | - |
| CMYK | 0.03 | 0.28 | 0 | 0.54 |
| HSL | 294.55º | 0.16% | 0.39% | - |
| HSV(B) | 294.55º | 0.28% | 0.46% | - |
| XYZ | 13.32 | 11.2 | 18.29 | - |
| YUV | 96.73 | 139.44 | 140.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 84 | 117 | 0.03 | 0.28 | 0 | 0.54 | 294.55 | 0.16 | 0.39 |
| Hex | 72 | 54 | 75 | 3 | 1C | 0 | 36 | 127 | 10 | 27 |
| Octal | 162 | 124 | 165 | 3 | 34 | 0 | 66 | 447 | 20 | 47 |
| Binary | 1110010 | 1010100 | 1110101 | 11 | 11100 | 0 | 110110 | 100100111 | 10000 | 100111 |
Color Harmonies of #725475
Complementary color
Monochromatic Colors of #725475
Black with #725475
Text Example
Text Example
White with #725475
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #725475; }
p { color: rgb(114,84,117); }
H1.HeaderClassName
{
color: #725475;
}
.AnyTagClassName
{
color: #725475;
}
</style>
background-color css
<style>
a { background-color: #725475; }
a { background-color: rgb(114,84,117); }
div.DivClassName
{
background-color: #725475;
}
.BgClassName
{
background-color: #725475;
}
</style>
border-color css
<style>
span { border-color: #725475; }
span { border-color: rgb(114,84,117); }
td.TdClassName
{
border-color: #725475;
}
.TagClassName
{
border-color: #725475;
}
</style>