Shades of Trendy Pink #8C708A
Tints of Trendy Pink #8C708A
RGB
CMYK
RGB Variations
Color information
#8C708A (or 0x8C708A) is known color: Trendy Pink. HEX triplet: 8C, 70 and 8A. RGB value is (140,112,138). Sum of RGB (Red+Green+Blue) = 140+112+138=390 (51% of max value = 765). Red value is 140 (55.08% from 255 or 35.90% from 390); Green value is 112 (44.14% from 255 or 28.72% from 390); Blue value is 138 (54.30% from 255 or 35.38% from 390); Max value from RGB is 140 - color contains mainly: red. Hex color #8C708A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C708A is #738F75. Grayscale: #7B7B7B. Windows color (decimal): -7573366 or 9072780. OLE color: 9072780.
HSL color Cylindrical-coordinate representation of color #8C708A: hue angle of 304.29º degrees, saturation: 0.11, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #8C708A is Cyan = 0, Magento = 0.20, Yellow = 0.01 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 112 | 138 | - |
| CMYK | 0 | 0.20 | 0.01 | 0.45 |
| HSL | 304.29º | 0.11% | 0.49% | - |
| HSV(B) | 304.29º | 0.2% | 0.55% | - |
| XYZ | 21.2 | 19 | 26.59 | - |
| YUV | 123.34 | 136.28 | 139.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 112 | 138 | 0 | 0.20 | 0.01 | 0.45 | 304.29 | 0.11 | 0.49 |
| Hex | 8C | 70 | 8A | 0 | 14 | 1 | 2D | 130 | B | 31 |
| Octal | 214 | 160 | 212 | 0 | 24 | 1 | 55 | 460 | 13 | 61 |
| Binary | 10001100 | 1110000 | 10001010 | 0 | 10100 | 1 | 101101 | 100110000 | 1011 | 110001 |
Color Harmonies of #8C708A
Complementary color
Monochromatic Colors of #8C708A
Black with #8C708A
Text Example
Text Example
White with #8C708A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C708A; }
p { color: rgb(140,112,138); }
H1.HeaderClassName
{
color: #8C708A;
}
.AnyTagClassName
{
color: #8C708A;
}
</style>
background-color css
<style>
a { background-color: #8C708A; }
a { background-color: rgb(140,112,138); }
div.DivClassName
{
background-color: #8C708A;
}
.BgClassName
{
background-color: #8C708A;
}
</style>
border-color css
<style>
span { border-color: #8C708A; }
span { border-color: rgb(140,112,138); }
td.TdClassName
{
border-color: #8C708A;
}
.TagClassName
{
border-color: #8C708A;
}
</style>