Shades of Trendy Pink #765175
Tints of Trendy Pink #765175
RGB
CMYK
RGB Variations
Color information
#765175 (or 0x765175) is known color: Trendy Pink. HEX triplet: 76, 51 and 75. RGB value is (118,81,117). Sum of RGB (Red+Green+Blue) = 118+81+117=316 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.34% from 316); Green value is 81 (32.03% from 255 or 25.63% from 316); Blue value is 117 (46.09% from 255 or 37.03% from 316); Max value from RGB is 118 - color contains mainly: red. Hex color #765175 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765175 is #89AE8A. Grayscale: #606060. Windows color (decimal): -9023115 or 7688566. OLE color: 7688566.
HSL color Cylindrical-coordinate representation of color #765175: hue angle of 301.62º degrees, saturation: 0.19, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #765175 is Cyan = 0, Magento = 0.31, Yellow = 0.01 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 81 | 117 | - |
| CMYK | 0 | 0.31 | 0.01 | 0.54 |
| HSL | 301.62º | 0.19% | 0.39% | - |
| HSV(B) | 301.62º | 0.31% | 0.46% | - |
| XYZ | 13.62 | 11.02 | 18.24 | - |
| YUV | 96.17 | 139.76 | 143.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 81 | 117 | 0 | 0.31 | 0.01 | 0.54 | 301.62 | 0.19 | 0.39 |
| Hex | 76 | 51 | 75 | 0 | 1F | 1 | 36 | 12E | 13 | 27 |
| Octal | 166 | 121 | 165 | 0 | 37 | 1 | 66 | 456 | 23 | 47 |
| Binary | 1110110 | 1010001 | 1110101 | 0 | 11111 | 1 | 110110 | 100101110 | 10011 | 100111 |
Color Harmonies of #765175
Complementary color
Monochromatic Colors of #765175
Black with #765175
Text Example
Text Example
White with #765175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #765175; }
p { color: rgb(118,81,117); }
H1.HeaderClassName
{
color: #765175;
}
.AnyTagClassName
{
color: #765175;
}
</style>
background-color css
<style>
a { background-color: #765175; }
a { background-color: rgb(118,81,117); }
div.DivClassName
{
background-color: #765175;
}
.BgClassName
{
background-color: #765175;
}
</style>
border-color css
<style>
span { border-color: #765175; }
span { border-color: rgb(118,81,117); }
td.TdClassName
{
border-color: #765175;
}
.TagClassName
{
border-color: #765175;
}
</style>