Shades of Trendy Pink #745172
Tints of Trendy Pink #745172
RGB
CMYK
RGB Variations
Color information
#745172 (or 0x745172) is known color: Trendy Pink. HEX triplet: 74, 51 and 72. RGB value is (116,81,114). Sum of RGB (Red+Green+Blue) = 116+81+114=311 (41% of max value = 765). Red value is 116 (45.70% from 255 or 37.30% from 311); Green value is 81 (32.03% from 255 or 26.05% from 311); Blue value is 114 (44.92% from 255 or 36.66% from 311); Max value from RGB is 116 - color contains mainly: red. Hex color #745172 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745172 is #8BAE8D. Grayscale: #5F5F5F. Windows color (decimal): -9154190 or 7491956. OLE color: 7491956.
HSL color Cylindrical-coordinate representation of color #745172: hue angle of 303.43º degrees, saturation: 0.18, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #745172 is Cyan = 0, Magento = 0.30, Yellow = 0.02 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 81 | 114 | - |
| CMYK | 0 | 0.30 | 0.02 | 0.55 |
| HSL | 303.43º | 0.18% | 0.39% | - |
| HSV(B) | 303.43º | 0.3% | 0.45% | - |
| XYZ | 13.18 | 10.81 | 17.31 | - |
| YUV | 95.23 | 138.6 | 142.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 81 | 114 | 0 | 0.30 | 0.02 | 0.55 | 303.43 | 0.18 | 0.39 |
| Hex | 74 | 51 | 72 | 0 | 1E | 2 | 37 | 12F | 12 | 27 |
| Octal | 164 | 121 | 162 | 0 | 36 | 2 | 67 | 457 | 22 | 47 |
| Binary | 1110100 | 1010001 | 1110010 | 0 | 11110 | 10 | 110111 | 100101111 | 10010 | 100111 |
Color Harmonies of #745172
Complementary color
Monochromatic Colors of #745172
Black with #745172
Text Example
Text Example
White with #745172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745172; }
p { color: rgb(116,81,114); }
H1.HeaderClassName
{
color: #745172;
}
.AnyTagClassName
{
color: #745172;
}
</style>
background-color css
<style>
a { background-color: #745172; }
a { background-color: rgb(116,81,114); }
div.DivClassName
{
background-color: #745172;
}
.BgClassName
{
background-color: #745172;
}
</style>
border-color css
<style>
span { border-color: #745172; }
span { border-color: rgb(116,81,114); }
td.TdClassName
{
border-color: #745172;
}
.TagClassName
{
border-color: #745172;
}
</style>