Shades of Friar Grey #8B8982
Tints of Friar Grey #8B8982
RGB
CMYK
RGB Variations
Color information
#8B8982 (or 0x8B8982) is known color: Friar Grey. HEX triplet: 8B, 89 and 82. RGB value is (139,137,130). Sum of RGB (Red+Green+Blue) = 139+137+130=406 (53% of max value = 765). Red value is 139 (54.69% from 255 or 34.24% from 406); Green value is 137 (53.91% from 255 or 33.74% from 406); Blue value is 130 (51.17% from 255 or 32.02% from 406); Max value from RGB is 139 - color contains mainly: red. Hex color #8B8982 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B8982 is #74767D. Grayscale: #888888. Windows color (decimal): -7632510 or 8554891. OLE color: 8554891.
HSL color Cylindrical-coordinate representation of color #8B8982: hue angle of 46.67º degrees, saturation: 0.04, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #8B8982 is Cyan = 0, Magento = 0.01, Yellow = 0.06 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 137 | 130 | - |
| CMYK | 0 | 0.01 | 0.06 | 0.45 |
| HSL | 46.67º | 0.04% | 0.53% | - |
| HSV(B) | 46.67º | 0.06% | 0.55% | - |
| XYZ | 23.62 | 24.99 | 24.7 | - |
| YUV | 136.8 | 124.16 | 129.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 137 | 130 | 0 | 0.01 | 0.06 | 0.45 | 46.67 | 0.04 | 0.53 |
| Hex | 8B | 89 | 82 | 0 | 1 | 6 | 2D | 2F | 4 | 35 |
| Octal | 213 | 211 | 202 | 0 | 1 | 6 | 55 | 57 | 4 | 65 |
| Binary | 10001011 | 10001001 | 10000010 | 0 | 1 | 110 | 101101 | 101111 | 100 | 110101 |
Color Harmonies of #8B8982
Complementary color
Monochromatic Colors of #8B8982
Black with #8B8982
Text Example
Text Example
White with #8B8982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B8982; }
p { color: rgb(139,137,130); }
H1.HeaderClassName
{
color: #8B8982;
}
.AnyTagClassName
{
color: #8B8982;
}
</style>
background-color css
<style>
a { background-color: #8B8982; }
a { background-color: rgb(139,137,130); }
div.DivClassName
{
background-color: #8B8982;
}
.BgClassName
{
background-color: #8B8982;
}
</style>
border-color css
<style>
span { border-color: #8B8982; }
span { border-color: rgb(139,137,130); }
td.TdClassName
{
border-color: #8B8982;
}
.TagClassName
{
border-color: #8B8982;
}
</style>