Shades of Friar Grey #8C8A83
Tints of Friar Grey #8C8A83
RGB
CMYK
RGB Variations
Color information
#8C8A83 (or 0x8C8A83) is known color: Friar Grey. HEX triplet: 8C, 8A and 83. RGB value is (140,138,131). Sum of RGB (Red+Green+Blue) = 140+138+131=409 (54% of max value = 765). Red value is 140 (55.08% from 255 or 34.23% from 409); Green value is 138 (54.30% from 255 or 33.74% from 409); Blue value is 131 (51.56% from 255 or 32.03% from 409); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8A83 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C8A83 is #73757C. Grayscale: #898989. Windows color (decimal): -7566717 or 8620684. OLE color: 8620684.
HSL color Cylindrical-coordinate representation of color #8C8A83: 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 #8C8A83 is Cyan = 0, Magento = 0.01, Yellow = 0.06 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 138 | 131 | - |
| CMYK | 0 | 0.01 | 0.06 | 0.45 |
| HSL | 46.67º | 0.04% | 0.53% | - |
| HSV(B) | 46.67º | 0.06% | 0.55% | - |
| XYZ | 24 | 25.39 | 25.11 | - |
| YUV | 137.8 | 124.16 | 129.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 138 | 131 | 0 | 0.01 | 0.06 | 0.45 | 46.67 | 0.04 | 0.53 |
| Hex | 8C | 8A | 83 | 0 | 1 | 6 | 2D | 2F | 4 | 35 |
| Octal | 214 | 212 | 203 | 0 | 1 | 6 | 55 | 57 | 4 | 65 |
| Binary | 10001100 | 10001010 | 10000011 | 0 | 1 | 110 | 101101 | 101111 | 100 | 110101 |
Color Harmonies of #8C8A83
Complementary color
Monochromatic Colors of #8C8A83
Black with #8C8A83
Text Example
Text Example
White with #8C8A83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C8A83; }
p { color: rgb(140,138,131); }
H1.HeaderClassName
{
color: #8C8A83;
}
.AnyTagClassName
{
color: #8C8A83;
}
</style>
background-color css
<style>
a { background-color: #8C8A83; }
a { background-color: rgb(140,138,131); }
div.DivClassName
{
background-color: #8C8A83;
}
.BgClassName
{
background-color: #8C8A83;
}
</style>
border-color css
<style>
span { border-color: #8C8A83; }
span { border-color: rgb(140,138,131); }
td.TdClassName
{
border-color: #8C8A83;
}
.TagClassName
{
border-color: #8C8A83;
}
</style>