Shades of Friar Grey #8D8571
Tints of Friar Grey #8D8571
RGB
CMYK
RGB Variations
Color information
#8D8571 (or 0x8D8571) is known color: Friar Grey. HEX triplet: 8D, 85 and 71. RGB value is (141,133,113). Sum of RGB (Red+Green+Blue) = 141+133+113=387 (51% of max value = 765). Red value is 141 (55.47% from 255 or 36.43% from 387); Green value is 133 (52.34% from 255 or 34.37% from 387); Blue value is 113 (44.53% from 255 or 29.20% from 387); Max value from RGB is 141 - color contains mainly: red. Hex color #8D8571 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D8571 is #727A8E. Grayscale: #858585. Windows color (decimal): -7502479 or 7439757. OLE color: 7439757.
HSL color Cylindrical-coordinate representation of color #8D8571: hue angle of 42.86º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #8D8571 is Cyan = 0, Magento = 0.06, Yellow = 0.20 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 133 | 113 | - |
| CMYK | 0 | 0.06 | 0.20 | 0.45 |
| HSL | 42.86º | 0.11% | 0.5% | - |
| HSV(B) | 42.86º | 0.2% | 0.55% | - |
| XYZ | 22.35 | 23.63 | 19.01 | - |
| YUV | 133.11 | 116.65 | 133.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 133 | 113 | 0 | 0.06 | 0.20 | 0.45 | 42.86 | 0.11 | 0.5 |
| Hex | 8D | 85 | 71 | 0 | 6 | 14 | 2D | 2B | B | 32 |
| Octal | 215 | 205 | 161 | 0 | 6 | 24 | 55 | 53 | 13 | 62 |
| Binary | 10001101 | 10000101 | 1110001 | 0 | 110 | 10100 | 101101 | 101011 | 1011 | 110010 |
Color Harmonies of #8D8571
Complementary color
Monochromatic Colors of #8D8571
Black with #8D8571
Text Example
Text Example
White with #8D8571
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D8571; }
p { color: rgb(141,133,113); }
H1.HeaderClassName
{
color: #8D8571;
}
.AnyTagClassName
{
color: #8D8571;
}
</style>
background-color css
<style>
a { background-color: #8D8571; }
a { background-color: rgb(141,133,113); }
div.DivClassName
{
background-color: #8D8571;
}
.BgClassName
{
background-color: #8D8571;
}
</style>
border-color css
<style>
span { border-color: #8D8571; }
span { border-color: rgb(141,133,113); }
td.TdClassName
{
border-color: #8D8571;
}
.TagClassName
{
border-color: #8D8571;
}
</style>