Shades of Friar Grey #8D887C
Tints of Friar Grey #8D887C
RGB
CMYK
RGB Variations
Color information
#8D887C (or 0x8D887C) is known color: Friar Grey. HEX triplet: 8D, 88 and 7C. RGB value is (141,136,124). Sum of RGB (Red+Green+Blue) = 141+136+124=401 (53% of max value = 765). Red value is 141 (55.47% from 255 or 35.16% from 401); Green value is 136 (53.52% from 255 or 33.92% from 401); Blue value is 124 (48.83% from 255 or 30.92% from 401); Max value from RGB is 141 - color contains mainly: red. Hex color #8D887C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D887C is #727783. Grayscale: #888888. Windows color (decimal): -7501700 or 8161421. OLE color: 8161421.
HSL color Cylindrical-coordinate representation of color #8D887C: hue angle of 42.35º degrees, saturation: 0.07, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #8D887C is Cyan = 0, Magento = 0.04, Yellow = 0.12 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 136 | 124 | - |
| CMYK | 0 | 0.04 | 0.12 | 0.45 |
| HSL | 42.35º | 0.07% | 0.52% | - |
| HSV(B) | 42.35º | 0.12% | 0.55% | - |
| XYZ | 23.43 | 24.73 | 22.61 | - |
| YUV | 136.13 | 121.16 | 131.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 136 | 124 | 0 | 0.04 | 0.12 | 0.45 | 42.35 | 0.07 | 0.52 |
| Hex | 8D | 88 | 7C | 0 | 4 | C | 2D | 2A | 7 | 34 |
| Octal | 215 | 210 | 174 | 0 | 4 | 14 | 55 | 52 | 7 | 64 |
| Binary | 10001101 | 10001000 | 1111100 | 0 | 100 | 1100 | 101101 | 101010 | 111 | 110100 |
Color Harmonies of #8D887C
Complementary color
Monochromatic Colors of #8D887C
Black with #8D887C
Text Example
Text Example
White with #8D887C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D887C; }
p { color: rgb(141,136,124); }
H1.HeaderClassName
{
color: #8D887C;
}
.AnyTagClassName
{
color: #8D887C;
}
</style>
background-color css
<style>
a { background-color: #8D887C; }
a { background-color: rgb(141,136,124); }
div.DivClassName
{
background-color: #8D887C;
}
.BgClassName
{
background-color: #8D887C;
}
</style>
border-color css
<style>
span { border-color: #8D887C; }
span { border-color: rgb(141,136,124); }
td.TdClassName
{
border-color: #8D887C;
}
.TagClassName
{
border-color: #8D887C;
}
</style>