Shades of Friar Grey #8B8779
Tints of Friar Grey #8B8779
RGB
CMYK
RGB Variations
Color information
#8B8779 (or 0x8B8779) is known color: Friar Grey. HEX triplet: 8B, 87 and 79. RGB value is (139,135,121). Sum of RGB (Red+Green+Blue) = 139+135+121=395 (52% of max value = 765). Red value is 139 (54.69% from 255 or 35.19% from 395); Green value is 135 (53.12% from 255 or 34.18% from 395); Blue value is 121 (47.66% from 255 or 30.63% from 395); Max value from RGB is 139 - color contains mainly: red. Hex color #8B8779 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B8779 is #747886. Grayscale: #868686. Windows color (decimal): -7633031 or 7964555. OLE color: 7964555.
HSL color Cylindrical-coordinate representation of color #8B8779: hue angle of 46.67º degrees, saturation: 0.07, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #8B8779 is Cyan = 0, Magento = 0.03, Yellow = 0.13 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 135 | 121 | - |
| CMYK | 0 | 0.03 | 0.13 | 0.45 |
| HSL | 46.67º | 0.07% | 0.51% | - |
| HSV(B) | 46.67º | 0.13% | 0.55% | - |
| XYZ | 22.76 | 24.2 | 21.56 | - |
| YUV | 134.6 | 120.33 | 131.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 135 | 121 | 0 | 0.03 | 0.13 | 0.45 | 46.67 | 0.07 | 0.51 |
| Hex | 8B | 87 | 79 | 0 | 3 | D | 2D | 2F | 7 | 33 |
| Octal | 213 | 207 | 171 | 0 | 3 | 15 | 55 | 57 | 7 | 63 |
| Binary | 10001011 | 10000111 | 1111001 | 0 | 11 | 1101 | 101101 | 101111 | 111 | 110011 |
Color Harmonies of #8B8779
Complementary color
Monochromatic Colors of #8B8779
Black with #8B8779
Text Example
Text Example
White with #8B8779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B8779; }
p { color: rgb(139,135,121); }
H1.HeaderClassName
{
color: #8B8779;
}
.AnyTagClassName
{
color: #8B8779;
}
</style>
background-color css
<style>
a { background-color: #8B8779; }
a { background-color: rgb(139,135,121); }
div.DivClassName
{
background-color: #8B8779;
}
.BgClassName
{
background-color: #8B8779;
}
</style>
border-color css
<style>
span { border-color: #8B8779; }
span { border-color: rgb(139,135,121); }
td.TdClassName
{
border-color: #8B8779;
}
.TagClassName
{
border-color: #8B8779;
}
</style>