Shades of Friar Grey #8B8875
Tints of Friar Grey #8B8875
RGB
CMYK
RGB Variations
Color information
#8B8875 (or 0x8B8875) is known color: Friar Grey. HEX triplet: 8B, 88 and 75. RGB value is (139,136,117). Sum of RGB (Red+Green+Blue) = 139+136+117=392 (51% of max value = 765). Red value is 139 (54.69% from 255 or 35.46% from 392); Green value is 136 (53.52% from 255 or 34.69% from 392); Blue value is 117 (46.09% from 255 or 29.85% from 392); Max value from RGB is 139 - color contains mainly: red. Hex color #8B8875 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B8875 is #74778A. Grayscale: #868686. Windows color (decimal): -7632779 or 7702667. OLE color: 7702667.
HSL color Cylindrical-coordinate representation of color #8B8875: hue angle of 51.82º degrees, saturation: 0.09, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #8B8875 is Cyan = 0, Magento = 0.02, Yellow = 0.16 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 136 | 117 | - |
| CMYK | 0 | 0.02 | 0.16 | 0.45 |
| HSL | 51.82º | 0.09% | 0.5% | - |
| HSV(B) | 51.82º | 0.16% | 0.55% | - |
| XYZ | 22.66 | 24.38 | 20.34 | - |
| YUV | 134.73 | 117.99 | 131.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 136 | 117 | 0 | 0.02 | 0.16 | 0.45 | 51.82 | 0.09 | 0.5 |
| Hex | 8B | 88 | 75 | 0 | 2 | 10 | 2D | 34 | 9 | 32 |
| Octal | 213 | 210 | 165 | 0 | 2 | 20 | 55 | 64 | 11 | 62 |
| Binary | 10001011 | 10001000 | 1110101 | 0 | 10 | 10000 | 101101 | 110100 | 1001 | 110010 |
Color Harmonies of #8B8875
Complementary color
Monochromatic Colors of #8B8875
Black with #8B8875
Text Example
Text Example
White with #8B8875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B8875; }
p { color: rgb(139,136,117); }
H1.HeaderClassName
{
color: #8B8875;
}
.AnyTagClassName
{
color: #8B8875;
}
</style>
background-color css
<style>
a { background-color: #8B8875; }
a { background-color: rgb(139,136,117); }
div.DivClassName
{
background-color: #8B8875;
}
.BgClassName
{
background-color: #8B8875;
}
</style>
border-color css
<style>
span { border-color: #8B8875; }
span { border-color: rgb(139,136,117); }
td.TdClassName
{
border-color: #8B8875;
}
.TagClassName
{
border-color: #8B8875;
}
</style>