Shades of Friar Grey #8C877B
Tints of Friar Grey #8C877B
RGB
CMYK
RGB Variations
Color information
#8C877B (or 0x8C877B) is known color: Friar Grey. HEX triplet: 8C, 87 and 7B. RGB value is (140,135,123). Sum of RGB (Red+Green+Blue) = 140+135+123=398 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.18% from 398); Green value is 135 (53.12% from 255 or 33.92% from 398); Blue value is 123 (48.44% from 255 or 30.90% from 398); Max value from RGB is 140 - color contains mainly: red. Hex color #8C877B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C877B is #737884. Grayscale: #878787. Windows color (decimal): -7567493 or 8095628. OLE color: 8095628.
HSL color Cylindrical-coordinate representation of color #8C877B: 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 #8C877B is Cyan = 0, Magento = 0.04, Yellow = 0.12 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 135 | 123 | - |
| 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.05 | 24.33 | 22.22 | - |
| YUV | 135.13 | 121.16 | 131.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 135 | 123 | 0 | 0.04 | 0.12 | 0.45 | 42.35 | 0.07 | 0.52 |
| Hex | 8C | 87 | 7B | 0 | 4 | C | 2D | 2A | 7 | 34 |
| Octal | 214 | 207 | 173 | 0 | 4 | 14 | 55 | 52 | 7 | 64 |
| Binary | 10001100 | 10000111 | 1111011 | 0 | 100 | 1100 | 101101 | 101010 | 111 | 110100 |
Color Harmonies of #8C877B
Complementary color
Monochromatic Colors of #8C877B
Black with #8C877B
Text Example
Text Example
White with #8C877B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C877B; }
p { color: rgb(140,135,123); }
H1.HeaderClassName
{
color: #8C877B;
}
.AnyTagClassName
{
color: #8C877B;
}
</style>
background-color css
<style>
a { background-color: #8C877B; }
a { background-color: rgb(140,135,123); }
div.DivClassName
{
background-color: #8C877B;
}
.BgClassName
{
background-color: #8C877B;
}
</style>
border-color css
<style>
span { border-color: #8C877B; }
span { border-color: rgb(140,135,123); }
td.TdClassName
{
border-color: #8C877B;
}
.TagClassName
{
border-color: #8C877B;
}
</style>