Shades of Trendy Pink #745B77
Tints of Trendy Pink #745B77
RGB
CMYK
RGB Variations
Color information
#745B77 (or 0x745B77) is known color: Trendy Pink. HEX triplet: 74, 5B and 77. RGB value is (116,91,119). Sum of RGB (Red+Green+Blue) = 116+91+119=326 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.58% from 326); Green value is 91 (35.94% from 255 or 27.91% from 326); Blue value is 119 (46.88% from 255 or 36.50% from 326); Max value from RGB is 119 - color contains mainly: blue. Hex color #745B77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745B77 is #8BA488. Grayscale: #656565. Windows color (decimal): -9151625 or 7822196. OLE color: 7822196.
HSL color Cylindrical-coordinate representation of color #745B77: hue angle of 293.57º degrees, saturation: 0.13, 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 #745B77 is Cyan = 0.03, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 116 | 91 | 119 | - |
| CMYK | 0.03 | 0.24 | 0 | 0.53 |
| HSL | 293.57º | 0.13% | 0.41% | - |
| HSV(B) | 293.57º | 0.24% | 0.47% | - |
| XYZ | 14.27 | 12.53 | 19.12 | - |
| YUV | 101.67 | 137.78 | 138.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 91 | 119 | 0.03 | 0.24 | 0 | 0.53 | 293.57 | 0.13 | 0.41 |
| Hex | 74 | 5B | 77 | 3 | 18 | 0 | 35 | 126 | D | 29 |
| Octal | 164 | 133 | 167 | 3 | 30 | 0 | 65 | 446 | 15 | 51 |
| Binary | 1110100 | 1011011 | 1110111 | 11 | 11000 | 0 | 110101 | 100100110 | 1101 | 101001 |
Color Harmonies of #745B77
Complementary color
Monochromatic Colors of #745B77
Black with #745B77
Text Example
Text Example
White with #745B77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745B77; }
p { color: rgb(116,91,119); }
H1.HeaderClassName
{
color: #745B77;
}
.AnyTagClassName
{
color: #745B77;
}
</style>
background-color css
<style>
a { background-color: #745B77; }
a { background-color: rgb(116,91,119); }
div.DivClassName
{
background-color: #745B77;
}
.BgClassName
{
background-color: #745B77;
}
</style>
border-color css
<style>
span { border-color: #745B77; }
span { border-color: rgb(116,91,119); }
td.TdClassName
{
border-color: #745B77;
}
.TagClassName
{
border-color: #745B77;
}
</style>