Shades of Friar Grey #8A8779
Tints of Friar Grey #8A8779
RGB
CMYK
RGB Variations
Color information
#8A8779 (or 0x8A8779) is known color: Friar Grey. HEX triplet: 8A, 87 and 79. RGB value is (138,135,121). Sum of RGB (Red+Green+Blue) = 138+135+121=394 (52% of max value = 765). Red value is 138 (54.30% from 255 or 35.03% from 394); Green value is 135 (53.12% from 255 or 34.26% from 394); Blue value is 121 (47.66% from 255 or 30.71% from 394); Max value from RGB is 138 - color contains mainly: red. Hex color #8A8779 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A8779 is #757886. Grayscale: #868686. Windows color (decimal): -7698567 or 7964554. OLE color: 7964554.
HSL color Cylindrical-coordinate representation of color #8A8779: hue angle of 49.41º degrees, saturation: 0.07, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #8A8779 is Cyan = 0, Magento = 0.02, Yellow = 0.12 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 135 | 121 | - |
| CMYK | 0 | 0.02 | 0.12 | 0.46 |
| HSL | 49.41º | 0.07% | 0.51% | - |
| HSV(B) | 49.41º | 0.12% | 0.54% | - |
| XYZ | 22.6 | 24.11 | 21.55 | - |
| YUV | 134.3 | 120.49 | 130.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 135 | 121 | 0 | 0.02 | 0.12 | 0.46 | 49.41 | 0.07 | 0.51 |
| Hex | 8A | 87 | 79 | 0 | 2 | C | 2E | 31 | 7 | 33 |
| Octal | 212 | 207 | 171 | 0 | 2 | 14 | 56 | 61 | 7 | 63 |
| Binary | 10001010 | 10000111 | 1111001 | 0 | 10 | 1100 | 101110 | 110001 | 111 | 110011 |
Color Harmonies of #8A8779
Complementary color
Monochromatic Colors of #8A8779
Black with #8A8779
Text Example
Text Example
White with #8A8779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A8779; }
p { color: rgb(138,135,121); }
H1.HeaderClassName
{
color: #8A8779;
}
.AnyTagClassName
{
color: #8A8779;
}
</style>
background-color css
<style>
a { background-color: #8A8779; }
a { background-color: rgb(138,135,121); }
div.DivClassName
{
background-color: #8A8779;
}
.BgClassName
{
background-color: #8A8779;
}
</style>
border-color css
<style>
span { border-color: #8A8779; }
span { border-color: rgb(138,135,121); }
td.TdClassName
{
border-color: #8A8779;
}
.TagClassName
{
border-color: #8A8779;
}
</style>