Shades of Trendy Pink #745A77
Tints of Trendy Pink #745A77
RGB
CMYK
RGB Variations
Color information
#745A77 (or 0x745A77) is known color: Trendy Pink. HEX triplet: 74, 5A and 77. RGB value is (116,90,119). Sum of RGB (Red+Green+Blue) = 116+90+119=325 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.69% from 325); Green value is 90 (35.55% from 255 or 27.69% from 325); Blue value is 119 (46.88% from 255 or 36.62% from 325); Max value from RGB is 119 - color contains mainly: blue. Hex color #745A77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745A77 is #8BA588. Grayscale: #646464. Windows color (decimal): -9151881 or 7821940. OLE color: 7821940.
HSL color Cylindrical-coordinate representation of color #745A77: hue angle of 293.79º degrees, saturation: 0.14, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #745A77 is Cyan = 0.03, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 116 | 90 | 119 | - |
| CMYK | 0.03 | 0.24 | 0 | 0.53 |
| HSL | 293.79º | 0.14% | 0.41% | - |
| HSV(B) | 293.79º | 0.24% | 0.47% | - |
| XYZ | 14.19 | 12.36 | 19.09 | - |
| YUV | 101.08 | 138.11 | 138.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 90 | 119 | 0.03 | 0.24 | 0 | 0.53 | 293.79 | 0.14 | 0.41 |
| Hex | 74 | 5A | 77 | 3 | 18 | 0 | 35 | 126 | E | 29 |
| Octal | 164 | 132 | 167 | 3 | 30 | 0 | 65 | 446 | 16 | 51 |
| Binary | 1110100 | 1011010 | 1110111 | 11 | 11000 | 0 | 110101 | 100100110 | 1110 | 101001 |
Color Harmonies of #745A77
Complementary color
Monochromatic Colors of #745A77
Black with #745A77
Text Example
Text Example
White with #745A77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745A77; }
p { color: rgb(116,90,119); }
H1.HeaderClassName
{
color: #745A77;
}
.AnyTagClassName
{
color: #745A77;
}
</style>
background-color css
<style>
a { background-color: #745A77; }
a { background-color: rgb(116,90,119); }
div.DivClassName
{
background-color: #745A77;
}
.BgClassName
{
background-color: #745A77;
}
</style>
border-color css
<style>
span { border-color: #745A77; }
span { border-color: rgb(116,90,119); }
td.TdClassName
{
border-color: #745A77;
}
.TagClassName
{
border-color: #745A77;
}
</style>