Shades of Friar Grey #8C877C
Tints of Friar Grey #8C877C
RGB
CMYK
RGB Variations
Color information
#8C877C (or 0x8C877C) is known color: Friar Grey. HEX triplet: 8C, 87 and 7C. RGB value is (140,135,124). Sum of RGB (Red+Green+Blue) = 140+135+124=399 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.09% from 399); Green value is 135 (53.12% from 255 or 33.83% from 399); Blue value is 124 (48.83% from 255 or 31.08% from 399); Max value from RGB is 140 - color contains mainly: red. Hex color #8C877C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C877C is #737883. Grayscale: #878787. Windows color (decimal): -7567492 or 8161164. OLE color: 8161164.
HSL color Cylindrical-coordinate representation of color #8C877C: hue angle of 41.25º degrees, saturation: 0.07, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #8C877C is Cyan = 0, Magento = 0.04, Yellow = 0.11 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 135 | 124 | - |
| CMYK | 0 | 0.04 | 0.11 | 0.45 |
| HSL | 41.25º | 0.07% | 0.52% | - |
| HSV(B) | 41.25º | 0.11% | 0.55% | - |
| XYZ | 23.12 | 24.36 | 22.55 | - |
| YUV | 135.24 | 121.66 | 131.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 135 | 124 | 0 | 0.04 | 0.11 | 0.45 | 41.25 | 0.07 | 0.52 |
| Hex | 8C | 87 | 7C | 0 | 4 | B | 2D | 29 | 7 | 34 |
| Octal | 214 | 207 | 174 | 0 | 4 | 13 | 55 | 51 | 7 | 64 |
| Binary | 10001100 | 10000111 | 1111100 | 0 | 100 | 1011 | 101101 | 101001 | 111 | 110100 |
Color Harmonies of #8C877C
Complementary color
Monochromatic Colors of #8C877C
Black with #8C877C
Text Example
Text Example
White with #8C877C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C877C; }
p { color: rgb(140,135,124); }
H1.HeaderClassName
{
color: #8C877C;
}
.AnyTagClassName
{
color: #8C877C;
}
</style>
background-color css
<style>
a { background-color: #8C877C; }
a { background-color: rgb(140,135,124); }
div.DivClassName
{
background-color: #8C877C;
}
.BgClassName
{
background-color: #8C877C;
}
</style>
border-color css
<style>
span { border-color: #8C877C; }
span { border-color: rgb(140,135,124); }
td.TdClassName
{
border-color: #8C877C;
}
.TagClassName
{
border-color: #8C877C;
}
</style>