Shades of Trendy Pink #775175
Tints of Trendy Pink #775175
RGB
CMYK
RGB Variations
Color information
#775175 (or 0x775175) is known color: Trendy Pink. HEX triplet: 77, 51 and 75. RGB value is (119,81,117). Sum of RGB (Red+Green+Blue) = 119+81+117=317 (41% of max value = 765). Red value is 119 (46.88% from 255 or 37.54% from 317); Green value is 81 (32.03% from 255 or 25.55% from 317); Blue value is 117 (46.09% from 255 or 36.91% from 317); Max value from RGB is 119 - color contains mainly: red. Hex color #775175 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775175 is #88AE8A. Grayscale: #606060. Windows color (decimal): -8957579 or 7688567. OLE color: 7688567.
HSL color Cylindrical-coordinate representation of color #775175: hue angle of 303.16º degrees, saturation: 0.19, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #775175 is Cyan = 0, Magento = 0.32, Yellow = 0.02 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 81 | 117 | - |
| CMYK | 0 | 0.32 | 0.02 | 0.53 |
| HSL | 303.16º | 0.19% | 0.39% | - |
| HSV(B) | 303.16º | 0.32% | 0.47% | - |
| XYZ | 13.76 | 11.09 | 18.25 | - |
| YUV | 96.47 | 139.59 | 144.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 81 | 117 | 0 | 0.32 | 0.02 | 0.53 | 303.16 | 0.19 | 0.39 |
| Hex | 77 | 51 | 75 | 0 | 20 | 2 | 35 | 12F | 13 | 27 |
| Octal | 167 | 121 | 165 | 0 | 40 | 2 | 65 | 457 | 23 | 47 |
| Binary | 1110111 | 1010001 | 1110101 | 0 | 100000 | 10 | 110101 | 100101111 | 10011 | 100111 |
Color Harmonies of #775175
Complementary color
Monochromatic Colors of #775175
Black with #775175
Text Example
Text Example
White with #775175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #775175; }
p { color: rgb(119,81,117); }
H1.HeaderClassName
{
color: #775175;
}
.AnyTagClassName
{
color: #775175;
}
</style>
background-color css
<style>
a { background-color: #775175; }
a { background-color: rgb(119,81,117); }
div.DivClassName
{
background-color: #775175;
}
.BgClassName
{
background-color: #775175;
}
</style>
border-color css
<style>
span { border-color: #775175; }
span { border-color: rgb(119,81,117); }
td.TdClassName
{
border-color: #775175;
}
.TagClassName
{
border-color: #775175;
}
</style>