Shades of Friar Grey #8D887B
Tints of Friar Grey #8D887B
RGB
CMYK
RGB Variations
Color information
#8D887B (or 0x8D887B) is known color: Friar Grey. HEX triplet: 8D, 88 and 7B. RGB value is (141,136,123). Sum of RGB (Red+Green+Blue) = 141+136+123=400 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.25% from 400); Green value is 136 (53.52% from 255 or 34% from 400); Blue value is 123 (48.44% from 255 or 30.75% from 400); Max value from RGB is 141 - color contains mainly: red. Hex color #8D887B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D887B is #727784. Grayscale: #888888. Windows color (decimal): -7501701 or 8095885. OLE color: 8095885.
HSL color Cylindrical-coordinate representation of color #8D887B: hue angle of 43.33º degrees, saturation: 0.07, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #8D887B is Cyan = 0, Magento = 0.04, Yellow = 0.13 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 136 | 123 | - |
| CMYK | 0 | 0.04 | 0.13 | 0.45 |
| HSL | 43.33º | 0.07% | 0.52% | - |
| HSV(B) | 43.33º | 0.13% | 0.55% | - |
| XYZ | 23.36 | 24.7 | 22.28 | - |
| YUV | 136.01 | 120.66 | 131.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 136 | 123 | 0 | 0.04 | 0.13 | 0.45 | 43.33 | 0.07 | 0.52 |
| Hex | 8D | 88 | 7B | 0 | 4 | D | 2D | 2B | 7 | 34 |
| Octal | 215 | 210 | 173 | 0 | 4 | 15 | 55 | 53 | 7 | 64 |
| Binary | 10001101 | 10001000 | 1111011 | 0 | 100 | 1101 | 101101 | 101011 | 111 | 110100 |
Color Harmonies of #8D887B
Complementary color
Monochromatic Colors of #8D887B
Black with #8D887B
Text Example
Text Example
White with #8D887B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D887B; }
p { color: rgb(141,136,123); }
H1.HeaderClassName
{
color: #8D887B;
}
.AnyTagClassName
{
color: #8D887B;
}
</style>
background-color css
<style>
a { background-color: #8D887B; }
a { background-color: rgb(141,136,123); }
div.DivClassName
{
background-color: #8D887B;
}
.BgClassName
{
background-color: #8D887B;
}
</style>
border-color css
<style>
span { border-color: #8D887B; }
span { border-color: rgb(141,136,123); }
td.TdClassName
{
border-color: #8D887B;
}
.TagClassName
{
border-color: #8D887B;
}
</style>