Shades of Friar Grey #8F8974
Tints of Friar Grey #8F8974
RGB
CMYK
RGB Variations
Color information
#8F8974 (or 0x8F8974) is known color: Friar Grey. HEX triplet: 8F, 89 and 74. RGB value is (143,137,116). Sum of RGB (Red+Green+Blue) = 143+137+116=396 (52% of max value = 765). Red value is 143 (56.25% from 255 or 36.11% from 396); Green value is 137 (53.91% from 255 or 34.60% from 396); Blue value is 116 (45.70% from 255 or 29.29% from 396); Max value from RGB is 143 - color contains mainly: red. Hex color #8F8974 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F8974 is #70768B. Grayscale: #888888. Windows color (decimal): -7370380 or 7637391. OLE color: 7637391.
HSL color Cylindrical-coordinate representation of color #8F8974: hue angle of 46.67º degrees, saturation: 0.11, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #8F8974 is Cyan = 0, Magento = 0.04, Yellow = 0.19 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 137 | 116 | - |
| CMYK | 0 | 0.04 | 0.19 | 0.44 |
| HSL | 46.67º | 0.11% | 0.51% | - |
| HSV(B) | 46.67º | 0.19% | 0.56% | - |
| XYZ | 23.43 | 24.99 | 20.11 | - |
| YUV | 136.4 | 116.49 | 132.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 137 | 116 | 0 | 0.04 | 0.19 | 0.44 | 46.67 | 0.11 | 0.51 |
| Hex | 8F | 89 | 74 | 0 | 4 | 13 | 2C | 2F | B | 33 |
| Octal | 217 | 211 | 164 | 0 | 4 | 23 | 54 | 57 | 13 | 63 |
| Binary | 10001111 | 10001001 | 1110100 | 0 | 100 | 10011 | 101100 | 101111 | 1011 | 110011 |
Color Harmonies of #8F8974
Complementary color
Monochromatic Colors of #8F8974
Black with #8F8974
Text Example
Text Example
White with #8F8974
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F8974; }
p { color: rgb(143,137,116); }
H1.HeaderClassName
{
color: #8F8974;
}
.AnyTagClassName
{
color: #8F8974;
}
</style>
background-color css
<style>
a { background-color: #8F8974; }
a { background-color: rgb(143,137,116); }
div.DivClassName
{
background-color: #8F8974;
}
.BgClassName
{
background-color: #8F8974;
}
</style>
border-color css
<style>
span { border-color: #8F8974; }
span { border-color: rgb(143,137,116); }
td.TdClassName
{
border-color: #8F8974;
}
.TagClassName
{
border-color: #8F8974;
}
</style>