Shades of Friar Grey #8A8672
Tints of Friar Grey #8A8672
RGB
CMYK
RGB Variations
Color information
#8A8672 (or 0x8A8672) is known color: Friar Grey. HEX triplet: 8A, 86 and 72. RGB value is (138,134,114). Sum of RGB (Red+Green+Blue) = 138+134+114=386 (51% of max value = 765). Red value is 138 (54.30% from 255 or 35.75% from 386); Green value is 134 (52.73% from 255 or 34.72% from 386); Blue value is 114 (44.92% from 255 or 29.53% from 386); Max value from RGB is 138 - color contains mainly: red. Hex color #8A8672 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A8672 is #75798D. Grayscale: #858585. Windows color (decimal): -7698830 or 7505546. OLE color: 7505546.
HSL color Cylindrical-coordinate representation of color #8A8672: hue angle of 50º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #8A8672 is Cyan = 0, Magento = 0.03, Yellow = 0.17 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 134 | 114 | - |
| CMYK | 0 | 0.03 | 0.17 | 0.46 |
| HSL | 50º | 0.1% | 0.49% | - |
| HSV(B) | 50º | 0.17% | 0.54% | - |
| XYZ | 22.04 | 23.67 | 19.33 | - |
| YUV | 132.92 | 117.33 | 131.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 134 | 114 | 0 | 0.03 | 0.17 | 0.46 | 50 | 0.1 | 0.49 |
| Hex | 8A | 86 | 72 | 0 | 3 | 11 | 2E | 32 | A | 31 |
| Octal | 212 | 206 | 162 | 0 | 3 | 21 | 56 | 62 | 12 | 61 |
| Binary | 10001010 | 10000110 | 1110010 | 0 | 11 | 10001 | 101110 | 110010 | 1010 | 110001 |
Color Harmonies of #8A8672
Complementary color
Monochromatic Colors of #8A8672
Black with #8A8672
Text Example
Text Example
White with #8A8672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A8672; }
p { color: rgb(138,134,114); }
H1.HeaderClassName
{
color: #8A8672;
}
.AnyTagClassName
{
color: #8A8672;
}
</style>
background-color css
<style>
a { background-color: #8A8672; }
a { background-color: rgb(138,134,114); }
div.DivClassName
{
background-color: #8A8672;
}
.BgClassName
{
background-color: #8A8672;
}
</style>
border-color css
<style>
span { border-color: #8A8672; }
span { border-color: rgb(138,134,114); }
td.TdClassName
{
border-color: #8A8672;
}
.TagClassName
{
border-color: #8A8672;
}
</style>