Shades of Friar Grey #8D8B82
Tints of Friar Grey #8D8B82
RGB
CMYK
RGB Variations
Color information
#8D8B82 (or 0x8D8B82) is known color: Friar Grey. HEX triplet: 8D, 8B and 82. RGB value is (141,139,130). Sum of RGB (Red+Green+Blue) = 141+139+130=410 (54% of max value = 765). Red value is 141 (55.47% from 255 or 34.39% from 410); Green value is 139 (54.69% from 255 or 33.90% from 410); Blue value is 130 (51.17% from 255 or 31.71% from 410); Max value from RGB is 141 - color contains mainly: red. Hex color #8D8B82 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D8B82 is #72747D. Grayscale: #8A8A8A. Windows color (decimal): -7500926 or 8555405. OLE color: 8555405.
HSL color Cylindrical-coordinate representation of color #8D8B82: hue angle of 49.09º degrees, saturation: 0.05, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #8D8B82 is Cyan = 0, Magento = 0.01, Yellow = 0.08 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 139 | 130 | - |
| CMYK | 0 | 0.01 | 0.08 | 0.45 |
| HSL | 49.09º | 0.05% | 0.53% | - |
| HSV(B) | 49.09º | 0.08% | 0.55% | - |
| XYZ | 24.25 | 25.74 | 24.81 | - |
| YUV | 138.57 | 123.16 | 129.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 139 | 130 | 0 | 0.01 | 0.08 | 0.45 | 49.09 | 0.05 | 0.53 |
| Hex | 8D | 8B | 82 | 0 | 1 | 8 | 2D | 31 | 5 | 35 |
| Octal | 215 | 213 | 202 | 0 | 1 | 10 | 55 | 61 | 5 | 65 |
| Binary | 10001101 | 10001011 | 10000010 | 0 | 1 | 1000 | 101101 | 110001 | 101 | 110101 |
Color Harmonies of #8D8B82
Complementary color
Monochromatic Colors of #8D8B82
Black with #8D8B82
Text Example
Text Example
White with #8D8B82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D8B82; }
p { color: rgb(141,139,130); }
H1.HeaderClassName
{
color: #8D8B82;
}
.AnyTagClassName
{
color: #8D8B82;
}
</style>
background-color css
<style>
a { background-color: #8D8B82; }
a { background-color: rgb(141,139,130); }
div.DivClassName
{
background-color: #8D8B82;
}
.BgClassName
{
background-color: #8D8B82;
}
</style>
border-color css
<style>
span { border-color: #8D8B82; }
span { border-color: rgb(141,139,130); }
td.TdClassName
{
border-color: #8D8B82;
}
.TagClassName
{
border-color: #8D8B82;
}
</style>