Shades of Trendy Pink #8C738A
Tints of Trendy Pink #8C738A
RGB
CMYK
RGB Variations
Color information
#8C738A (or 0x8C738A) is known color: Trendy Pink. HEX triplet: 8C, 73 and 8A. RGB value is (140,115,138). Sum of RGB (Red+Green+Blue) = 140+115+138=393 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.62% from 393); Green value is 115 (45.31% from 255 or 29.26% from 393); Blue value is 138 (54.30% from 255 or 35.11% from 393); Max value from RGB is 140 - color contains mainly: red. Hex color #8C738A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C738A is #738C75. Grayscale: #7D7D7D. Windows color (decimal): -7572598 or 9073548. OLE color: 9073548.
HSL color Cylindrical-coordinate representation of color #8C738A: hue angle of 304.8º degrees, saturation: 0.1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #8C738A is Cyan = 0, Magento = 0.18, Yellow = 0.01 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 115 | 138 | - |
| CMYK | 0 | 0.18 | 0.01 | 0.45 |
| HSL | 304.8º | 0.1% | 0.5% | - |
| HSV(B) | 304.8º | 0.18% | 0.55% | - |
| XYZ | 21.53 | 19.67 | 26.71 | - |
| YUV | 125.1 | 135.28 | 138.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 115 | 138 | 0 | 0.18 | 0.01 | 0.45 | 304.8 | 0.1 | 0.5 |
| Hex | 8C | 73 | 8A | 0 | 12 | 1 | 2D | 131 | A | 32 |
| Octal | 214 | 163 | 212 | 0 | 22 | 1 | 55 | 461 | 12 | 62 |
| Binary | 10001100 | 1110011 | 10001010 | 0 | 10010 | 1 | 101101 | 100110001 | 1010 | 110010 |
Color Harmonies of #8C738A
Complementary color
Monochromatic Colors of #8C738A
Black with #8C738A
Text Example
Text Example
White with #8C738A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C738A; }
p { color: rgb(140,115,138); }
H1.HeaderClassName
{
color: #8C738A;
}
.AnyTagClassName
{
color: #8C738A;
}
</style>
background-color css
<style>
a { background-color: #8C738A; }
a { background-color: rgb(140,115,138); }
div.DivClassName
{
background-color: #8C738A;
}
.BgClassName
{
background-color: #8C738A;
}
</style>
border-color css
<style>
span { border-color: #8C738A; }
span { border-color: rgb(140,115,138); }
td.TdClassName
{
border-color: #8C738A;
}
.TagClassName
{
border-color: #8C738A;
}
</style>