Shades of Trendy Pink #745373
Tints of Trendy Pink #745373
RGB
CMYK
RGB Variations
Color information
#745373 (or 0x745373) is known color: Trendy Pink. HEX triplet: 74, 53 and 73. RGB value is (116,83,115). Sum of RGB (Red+Green+Blue) = 116+83+115=314 (41% of max value = 765). Red value is 116 (45.70% from 255 or 36.94% from 314); Green value is 83 (32.81% from 255 or 26.43% from 314); Blue value is 115 (45.31% from 255 or 36.62% from 314); Max value from RGB is 116 - color contains mainly: red. Hex color #745373 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745373 is #8BAC8C. Grayscale: #606060. Windows color (decimal): -9153677 or 7558004. OLE color: 7558004.
HSL color Cylindrical-coordinate representation of color #745373: hue angle of 301.82º 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 #745373 is Cyan = 0, Magento = 0.28, Yellow = 0.01 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 83 | 115 | - |
| CMYK | 0 | 0.28 | 0.01 | 0.55 |
| HSL | 301.82º | 0.17% | 0.39% | - |
| HSV(B) | 301.82º | 0.28% | 0.45% | - |
| XYZ | 13.39 | 11.14 | 17.66 | - |
| YUV | 96.52 | 138.43 | 141.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 83 | 115 | 0 | 0.28 | 0.01 | 0.55 | 301.82 | 0.17 | 0.39 |
| Hex | 74 | 53 | 73 | 0 | 1C | 1 | 37 | 12E | 11 | 27 |
| Octal | 164 | 123 | 163 | 0 | 34 | 1 | 67 | 456 | 21 | 47 |
| Binary | 1110100 | 1010011 | 1110011 | 0 | 11100 | 1 | 110111 | 100101110 | 10001 | 100111 |
Color Harmonies of #745373
Complementary color
Monochromatic Colors of #745373
Black with #745373
Text Example
Text Example
White with #745373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745373; }
p { color: rgb(116,83,115); }
H1.HeaderClassName
{
color: #745373;
}
.AnyTagClassName
{
color: #745373;
}
</style>
background-color css
<style>
a { background-color: #745373; }
a { background-color: rgb(116,83,115); }
div.DivClassName
{
background-color: #745373;
}
.BgClassName
{
background-color: #745373;
}
</style>
border-color css
<style>
span { border-color: #745373; }
span { border-color: rgb(116,83,115); }
td.TdClassName
{
border-color: #745373;
}
.TagClassName
{
border-color: #745373;
}
</style>