Shades of Friar Grey #8C8A81
Tints of Friar Grey #8C8A81
RGB
CMYK
RGB Variations
Color information
#8C8A81 (or 0x8C8A81) is known color: Friar Grey. HEX triplet: 8C, 8A and 81. RGB value is (140,138,129). Sum of RGB (Red+Green+Blue) = 140+138+129=407 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.40% from 407); Green value is 138 (54.30% from 255 or 33.91% from 407); Blue value is 129 (50.78% from 255 or 31.70% from 407); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8A81 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C8A81 is #73757E. Grayscale: #898989. Windows color (decimal): -7566719 or 8489612. OLE color: 8489612.
HSL color Cylindrical-coordinate representation of color #8C8A81: 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 #8C8A81 is Cyan = 0, Magento = 0.01, Yellow = 0.08 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 138 | 129 | - |
| CMYK | 0 | 0.01 | 0.08 | 0.45 |
| HSL | 49.09º | 0.05% | 0.53% | - |
| HSV(B) | 49.09º | 0.08% | 0.55% | - |
| XYZ | 23.87 | 25.34 | 24.4 | - |
| YUV | 137.57 | 123.16 | 129.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 138 | 129 | 0 | 0.01 | 0.08 | 0.45 | 49.09 | 0.05 | 0.53 |
| Hex | 8C | 8A | 81 | 0 | 1 | 8 | 2D | 31 | 5 | 35 |
| Octal | 214 | 212 | 201 | 0 | 1 | 10 | 55 | 61 | 5 | 65 |
| Binary | 10001100 | 10001010 | 10000001 | 0 | 1 | 1000 | 101101 | 110001 | 101 | 110101 |
Color Harmonies of #8C8A81
Complementary color
Monochromatic Colors of #8C8A81
Black with #8C8A81
Text Example
Text Example
White with #8C8A81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C8A81; }
p { color: rgb(140,138,129); }
H1.HeaderClassName
{
color: #8C8A81;
}
.AnyTagClassName
{
color: #8C8A81;
}
</style>
background-color css
<style>
a { background-color: #8C8A81; }
a { background-color: rgb(140,138,129); }
div.DivClassName
{
background-color: #8C8A81;
}
.BgClassName
{
background-color: #8C8A81;
}
</style>
border-color css
<style>
span { border-color: #8C8A81; }
span { border-color: rgb(140,138,129); }
td.TdClassName
{
border-color: #8C8A81;
}
.TagClassName
{
border-color: #8C8A81;
}
</style>