Shades of Trendy Pink #785D7B
Tints of Trendy Pink #785D7B
RGB
CMYK
RGB Variations
Color information
#785D7B (or 0x785D7B) is known color: Trendy Pink. HEX triplet: 78, 5D and 7B. RGB value is (120,93,123). Sum of RGB (Red+Green+Blue) = 120+93+123=336 (44% of max value = 765). Red value is 120 (47.27% from 255 or 35.71% from 336); Green value is 93 (36.72% from 255 or 27.68% from 336); Blue value is 123 (48.44% from 255 or 36.61% from 336); Max value from RGB is 123 - color contains mainly: blue. Hex color #785D7B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785D7B is #87A284. Grayscale: #686868. Windows color (decimal): -8888965 or 8084856. OLE color: 8084856.
HSL color Cylindrical-coordinate representation of color #785D7B: hue angle of 294º degrees, saturation: 0.14, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #785D7B is Cyan = 0.02, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 120 | 93 | 123 | - |
| CMYK | 0.02 | 0.24 | 0 | 0.52 |
| HSL | 294º | 0.14% | 0.42% | - |
| HSV(B) | 294º | 0.24% | 0.48% | - |
| XYZ | 15.24 | 13.25 | 20.49 | - |
| YUV | 104.49 | 138.45 | 139.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 93 | 123 | 0.02 | 0.24 | 0 | 0.52 | 294 | 0.14 | 0.42 |
| Hex | 78 | 5D | 7B | 2 | 18 | 0 | 34 | 126 | E | 2A |
| Octal | 170 | 135 | 173 | 2 | 30 | 0 | 64 | 446 | 16 | 52 |
| Binary | 1111000 | 1011101 | 1111011 | 10 | 11000 | 0 | 110100 | 100100110 | 1110 | 101010 |
Color Harmonies of #785D7B
Complementary color
Monochromatic Colors of #785D7B
Black with #785D7B
Text Example
Text Example
White with #785D7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785D7B; }
p { color: rgb(120,93,123); }
H1.HeaderClassName
{
color: #785D7B;
}
.AnyTagClassName
{
color: #785D7B;
}
</style>
background-color css
<style>
a { background-color: #785D7B; }
a { background-color: rgb(120,93,123); }
div.DivClassName
{
background-color: #785D7B;
}
.BgClassName
{
background-color: #785D7B;
}
</style>
border-color css
<style>
span { border-color: #785D7B; }
span { border-color: rgb(120,93,123); }
td.TdClassName
{
border-color: #785D7B;
}
.TagClassName
{
border-color: #785D7B;
}
</style>