Shades of Trendy Pink #8C728D
Tints of Trendy Pink #8C728D
RGB
CMYK
RGB Variations
Color information
#8C728D (or 0x8C728D) is known color: Trendy Pink. HEX triplet: 8C, 72 and 8D. RGB value is (140,114,141). Sum of RGB (Red+Green+Blue) = 140+114+141=395 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.44% from 395); Green value is 114 (44.92% from 255 or 28.86% from 395); Blue value is 141 (55.47% from 255 or 35.70% from 395); Max value from RGB is 141 - color contains mainly: blue. Hex color #8C728D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C728D is #738D72. Grayscale: #7C7C7C. Windows color (decimal): -7572851 or 9269900. OLE color: 9269900.
HSL color Cylindrical-coordinate representation of color #8C728D: hue angle of 297.78º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #8C728D is Cyan = 0.01, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 114 | 141 | - |
| CMYK | 0.01 | 0.19 | 0 | 0.45 |
| HSL | 297.78º | 0.11% | 0.5% | - |
| HSV(B) | 297.78º | 0.19% | 0.55% | - |
| XYZ | 21.64 | 19.53 | 27.83 | - |
| YUV | 124.85 | 137.11 | 138.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 114 | 141 | 0.01 | 0.19 | 0 | 0.45 | 297.78 | 0.11 | 0.5 |
| Hex | 8C | 72 | 8D | 1 | 13 | 0 | 2D | 12A | B | 32 |
| Octal | 214 | 162 | 215 | 1 | 23 | 0 | 55 | 452 | 13 | 62 |
| Binary | 10001100 | 1110010 | 10001101 | 1 | 10011 | 0 | 101101 | 100101010 | 1011 | 110010 |
Color Harmonies of #8C728D
Complementary color
Monochromatic Colors of #8C728D
Black with #8C728D
Text Example
Text Example
White with #8C728D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C728D; }
p { color: rgb(140,114,141); }
H1.HeaderClassName
{
color: #8C728D;
}
.AnyTagClassName
{
color: #8C728D;
}
</style>
background-color css
<style>
a { background-color: #8C728D; }
a { background-color: rgb(140,114,141); }
div.DivClassName
{
background-color: #8C728D;
}
.BgClassName
{
background-color: #8C728D;
}
</style>
border-color css
<style>
span { border-color: #8C728D; }
span { border-color: rgb(140,114,141); }
td.TdClassName
{
border-color: #8C728D;
}
.TagClassName
{
border-color: #8C728D;
}
</style>