Shades of Trendy Pink #725374
Tints of Trendy Pink #725374
RGB
CMYK
RGB Variations
Color information
#725374 (or 0x725374) is known color: Trendy Pink. HEX triplet: 72, 53 and 74. RGB value is (114,83,116). Sum of RGB (Red+Green+Blue) = 114+83+116=313 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.42% from 313); Green value is 83 (32.81% from 255 or 26.52% from 313); Blue value is 116 (45.70% from 255 or 37.06% from 313); Max value from RGB is 116 - color contains mainly: blue. Hex color #725374 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725374 is #8DAC8B. Grayscale: #5F5F5F. Windows color (decimal): -9284748 or 7623538. OLE color: 7623538.
HSL color Cylindrical-coordinate representation of color #725374: hue angle of 296.36º degrees, saturation: 0.17, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #725374 is Cyan = 0.02, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 83 | 116 | - |
| CMYK | 0.02 | 0.28 | 0 | 0.55 |
| HSL | 296.36º | 0.17% | 0.39% | - |
| HSV(B) | 296.36º | 0.28% | 0.45% | - |
| XYZ | 13.19 | 11.02 | 17.96 | - |
| YUV | 96.03 | 139.27 | 140.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 83 | 116 | 0.02 | 0.28 | 0 | 0.55 | 296.36 | 0.17 | 0.39 |
| Hex | 72 | 53 | 74 | 2 | 1C | 0 | 37 | 128 | 11 | 27 |
| Octal | 162 | 123 | 164 | 2 | 34 | 0 | 67 | 450 | 21 | 47 |
| Binary | 1110010 | 1010011 | 1110100 | 10 | 11100 | 0 | 110111 | 100101000 | 10001 | 100111 |
Color Harmonies of #725374
Complementary color
Monochromatic Colors of #725374
Black with #725374
Text Example
Text Example
White with #725374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #725374; }
p { color: rgb(114,83,116); }
H1.HeaderClassName
{
color: #725374;
}
.AnyTagClassName
{
color: #725374;
}
</style>
background-color css
<style>
a { background-color: #725374; }
a { background-color: rgb(114,83,116); }
div.DivClassName
{
background-color: #725374;
}
.BgClassName
{
background-color: #725374;
}
</style>
border-color css
<style>
span { border-color: #725374; }
span { border-color: rgb(114,83,116); }
td.TdClassName
{
border-color: #725374;
}
.TagClassName
{
border-color: #725374;
}
</style>