Shades of Trendy Pink #745076
Tints of Trendy Pink #745076
RGB
CMYK
RGB Variations
Color information
#745076 (or 0x745076) is known color: Trendy Pink. HEX triplet: 74, 50 and 76. RGB value is (116,80,118). Sum of RGB (Red+Green+Blue) = 116+80+118=314 (41% of max value = 765). Red value is 116 (45.70% from 255 or 36.94% from 314); Green value is 80 (31.64% from 255 or 25.48% from 314); Blue value is 118 (46.48% from 255 or 37.58% from 314); Max value from RGB is 118 - color contains mainly: blue. Hex color #745076 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745076 is #8BAF89. Grayscale: #5E5E5E. Windows color (decimal): -9154442 or 7753844. OLE color: 7753844.
HSL color Cylindrical-coordinate representation of color #745076: hue angle of 296.84º degrees, saturation: 0.19, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #745076 is Cyan = 0.02, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 116 | 80 | 118 | - |
| CMYK | 0.02 | 0.32 | 0 | 0.54 |
| HSL | 296.84º | 0.19% | 0.39% | - |
| HSV(B) | 296.84º | 0.32% | 0.46% | - |
| XYZ | 13.34 | 10.76 | 18.51 | - |
| YUV | 95.1 | 140.93 | 142.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 80 | 118 | 0.02 | 0.32 | 0 | 0.54 | 296.84 | 0.19 | 0.39 |
| Hex | 74 | 50 | 76 | 2 | 20 | 0 | 36 | 129 | 13 | 27 |
| Octal | 164 | 120 | 166 | 2 | 40 | 0 | 66 | 451 | 23 | 47 |
| Binary | 1110100 | 1010000 | 1110110 | 10 | 100000 | 0 | 110110 | 100101001 | 10011 | 100111 |
Color Harmonies of #745076
Complementary color
Monochromatic Colors of #745076
Black with #745076
Text Example
Text Example
White with #745076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745076; }
p { color: rgb(116,80,118); }
H1.HeaderClassName
{
color: #745076;
}
.AnyTagClassName
{
color: #745076;
}
</style>
background-color css
<style>
a { background-color: #745076; }
a { background-color: rgb(116,80,118); }
div.DivClassName
{
background-color: #745076;
}
.BgClassName
{
background-color: #745076;
}
</style>
border-color css
<style>
span { border-color: #745076; }
span { border-color: rgb(116,80,118); }
td.TdClassName
{
border-color: #745076;
}
.TagClassName
{
border-color: #745076;
}
</style>