Shades of Trendy Pink #745876
Tints of Trendy Pink #745876
RGB
CMYK
RGB Variations
Color information
#745876 (or 0x745876) is known color: Trendy Pink. HEX triplet: 74, 58 and 76. RGB value is (116,88,118). Sum of RGB (Red+Green+Blue) = 116+88+118=322 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.02% from 322); Green value is 88 (34.77% from 255 or 27.33% from 322); Blue value is 118 (46.48% from 255 or 36.65% from 322); Max value from RGB is 118 - color contains mainly: blue. Hex color #745876 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745876 is #8BA789. Grayscale: #636363. Windows color (decimal): -9152394 or 7755892. OLE color: 7755892.
HSL color Cylindrical-coordinate representation of color #745876: hue angle of 296º degrees, saturation: 0.15, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #745876 is Cyan = 0.02, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 116 | 88 | 118 | - |
| CMYK | 0.02 | 0.25 | 0 | 0.54 |
| HSL | 296º | 0.15% | 0.4% | - |
| HSV(B) | 296º | 0.25% | 0.46% | - |
| XYZ | 13.96 | 12 | 18.72 | - |
| YUV | 99.79 | 138.28 | 139.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 88 | 118 | 0.02 | 0.25 | 0 | 0.54 | 296 | 0.15 | 0.4 |
| Hex | 74 | 58 | 76 | 2 | 19 | 0 | 36 | 128 | F | 28 |
| Octal | 164 | 130 | 166 | 2 | 31 | 0 | 66 | 450 | 17 | 50 |
| Binary | 1110100 | 1011000 | 1110110 | 10 | 11001 | 0 | 110110 | 100101000 | 1111 | 101000 |
Color Harmonies of #745876
Complementary color
Monochromatic Colors of #745876
Black with #745876
Text Example
Text Example
White with #745876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745876; }
p { color: rgb(116,88,118); }
H1.HeaderClassName
{
color: #745876;
}
.AnyTagClassName
{
color: #745876;
}
</style>
background-color css
<style>
a { background-color: #745876; }
a { background-color: rgb(116,88,118); }
div.DivClassName
{
background-color: #745876;
}
.BgClassName
{
background-color: #745876;
}
</style>
border-color css
<style>
span { border-color: #745876; }
span { border-color: rgb(116,88,118); }
td.TdClassName
{
border-color: #745876;
}
.TagClassName
{
border-color: #745876;
}
</style>