Shades of Trendy Pink #745073
Tints of Trendy Pink #745073
RGB
CMYK
RGB Variations
Color information
#745073 (or 0x745073) is known color: Trendy Pink. HEX triplet: 74, 50 and 73. RGB value is (116,80,115). Sum of RGB (Red+Green+Blue) = 116+80+115=311 (41% of max value = 765). Red value is 116 (45.70% from 255 or 37.30% from 311); Green value is 80 (31.64% from 255 or 25.72% from 311); Blue value is 115 (45.31% from 255 or 36.98% from 311); Max value from RGB is 116 - color contains mainly: red. Hex color #745073 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745073 is #8BAF8C. Grayscale: #5E5E5E. Windows color (decimal): -9154445 or 7557236. OLE color: 7557236.
HSL color Cylindrical-coordinate representation of color #745073: hue angle of 301.67º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #745073 is Cyan = 0, Magento = 0.31, Yellow = 0.01 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 80 | 115 | - |
| CMYK | 0 | 0.31 | 0.01 | 0.55 |
| HSL | 301.67º | 0.18% | 0.38% | - |
| HSV(B) | 301.67º | 0.31% | 0.45% | - |
| XYZ | 13.17 | 10.69 | 17.59 | - |
| YUV | 94.75 | 139.43 | 143.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 80 | 115 | 0 | 0.31 | 0.01 | 0.55 | 301.67 | 0.18 | 0.38 |
| Hex | 74 | 50 | 73 | 0 | 1F | 1 | 37 | 12E | 12 | 26 |
| Octal | 164 | 120 | 163 | 0 | 37 | 1 | 67 | 456 | 22 | 46 |
| Binary | 1110100 | 1010000 | 1110011 | 0 | 11111 | 1 | 110111 | 100101110 | 10010 | 100110 |
Color Harmonies of #745073
Complementary color
Monochromatic Colors of #745073
Black with #745073
Text Example
Text Example
White with #745073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745073; }
p { color: rgb(116,80,115); }
H1.HeaderClassName
{
color: #745073;
}
.AnyTagClassName
{
color: #745073;
}
</style>
background-color css
<style>
a { background-color: #745073; }
a { background-color: rgb(116,80,115); }
div.DivClassName
{
background-color: #745073;
}
.BgClassName
{
background-color: #745073;
}
</style>
border-color css
<style>
span { border-color: #745073; }
span { border-color: rgb(116,80,115); }
td.TdClassName
{
border-color: #745073;
}
.TagClassName
{
border-color: #745073;
}
</style>