Shades of Trendy Pink #725775
Tints of Trendy Pink #725775
RGB
CMYK
RGB Variations
Color information
#725775 (or 0x725775) is known color: Trendy Pink. HEX triplet: 72, 57 and 75. RGB value is (114,87,117). Sum of RGB (Red+Green+Blue) = 114+87+117=318 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.85% from 318); Green value is 87 (34.38% from 255 or 27.36% from 318); Blue value is 117 (46.09% from 255 or 36.79% from 318); Max value from RGB is 117 - color contains mainly: blue. Hex color #725775 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725775 is #8DA88A. Grayscale: #626262. Windows color (decimal): -9283723 or 7690098. OLE color: 7690098.
HSL color Cylindrical-coordinate representation of color #725775: hue angle of 294º degrees, saturation: 0.15, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #725775 is Cyan = 0.03, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 114 | 87 | 117 | - |
| CMYK | 0.03 | 0.26 | 0 | 0.54 |
| HSL | 294º | 0.15% | 0.4% | - |
| HSV(B) | 294º | 0.26% | 0.46% | - |
| XYZ | 13.56 | 11.68 | 18.37 | - |
| YUV | 98.49 | 138.45 | 139.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 87 | 117 | 0.03 | 0.26 | 0 | 0.54 | 294 | 0.15 | 0.4 |
| Hex | 72 | 57 | 75 | 3 | 1A | 0 | 36 | 126 | F | 28 |
| Octal | 162 | 127 | 165 | 3 | 32 | 0 | 66 | 446 | 17 | 50 |
| Binary | 1110010 | 1010111 | 1110101 | 11 | 11010 | 0 | 110110 | 100100110 | 1111 | 101000 |
Color Harmonies of #725775
Complementary color
Monochromatic Colors of #725775
Black with #725775
Text Example
Text Example
White with #725775
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #725775; }
p { color: rgb(114,87,117); }
H1.HeaderClassName
{
color: #725775;
}
.AnyTagClassName
{
color: #725775;
}
</style>
background-color css
<style>
a { background-color: #725775; }
a { background-color: rgb(114,87,117); }
div.DivClassName
{
background-color: #725775;
}
.BgClassName
{
background-color: #725775;
}
</style>
border-color css
<style>
span { border-color: #725775; }
span { border-color: rgb(114,87,117); }
td.TdClassName
{
border-color: #725775;
}
.TagClassName
{
border-color: #725775;
}
</style>