Shades of Friar Grey #8A8678
Tints of Friar Grey #8A8678
RGB
CMYK
RGB Variations
Color information
#8A8678 (or 0x8A8678) is known color: Friar Grey. HEX triplet: 8A, 86 and 78. RGB value is (138,134,120). Sum of RGB (Red+Green+Blue) = 138+134+120=392 (51% of max value = 765). Red value is 138 (54.30% from 255 or 35.20% from 392); Green value is 134 (52.73% from 255 or 34.18% from 392); Blue value is 120 (47.27% from 255 or 30.61% from 392); Max value from RGB is 138 - color contains mainly: red. Hex color #8A8678 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A8678 is #757987. Grayscale: #858585. Windows color (decimal): -7698824 or 7898762. OLE color: 7898762.
HSL color Cylindrical-coordinate representation of color #8A8678: hue angle of 46.67º degrees, saturation: 0.07, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #8A8678 is Cyan = 0, Magento = 0.03, Yellow = 0.13 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 134 | 120 | - |
| CMYK | 0 | 0.03 | 0.13 | 0.46 |
| HSL | 46.67º | 0.07% | 0.51% | - |
| HSV(B) | 46.67º | 0.13% | 0.54% | - |
| XYZ | 22.4 | 23.81 | 21.18 | - |
| YUV | 133.6 | 120.33 | 131.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 134 | 120 | 0 | 0.03 | 0.13 | 0.46 | 46.67 | 0.07 | 0.51 |
| Hex | 8A | 86 | 78 | 0 | 3 | D | 2E | 2F | 7 | 33 |
| Octal | 212 | 206 | 170 | 0 | 3 | 15 | 56 | 57 | 7 | 63 |
| Binary | 10001010 | 10000110 | 1111000 | 0 | 11 | 1101 | 101110 | 101111 | 111 | 110011 |
Color Harmonies of #8A8678
Complementary color
Monochromatic Colors of #8A8678
Black with #8A8678
Text Example
Text Example
White with #8A8678
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A8678; }
p { color: rgb(138,134,120); }
H1.HeaderClassName
{
color: #8A8678;
}
.AnyTagClassName
{
color: #8A8678;
}
</style>
background-color css
<style>
a { background-color: #8A8678; }
a { background-color: rgb(138,134,120); }
div.DivClassName
{
background-color: #8A8678;
}
.BgClassName
{
background-color: #8A8678;
}
</style>
border-color css
<style>
span { border-color: #8A8678; }
span { border-color: rgb(138,134,120); }
td.TdClassName
{
border-color: #8A8678;
}
.TagClassName
{
border-color: #8A8678;
}
</style>