Shades of Trendy Pink #8C728B
Tints of Trendy Pink #8C728B
RGB
CMYK
RGB Variations
Color information
#8C728B (or 0x8C728B) is known color: Trendy Pink. HEX triplet: 8C, 72 and 8B. RGB value is (140,114,139). Sum of RGB (Red+Green+Blue) = 140+114+139=393 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.62% from 393); Green value is 114 (44.92% from 255 or 29.01% from 393); Blue value is 139 (54.69% from 255 or 35.37% from 393); Max value from RGB is 140 - color contains mainly: red. Hex color #8C728B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C728B is #738D74. Grayscale: #7C7C7C. Windows color (decimal): -7572853 or 9138828. OLE color: 9138828.
HSL color Cylindrical-coordinate representation of color #8C728B: hue angle of 302.31º degrees, saturation: 0.1, 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 #8C728B is Cyan = 0, Magento = 0.19, Yellow = 0.01 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 114 | 139 | - |
| CMYK | 0 | 0.19 | 0.01 | 0.45 |
| HSL | 302.31º | 0.1% | 0.5% | - |
| HSV(B) | 302.31º | 0.19% | 0.55% | - |
| XYZ | 21.49 | 19.47 | 27.05 | - |
| YUV | 124.62 | 136.11 | 138.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 114 | 139 | 0 | 0.19 | 0.01 | 0.45 | 302.31 | 0.1 | 0.5 |
| Hex | 8C | 72 | 8B | 0 | 13 | 1 | 2D | 12E | A | 32 |
| Octal | 214 | 162 | 213 | 0 | 23 | 1 | 55 | 456 | 12 | 62 |
| Binary | 10001100 | 1110010 | 10001011 | 0 | 10011 | 1 | 101101 | 100101110 | 1010 | 110010 |
Color Harmonies of #8C728B
Complementary color
Monochromatic Colors of #8C728B
Black with #8C728B
Text Example
Text Example
White with #8C728B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C728B; }
p { color: rgb(140,114,139); }
H1.HeaderClassName
{
color: #8C728B;
}
.AnyTagClassName
{
color: #8C728B;
}
</style>
background-color css
<style>
a { background-color: #8C728B; }
a { background-color: rgb(140,114,139); }
div.DivClassName
{
background-color: #8C728B;
}
.BgClassName
{
background-color: #8C728B;
}
</style>
border-color css
<style>
span { border-color: #8C728B; }
span { border-color: rgb(140,114,139); }
td.TdClassName
{
border-color: #8C728B;
}
.TagClassName
{
border-color: #8C728B;
}
</style>