Shades of Trendy Pink #745078
Tints of Trendy Pink #745078
RGB
CMYK
RGB Variations
Color information
#745078 (or 0x745078) is known color: Trendy Pink. HEX triplet: 74, 50 and 78. RGB value is (116,80,120). Sum of RGB (Red+Green+Blue) = 116+80+120=316 (41% of max value = 765). Red value is 116 (45.70% from 255 or 36.71% from 316); Green value is 80 (31.64% from 255 or 25.32% from 316); Blue value is 120 (47.27% from 255 or 37.97% from 316); Max value from RGB is 120 - color contains mainly: blue. Hex color #745078 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745078 is #8BAF87. Grayscale: #5F5F5F. Windows color (decimal): -9154440 or 7884916. OLE color: 7884916.
HSL color Cylindrical-coordinate representation of color #745078: hue angle of 294º degrees, saturation: 0.2, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #745078 is Cyan = 0.03, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 116 | 80 | 120 | - |
| CMYK | 0.03 | 0.33 | 0 | 0.53 |
| HSL | 294º | 0.2% | 0.39% | - |
| HSV(B) | 294º | 0.33% | 0.47% | - |
| XYZ | 13.46 | 10.81 | 19.15 | - |
| YUV | 95.32 | 141.93 | 142.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 80 | 120 | 0.03 | 0.33 | 0 | 0.53 | 294 | 0.2 | 0.39 |
| Hex | 74 | 50 | 78 | 3 | 21 | 0 | 35 | 126 | 14 | 27 |
| Octal | 164 | 120 | 170 | 3 | 41 | 0 | 65 | 446 | 24 | 47 |
| Binary | 1110100 | 1010000 | 1111000 | 11 | 100001 | 0 | 110101 | 100100110 | 10100 | 100111 |
Color Harmonies of #745078
Complementary color
Monochromatic Colors of #745078
Black with #745078
Text Example
Text Example
White with #745078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745078; }
p { color: rgb(116,80,120); }
H1.HeaderClassName
{
color: #745078;
}
.AnyTagClassName
{
color: #745078;
}
</style>
background-color css
<style>
a { background-color: #745078; }
a { background-color: rgb(116,80,120); }
div.DivClassName
{
background-color: #745078;
}
.BgClassName
{
background-color: #745078;
}
</style>
border-color css
<style>
span { border-color: #745078; }
span { border-color: rgb(116,80,120); }
td.TdClassName
{
border-color: #745078;
}
.TagClassName
{
border-color: #745078;
}
</style>