Shades of Trendy Pink #745C76
Tints of Trendy Pink #745C76
RGB
CMYK
RGB Variations
Color information
#745C76 (or 0x745C76) is known color: Trendy Pink. HEX triplet: 74, 5C and 76. RGB value is (116,92,118). Sum of RGB (Red+Green+Blue) = 116+92+118=326 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.58% from 326); Green value is 92 (36.33% from 255 or 28.22% from 326); Blue value is 118 (46.48% from 255 or 36.20% from 326); Max value from RGB is 118 - color contains mainly: blue. Hex color #745C76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745C76 is #8BA389. Grayscale: #666666. Windows color (decimal): -9151370 or 7756916. OLE color: 7756916.
HSL color Cylindrical-coordinate representation of color #745C76: hue angle of 295.38º degrees, saturation: 0.12, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #745C76 is Cyan = 0.02, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 116 | 92 | 118 | - |
| CMYK | 0.02 | 0.22 | 0 | 0.54 |
| HSL | 295.38º | 0.12% | 0.41% | - |
| HSV(B) | 295.38º | 0.22% | 0.46% | - |
| XYZ | 14.3 | 12.68 | 18.83 | - |
| YUV | 102.14 | 136.95 | 137.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 92 | 118 | 0.02 | 0.22 | 0 | 0.54 | 295.38 | 0.12 | 0.41 |
| Hex | 74 | 5C | 76 | 2 | 16 | 0 | 36 | 127 | C | 29 |
| Octal | 164 | 134 | 166 | 2 | 26 | 0 | 66 | 447 | 14 | 51 |
| Binary | 1110100 | 1011100 | 1110110 | 10 | 10110 | 0 | 110110 | 100100111 | 1100 | 101001 |
Color Harmonies of #745C76
Complementary color
Monochromatic Colors of #745C76
Black with #745C76
Text Example
Text Example
White with #745C76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745C76; }
p { color: rgb(116,92,118); }
H1.HeaderClassName
{
color: #745C76;
}
.AnyTagClassName
{
color: #745C76;
}
</style>
background-color css
<style>
a { background-color: #745C76; }
a { background-color: rgb(116,92,118); }
div.DivClassName
{
background-color: #745C76;
}
.BgClassName
{
background-color: #745C76;
}
</style>
border-color css
<style>
span { border-color: #745C76; }
span { border-color: rgb(116,92,118); }
td.TdClassName
{
border-color: #745C76;
}
.TagClassName
{
border-color: #745C76;
}
</style>