Shades of Trendy Pink #754E74
Tints of Trendy Pink #754E74
RGB
CMYK
RGB Variations
Color information
#754E74 (or 0x754E74) is known color: Trendy Pink. HEX triplet: 75, 4E and 74. RGB value is (117,78,116). Sum of RGB (Red+Green+Blue) = 117+78+116=311 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.62% from 311); Green value is 78 (30.86% from 255 or 25.08% from 311); Blue value is 116 (45.70% from 255 or 37.30% from 311); Max value from RGB is 117 - color contains mainly: red. Hex color #754E74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #754E74 is #8AB18B. Grayscale: #5D5D5D. Windows color (decimal): -9089420 or 7622261. OLE color: 7622261.
HSL color Cylindrical-coordinate representation of color #754E74: hue angle of 301.54º degrees, saturation: 0.2, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #754E74 is Cyan = 0, Magento = 0.33, Yellow = 0.01 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 78 | 116 | - |
| CMYK | 0 | 0.33 | 0.01 | 0.54 |
| HSL | 301.54º | 0.2% | 0.38% | - |
| HSV(B) | 301.54º | 0.33% | 0.46% | - |
| XYZ | 13.21 | 10.49 | 17.85 | - |
| YUV | 93.99 | 140.42 | 144.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 78 | 116 | 0 | 0.33 | 0.01 | 0.54 | 301.54 | 0.2 | 0.38 |
| Hex | 75 | 4E | 74 | 0 | 21 | 1 | 36 | 12E | 14 | 26 |
| Octal | 165 | 116 | 164 | 0 | 41 | 1 | 66 | 456 | 24 | 46 |
| Binary | 1110101 | 1001110 | 1110100 | 0 | 100001 | 1 | 110110 | 100101110 | 10100 | 100110 |
Color Harmonies of #754E74
Complementary color
Monochromatic Colors of #754E74
Black with #754E74
Text Example
Text Example
White with #754E74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754E74; }
p { color: rgb(117,78,116); }
H1.HeaderClassName
{
color: #754E74;
}
.AnyTagClassName
{
color: #754E74;
}
</style>
background-color css
<style>
a { background-color: #754E74; }
a { background-color: rgb(117,78,116); }
div.DivClassName
{
background-color: #754E74;
}
.BgClassName
{
background-color: #754E74;
}
</style>
border-color css
<style>
span { border-color: #754E74; }
span { border-color: rgb(117,78,116); }
td.TdClassName
{
border-color: #754E74;
}
.TagClassName
{
border-color: #754E74;
}
</style>