Shades of Trendy Pink #8C718B
Tints of Trendy Pink #8C718B
RGB
CMYK
RGB Variations
Color information
#8C718B (or 0x8C718B) is known color: Trendy Pink. HEX triplet: 8C, 71 and 8B. RGB value is (140,113,139). Sum of RGB (Red+Green+Blue) = 140+113+139=392 (51% of max value = 765). Red value is 140 (55.08% from 255 or 35.71% from 392); Green value is 113 (44.53% from 255 or 28.83% from 392); Blue value is 139 (54.69% from 255 or 35.46% from 392); Max value from RGB is 140 - color contains mainly: red. Hex color #8C718B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C718B is #738E74. Grayscale: #7B7B7B. Windows color (decimal): -7573109 or 9138572. OLE color: 9138572.
HSL color Cylindrical-coordinate representation of color #8C718B: hue angle of 302.22º 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 #8C718B is Cyan = 0, Magento = 0.19, Yellow = 0.01 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 113 | 139 | - |
| CMYK | 0 | 0.19 | 0.01 | 0.45 |
| HSL | 302.22º | 0.11% | 0.5% | - |
| HSV(B) | 302.22º | 0.19% | 0.55% | - |
| XYZ | 21.38 | 19.25 | 27.01 | - |
| YUV | 124.04 | 136.45 | 139.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 113 | 139 | 0 | 0.19 | 0.01 | 0.45 | 302.22 | 0.11 | 0.5 |
| Hex | 8C | 71 | 8B | 0 | 13 | 1 | 2D | 12E | B | 32 |
| Octal | 214 | 161 | 213 | 0 | 23 | 1 | 55 | 456 | 13 | 62 |
| Binary | 10001100 | 1110001 | 10001011 | 0 | 10011 | 1 | 101101 | 100101110 | 1011 | 110010 |
Color Harmonies of #8C718B
Complementary color
Monochromatic Colors of #8C718B
Black with #8C718B
Text Example
Text Example
White with #8C718B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C718B; }
p { color: rgb(140,113,139); }
H1.HeaderClassName
{
color: #8C718B;
}
.AnyTagClassName
{
color: #8C718B;
}
</style>
background-color css
<style>
a { background-color: #8C718B; }
a { background-color: rgb(140,113,139); }
div.DivClassName
{
background-color: #8C718B;
}
.BgClassName
{
background-color: #8C718B;
}
</style>
border-color css
<style>
span { border-color: #8C718B; }
span { border-color: rgb(140,113,139); }
td.TdClassName
{
border-color: #8C718B;
}
.TagClassName
{
border-color: #8C718B;
}
</style>