Shades of Friar Grey #8D8A7C
Tints of Friar Grey #8D8A7C
RGB
CMYK
RGB Variations
Color information
#8D8A7C (or 0x8D8A7C) is known color: Friar Grey. HEX triplet: 8D, 8A and 7C. RGB value is (141,138,124). Sum of RGB (Red+Green+Blue) = 141+138+124=403 (53% of max value = 765). Red value is 141 (55.47% from 255 or 34.99% from 403); Green value is 138 (54.30% from 255 or 34.24% from 403); Blue value is 124 (48.83% from 255 or 30.77% from 403); Max value from RGB is 141 - color contains mainly: red. Hex color #8D8A7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D8A7C is #727583. Grayscale: #898989. Windows color (decimal): -7501188 or 8161933. OLE color: 8161933.
HSL color Cylindrical-coordinate representation of color #8D8A7C: hue angle of 49.41º degrees, saturation: 0.07, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #8D8A7C is Cyan = 0, Magento = 0.02, Yellow = 0.12 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 138 | 124 | - |
| CMYK | 0 | 0.02 | 0.12 | 0.45 |
| HSL | 49.41º | 0.07% | 0.52% | - |
| HSV(B) | 49.41º | 0.12% | 0.55% | - |
| XYZ | 23.71 | 25.29 | 22.7 | - |
| YUV | 137.3 | 120.49 | 130.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 138 | 124 | 0 | 0.02 | 0.12 | 0.45 | 49.41 | 0.07 | 0.52 |
| Hex | 8D | 8A | 7C | 0 | 2 | C | 2D | 31 | 7 | 34 |
| Octal | 215 | 212 | 174 | 0 | 2 | 14 | 55 | 61 | 7 | 64 |
| Binary | 10001101 | 10001010 | 1111100 | 0 | 10 | 1100 | 101101 | 110001 | 111 | 110100 |
Color Harmonies of #8D8A7C
Complementary color
Monochromatic Colors of #8D8A7C
Black with #8D8A7C
Text Example
Text Example
White with #8D8A7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D8A7C; }
p { color: rgb(141,138,124); }
H1.HeaderClassName
{
color: #8D8A7C;
}
.AnyTagClassName
{
color: #8D8A7C;
}
</style>
background-color css
<style>
a { background-color: #8D8A7C; }
a { background-color: rgb(141,138,124); }
div.DivClassName
{
background-color: #8D8A7C;
}
.BgClassName
{
background-color: #8D8A7C;
}
</style>
border-color css
<style>
span { border-color: #8D8A7C; }
span { border-color: rgb(141,138,124); }
td.TdClassName
{
border-color: #8D8A7C;
}
.TagClassName
{
border-color: #8D8A7C;
}
</style>