Shades of Trendy Pink #8D748F
Tints of Trendy Pink #8D748F
RGB
CMYK
RGB Variations
Color information
#8D748F (or 0x8D748F) is known color: Trendy Pink. HEX triplet: 8D, 74 and 8F. RGB value is (141,116,143). Sum of RGB (Red+Green+Blue) = 141+116+143=400 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.25% from 400); Green value is 116 (45.70% from 255 or 29% from 400); Blue value is 143 (56.25% from 255 or 35.75% from 400); Max value from RGB is 143 - color contains mainly: blue. Hex color #8D748F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D748F is #728B70. Grayscale: #7E7E7E. Windows color (decimal): -7506801 or 9401485. OLE color: 9401485.
HSL color Cylindrical-coordinate representation of color #8D748F: hue angle of 295.56º degrees, saturation: 0.11, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #8D748F is Cyan = 0.01, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 141 | 116 | 143 | - |
| CMYK | 0.01 | 0.19 | 0 | 0.44 |
| HSL | 295.56º | 0.11% | 0.51% | - |
| HSV(B) | 295.56º | 0.19% | 0.56% | - |
| XYZ | 22.19 | 20.14 | 28.7 | - |
| YUV | 126.55 | 137.28 | 138.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 116 | 143 | 0.01 | 0.19 | 0 | 0.44 | 295.56 | 0.11 | 0.51 |
| Hex | 8D | 74 | 8F | 1 | 13 | 0 | 2C | 128 | B | 33 |
| Octal | 215 | 164 | 217 | 1 | 23 | 0 | 54 | 450 | 13 | 63 |
| Binary | 10001101 | 1110100 | 10001111 | 1 | 10011 | 0 | 101100 | 100101000 | 1011 | 110011 |
Color Harmonies of #8D748F
Complementary color
Monochromatic Colors of #8D748F
Black with #8D748F
Text Example
Text Example
White with #8D748F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D748F; }
p { color: rgb(141,116,143); }
H1.HeaderClassName
{
color: #8D748F;
}
.AnyTagClassName
{
color: #8D748F;
}
</style>
background-color css
<style>
a { background-color: #8D748F; }
a { background-color: rgb(141,116,143); }
div.DivClassName
{
background-color: #8D748F;
}
.BgClassName
{
background-color: #8D748F;
}
</style>
border-color css
<style>
span { border-color: #8D748F; }
span { border-color: rgb(141,116,143); }
td.TdClassName
{
border-color: #8D748F;
}
.TagClassName
{
border-color: #8D748F;
}
</style>