Shades of Friar Grey #8B867B
Tints of Friar Grey #8B867B
RGB
CMYK
RGB Variations
Color information
#8B867B (or 0x8B867B) is known color: Friar Grey. HEX triplet: 8B, 86 and 7B. RGB value is (139,134,123). Sum of RGB (Red+Green+Blue) = 139+134+123=396 (52% of max value = 765). Red value is 139 (54.69% from 255 or 35.10% from 396); Green value is 134 (52.73% from 255 or 33.84% from 396); Blue value is 123 (48.44% from 255 or 31.06% from 396); Max value from RGB is 139 - color contains mainly: red. Hex color #8B867B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B867B is #747984. Grayscale: #868686. Windows color (decimal): -7633285 or 8095371. OLE color: 8095371.
HSL color Cylindrical-coordinate representation of color #8B867B: hue angle of 41.25º degrees, saturation: 0.06, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #8B867B is Cyan = 0, Magento = 0.04, Yellow = 0.12 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 134 | 123 | - |
| CMYK | 0 | 0.04 | 0.12 | 0.45 |
| HSL | 41.25º | 0.06% | 0.51% | - |
| HSV(B) | 41.25º | 0.12% | 0.55% | - |
| XYZ | 22.75 | 23.97 | 22.17 | - |
| YUV | 134.24 | 121.66 | 131.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 134 | 123 | 0 | 0.04 | 0.12 | 0.45 | 41.25 | 0.06 | 0.51 |
| Hex | 8B | 86 | 7B | 0 | 4 | C | 2D | 29 | 6 | 33 |
| Octal | 213 | 206 | 173 | 0 | 4 | 14 | 55 | 51 | 6 | 63 |
| Binary | 10001011 | 10000110 | 1111011 | 0 | 100 | 1100 | 101101 | 101001 | 110 | 110011 |
Color Harmonies of #8B867B
Complementary color
Monochromatic Colors of #8B867B
Black with #8B867B
Text Example
Text Example
White with #8B867B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B867B; }
p { color: rgb(139,134,123); }
H1.HeaderClassName
{
color: #8B867B;
}
.AnyTagClassName
{
color: #8B867B;
}
</style>
background-color css
<style>
a { background-color: #8B867B; }
a { background-color: rgb(139,134,123); }
div.DivClassName
{
background-color: #8B867B;
}
.BgClassName
{
background-color: #8B867B;
}
</style>
border-color css
<style>
span { border-color: #8B867B; }
span { border-color: rgb(139,134,123); }
td.TdClassName
{
border-color: #8B867B;
}
.TagClassName
{
border-color: #8B867B;
}
</style>