Shades of Trendy Pink #8C768D
Tints of Trendy Pink #8C768D
RGB
CMYK
RGB Variations
Color information
#8C768D (or 0x8C768D) is known color: Trendy Pink. HEX triplet: 8C, 76 and 8D. RGB value is (140,118,141). Sum of RGB (Red+Green+Blue) = 140+118+141=399 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.09% from 399); Green value is 118 (46.48% from 255 or 29.57% from 399); Blue value is 141 (55.47% from 255 or 35.34% from 399); Max value from RGB is 141 - color contains mainly: blue. Hex color #8C768D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C768D is #738972. Grayscale: #7F7F7F. Windows color (decimal): -7571827 or 9270924. OLE color: 9270924.
HSL color Cylindrical-coordinate representation of color #8C768D: hue angle of 297.39º degrees, saturation: 0.09, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #8C768D is Cyan = 0.01, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 118 | 141 | - |
| CMYK | 0.01 | 0.16 | 0 | 0.45 |
| HSL | 297.39º | 0.09% | 0.51% | - |
| HSV(B) | 297.39º | 0.16% | 0.55% | - |
| XYZ | 22.1 | 20.46 | 27.98 | - |
| YUV | 127.2 | 135.79 | 137.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 118 | 141 | 0.01 | 0.16 | 0 | 0.45 | 297.39 | 0.09 | 0.51 |
| Hex | 8C | 76 | 8D | 1 | 10 | 0 | 2D | 129 | 9 | 33 |
| Octal | 214 | 166 | 215 | 1 | 20 | 0 | 55 | 451 | 11 | 63 |
| Binary | 10001100 | 1110110 | 10001101 | 1 | 10000 | 0 | 101101 | 100101001 | 1001 | 110011 |
Color Harmonies of #8C768D
Complementary color
Monochromatic Colors of #8C768D
Black with #8C768D
Text Example
Text Example
White with #8C768D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C768D; }
p { color: rgb(140,118,141); }
H1.HeaderClassName
{
color: #8C768D;
}
.AnyTagClassName
{
color: #8C768D;
}
</style>
background-color css
<style>
a { background-color: #8C768D; }
a { background-color: rgb(140,118,141); }
div.DivClassName
{
background-color: #8C768D;
}
.BgClassName
{
background-color: #8C768D;
}
</style>
border-color css
<style>
span { border-color: #8C768D; }
span { border-color: rgb(140,118,141); }
td.TdClassName
{
border-color: #8C768D;
}
.TagClassName
{
border-color: #8C768D;
}
</style>