Shades of Friar Grey #8F8978
Tints of Friar Grey #8F8978
RGB
CMYK
RGB Variations
Color information
#8F8978 (or 0x8F8978) is known color: Friar Grey. HEX triplet: 8F, 89 and 78. RGB value is (143,137,120). Sum of RGB (Red+Green+Blue) = 143+137+120=400 (52% of max value = 765). Red value is 143 (56.25% from 255 or 35.75% from 400); Green value is 137 (53.91% from 255 or 34.25% from 400); Blue value is 120 (47.27% from 255 or 30% from 400); Max value from RGB is 143 - color contains mainly: red. Hex color #8F8978 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F8978 is #707687. Grayscale: #888888. Windows color (decimal): -7370376 or 7899535. OLE color: 7899535.
HSL color Cylindrical-coordinate representation of color #8F8978: hue angle of 44.35º degrees, saturation: 0.09, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #8F8978 is Cyan = 0, Magento = 0.04, Yellow = 0.16 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 137 | 120 | - |
| CMYK | 0 | 0.04 | 0.16 | 0.44 |
| HSL | 44.35º | 0.09% | 0.52% | - |
| HSV(B) | 44.35º | 0.16% | 0.56% | - |
| XYZ | 23.66 | 25.09 | 21.36 | - |
| YUV | 136.86 | 118.49 | 132.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 137 | 120 | 0 | 0.04 | 0.16 | 0.44 | 44.35 | 0.09 | 0.52 |
| Hex | 8F | 89 | 78 | 0 | 4 | 10 | 2C | 2C | 9 | 34 |
| Octal | 217 | 211 | 170 | 0 | 4 | 20 | 54 | 54 | 11 | 64 |
| Binary | 10001111 | 10001001 | 1111000 | 0 | 100 | 10000 | 101100 | 101100 | 1001 | 110100 |
Color Harmonies of #8F8978
Complementary color
Monochromatic Colors of #8F8978
Black with #8F8978
Text Example
Text Example
White with #8F8978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F8978; }
p { color: rgb(143,137,120); }
H1.HeaderClassName
{
color: #8F8978;
}
.AnyTagClassName
{
color: #8F8978;
}
</style>
background-color css
<style>
a { background-color: #8F8978; }
a { background-color: rgb(143,137,120); }
div.DivClassName
{
background-color: #8F8978;
}
.BgClassName
{
background-color: #8F8978;
}
</style>
border-color css
<style>
span { border-color: #8F8978; }
span { border-color: rgb(143,137,120); }
td.TdClassName
{
border-color: #8F8978;
}
.TagClassName
{
border-color: #8F8978;
}
</style>