Shades of Friar Grey #8A867C
Tints of Friar Grey #8A867C
RGB
CMYK
RGB Variations
Color information
#8A867C (or 0x8A867C) is known color: Friar Grey. HEX triplet: 8A, 86 and 7C. RGB value is (138,134,124). Sum of RGB (Red+Green+Blue) = 138+134+124=396 (52% of max value = 765). Red value is 138 (54.30% from 255 or 34.85% from 396); Green value is 134 (52.73% from 255 or 33.84% from 396); Blue value is 124 (48.83% from 255 or 31.31% from 396); Max value from RGB is 138 - color contains mainly: red. Hex color #8A867C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A867C is #757983. Grayscale: #868686. Windows color (decimal): -7698820 or 8160906. OLE color: 8160906.
HSL color Cylindrical-coordinate representation of color #8A867C: hue angle of 42.86º degrees, saturation: 0.06, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #8A867C is Cyan = 0, Magento = 0.03, Yellow = 0.10 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 134 | 124 | - |
| CMYK | 0 | 0.03 | 0.10 | 0.46 |
| HSL | 42.86º | 0.06% | 0.51% | - |
| HSV(B) | 42.86º | 0.1% | 0.54% | - |
| XYZ | 22.64 | 23.91 | 22.49 | - |
| YUV | 134.06 | 122.33 | 130.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 134 | 124 | 0 | 0.03 | 0.10 | 0.46 | 42.86 | 0.06 | 0.51 |
| Hex | 8A | 86 | 7C | 0 | 3 | A | 2E | 2B | 6 | 33 |
| Octal | 212 | 206 | 174 | 0 | 3 | 12 | 56 | 53 | 6 | 63 |
| Binary | 10001010 | 10000110 | 1111100 | 0 | 11 | 1010 | 101110 | 101011 | 110 | 110011 |
Color Harmonies of #8A867C
Complementary color
Monochromatic Colors of #8A867C
Black with #8A867C
Text Example
Text Example
White with #8A867C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A867C; }
p { color: rgb(138,134,124); }
H1.HeaderClassName
{
color: #8A867C;
}
.AnyTagClassName
{
color: #8A867C;
}
</style>
background-color css
<style>
a { background-color: #8A867C; }
a { background-color: rgb(138,134,124); }
div.DivClassName
{
background-color: #8A867C;
}
.BgClassName
{
background-color: #8A867C;
}
</style>
border-color css
<style>
span { border-color: #8A867C; }
span { border-color: rgb(138,134,124); }
td.TdClassName
{
border-color: #8A867C;
}
.TagClassName
{
border-color: #8A867C;
}
</style>