Shades of Friar Grey #8B8878
Tints of Friar Grey #8B8878
RGB
CMYK
RGB Variations
Color information
#8B8878 (or 0x8B8878) is known color: Friar Grey. HEX triplet: 8B, 88 and 78. RGB value is (139,136,120). Sum of RGB (Red+Green+Blue) = 139+136+120=395 (52% of max value = 765). Red value is 139 (54.69% from 255 or 35.19% from 395); Green value is 136 (53.52% from 255 or 34.43% from 395); Blue value is 120 (47.27% from 255 or 30.38% from 395); Max value from RGB is 139 - color contains mainly: red. Hex color #8B8878 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B8878 is #747787. Grayscale: #878787. Windows color (decimal): -7632776 or 7899275. OLE color: 7899275.
HSL color Cylindrical-coordinate representation of color #8B8878: hue angle of 50.53º degrees, saturation: 0.08, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #8B8878 is Cyan = 0, Magento = 0.02, Yellow = 0.14 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 136 | 120 | - |
| CMYK | 0 | 0.02 | 0.14 | 0.45 |
| HSL | 50.53º | 0.08% | 0.51% | - |
| HSV(B) | 50.53º | 0.14% | 0.55% | - |
| XYZ | 22.84 | 24.45 | 21.29 | - |
| YUV | 135.07 | 119.49 | 130.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 136 | 120 | 0 | 0.02 | 0.14 | 0.45 | 50.53 | 0.08 | 0.51 |
| Hex | 8B | 88 | 78 | 0 | 2 | E | 2D | 33 | 8 | 33 |
| Octal | 213 | 210 | 170 | 0 | 2 | 16 | 55 | 63 | 10 | 63 |
| Binary | 10001011 | 10001000 | 1111000 | 0 | 10 | 1110 | 101101 | 110011 | 1000 | 110011 |
Color Harmonies of #8B8878
Complementary color
Monochromatic Colors of #8B8878
Black with #8B8878
Text Example
Text Example
White with #8B8878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B8878; }
p { color: rgb(139,136,120); }
H1.HeaderClassName
{
color: #8B8878;
}
.AnyTagClassName
{
color: #8B8878;
}
</style>
background-color css
<style>
a { background-color: #8B8878; }
a { background-color: rgb(139,136,120); }
div.DivClassName
{
background-color: #8B8878;
}
.BgClassName
{
background-color: #8B8878;
}
</style>
border-color css
<style>
span { border-color: #8B8878; }
span { border-color: rgb(139,136,120); }
td.TdClassName
{
border-color: #8B8878;
}
.TagClassName
{
border-color: #8B8878;
}
</style>