Shades of Trendy Pink #755374
Tints of Trendy Pink #755374
RGB
CMYK
RGB Variations
Color information
#755374 (or 0x755374) is known color: Trendy Pink. HEX triplet: 75, 53 and 74. RGB value is (117,83,116). Sum of RGB (Red+Green+Blue) = 117+83+116=316 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.03% from 316); Green value is 83 (32.81% from 255 or 26.27% from 316); Blue value is 116 (45.70% from 255 or 36.71% from 316); Max value from RGB is 117 - color contains mainly: red. Hex color #755374 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755374 is #8AAC8B. Grayscale: #606060. Windows color (decimal): -9088140 or 7623541. OLE color: 7623541.
HSL color Cylindrical-coordinate representation of color #755374: hue angle of 301.76º degrees, saturation: 0.17, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #755374 is Cyan = 0, Magento = 0.29, Yellow = 0.01 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 83 | 116 | - |
| CMYK | 0 | 0.29 | 0.01 | 0.54 |
| HSL | 301.76º | 0.17% | 0.39% | - |
| HSV(B) | 301.76º | 0.29% | 0.46% | - |
| XYZ | 13.58 | 11.23 | 17.97 | - |
| YUV | 96.93 | 138.76 | 142.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 83 | 116 | 0 | 0.29 | 0.01 | 0.54 | 301.76 | 0.17 | 0.39 |
| Hex | 75 | 53 | 74 | 0 | 1D | 1 | 36 | 12E | 11 | 27 |
| Octal | 165 | 123 | 164 | 0 | 35 | 1 | 66 | 456 | 21 | 47 |
| Binary | 1110101 | 1010011 | 1110100 | 0 | 11101 | 1 | 110110 | 100101110 | 10001 | 100111 |
Color Harmonies of #755374
Complementary color
Monochromatic Colors of #755374
Black with #755374
Text Example
Text Example
White with #755374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755374; }
p { color: rgb(117,83,116); }
H1.HeaderClassName
{
color: #755374;
}
.AnyTagClassName
{
color: #755374;
}
</style>
background-color css
<style>
a { background-color: #755374; }
a { background-color: rgb(117,83,116); }
div.DivClassName
{
background-color: #755374;
}
.BgClassName
{
background-color: #755374;
}
</style>
border-color css
<style>
span { border-color: #755374; }
span { border-color: rgb(117,83,116); }
td.TdClassName
{
border-color: #755374;
}
.TagClassName
{
border-color: #755374;
}
</style>