Shades of Trendy Pink #725376
Tints of Trendy Pink #725376
RGB
CMYK
RGB Variations
Color information
#725376 (or 0x725376) is known color: Trendy Pink. HEX triplet: 72, 53 and 76. RGB value is (114,83,118). Sum of RGB (Red+Green+Blue) = 114+83+118=315 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.19% from 315); Green value is 83 (32.81% from 255 or 26.35% from 315); Blue value is 118 (46.48% from 255 or 37.46% from 315); Max value from RGB is 118 - color contains mainly: blue. Hex color #725376 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725376 is #8DAC89. Grayscale: #606060. Windows color (decimal): -9284746 or 7754610. OLE color: 7754610.
HSL color Cylindrical-coordinate representation of color #725376: hue angle of 293.14º degrees, saturation: 0.17, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #725376 is Cyan = 0.03, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 114 | 83 | 118 | - |
| CMYK | 0.03 | 0.30 | 0 | 0.54 |
| HSL | 293.14º | 0.17% | 0.39% | - |
| HSV(B) | 293.14º | 0.3% | 0.46% | - |
| XYZ | 13.3 | 11.07 | 18.58 | - |
| YUV | 96.26 | 140.27 | 140.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 83 | 118 | 0.03 | 0.30 | 0 | 0.54 | 293.14 | 0.17 | 0.39 |
| Hex | 72 | 53 | 76 | 3 | 1E | 0 | 36 | 125 | 11 | 27 |
| Octal | 162 | 123 | 166 | 3 | 36 | 0 | 66 | 445 | 21 | 47 |
| Binary | 1110010 | 1010011 | 1110110 | 11 | 11110 | 0 | 110110 | 100100101 | 10001 | 100111 |
Color Harmonies of #725376
Complementary color
Monochromatic Colors of #725376
Black with #725376
Text Example
Text Example
White with #725376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #725376; }
p { color: rgb(114,83,118); }
H1.HeaderClassName
{
color: #725376;
}
.AnyTagClassName
{
color: #725376;
}
</style>
background-color css
<style>
a { background-color: #725376; }
a { background-color: rgb(114,83,118); }
div.DivClassName
{
background-color: #725376;
}
.BgClassName
{
background-color: #725376;
}
</style>
border-color css
<style>
span { border-color: #725376; }
span { border-color: rgb(114,83,118); }
td.TdClassName
{
border-color: #725376;
}
.TagClassName
{
border-color: #725376;
}
</style>