Shades of Trendy Pink #8C728A
Tints of Trendy Pink #8C728A
RGB
CMYK
RGB Variations
Color information
#8C728A (or 0x8C728A) is known color: Trendy Pink. HEX triplet: 8C, 72 and 8A. RGB value is (140,114,138). Sum of RGB (Red+Green+Blue) = 140+114+138=392 (51% of max value = 765). Red value is 140 (55.08% from 255 or 35.71% from 392); Green value is 114 (44.92% from 255 or 29.08% from 392); Blue value is 138 (54.30% from 255 or 35.20% from 392); Max value from RGB is 140 - color contains mainly: red. Hex color #8C728A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C728A is #738D75. Grayscale: #7C7C7C. Windows color (decimal): -7572854 or 9073292. OLE color: 9073292.
HSL color Cylindrical-coordinate representation of color #8C728A: hue angle of 304.62º 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 #8C728A is Cyan = 0, Magento = 0.19, Yellow = 0.01 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 114 | 138 | - |
| CMYK | 0 | 0.19 | 0.01 | 0.45 |
| HSL | 304.62º | 0.1% | 0.5% | - |
| HSV(B) | 304.62º | 0.19% | 0.55% | - |
| XYZ | 21.42 | 19.45 | 26.67 | - |
| YUV | 124.51 | 135.61 | 139.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 114 | 138 | 0 | 0.19 | 0.01 | 0.45 | 304.62 | 0.1 | 0.5 |
| Hex | 8C | 72 | 8A | 0 | 13 | 1 | 2D | 131 | A | 32 |
| Octal | 214 | 162 | 212 | 0 | 23 | 1 | 55 | 461 | 12 | 62 |
| Binary | 10001100 | 1110010 | 10001010 | 0 | 10011 | 1 | 101101 | 100110001 | 1010 | 110010 |
Color Harmonies of #8C728A
Complementary color
Monochromatic Colors of #8C728A
Black with #8C728A
Text Example
Text Example
White with #8C728A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C728A; }
p { color: rgb(140,114,138); }
H1.HeaderClassName
{
color: #8C728A;
}
.AnyTagClassName
{
color: #8C728A;
}
</style>
background-color css
<style>
a { background-color: #8C728A; }
a { background-color: rgb(140,114,138); }
div.DivClassName
{
background-color: #8C728A;
}
.BgClassName
{
background-color: #8C728A;
}
</style>
border-color css
<style>
span { border-color: #8C728A; }
span { border-color: rgb(140,114,138); }
td.TdClassName
{
border-color: #8C728A;
}
.TagClassName
{
border-color: #8C728A;
}
</style>