Shades of Friar Grey #8F8C7F
Tints of Friar Grey #8F8C7F
RGB
CMYK
RGB Variations
Color information
#8F8C7F (or 0x8F8C7F) is known color: Friar Grey. HEX triplet: 8F, 8C and 7F. RGB value is (143,140,127). Sum of RGB (Red+Green+Blue) = 143+140+127=410 (54% of max value = 765). Red value is 143 (56.25% from 255 or 34.88% from 410); Green value is 140 (55.08% from 255 or 34.15% from 410); Blue value is 127 (50% from 255 or 30.98% from 410); Max value from RGB is 143 - color contains mainly: red. Hex color #8F8C7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F8C7F is #707380. Grayscale: #8B8B8B. Windows color (decimal): -7369601 or 8359055. OLE color: 8359055.
HSL color Cylindrical-coordinate representation of color #8F8C7F: hue angle of 48.75º degrees, saturation: 0.07, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #8F8C7F is Cyan = 0, Magento = 0.02, Yellow = 0.11 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 140 | 127 | - |
| CMYK | 0 | 0.02 | 0.11 | 0.44 |
| HSL | 48.75º | 0.07% | 0.53% | - |
| HSV(B) | 48.75º | 0.11% | 0.56% | - |
| XYZ | 24.54 | 26.13 | 23.83 | - |
| YUV | 139.42 | 120.99 | 130.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 140 | 127 | 0 | 0.02 | 0.11 | 0.44 | 48.75 | 0.07 | 0.53 |
| Hex | 8F | 8C | 7F | 0 | 2 | B | 2C | 31 | 7 | 35 |
| Octal | 217 | 214 | 177 | 0 | 2 | 13 | 54 | 61 | 7 | 65 |
| Binary | 10001111 | 10001100 | 1111111 | 0 | 10 | 1011 | 101100 | 110001 | 111 | 110101 |
Color Harmonies of #8F8C7F
Complementary color
Monochromatic Colors of #8F8C7F
Black with #8F8C7F
Text Example
Text Example
White with #8F8C7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F8C7F; }
p { color: rgb(143,140,127); }
H1.HeaderClassName
{
color: #8F8C7F;
}
.AnyTagClassName
{
color: #8F8C7F;
}
</style>
background-color css
<style>
a { background-color: #8F8C7F; }
a { background-color: rgb(143,140,127); }
div.DivClassName
{
background-color: #8F8C7F;
}
.BgClassName
{
background-color: #8F8C7F;
}
</style>
border-color css
<style>
span { border-color: #8F8C7F; }
span { border-color: rgb(143,140,127); }
td.TdClassName
{
border-color: #8F8C7F;
}
.TagClassName
{
border-color: #8F8C7F;
}
</style>