Shades of Friar Grey #8A877E
Tints of Friar Grey #8A877E
RGB
CMYK
RGB Variations
Color information
#8A877E (or 0x8A877E) is known color: Friar Grey. HEX triplet: 8A, 87 and 7E. RGB value is (138,135,126). Sum of RGB (Red+Green+Blue) = 138+135+126=399 (52% of max value = 765). Red value is 138 (54.30% from 255 or 34.59% from 399); Green value is 135 (53.12% from 255 or 33.83% from 399); Blue value is 126 (49.61% from 255 or 31.58% from 399); Max value from RGB is 138 - color contains mainly: red. Hex color #8A877E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A877E is #757881. Grayscale: #868686. Windows color (decimal): -7698562 or 8292234. OLE color: 8292234.
HSL color Cylindrical-coordinate representation of color #8A877E: hue angle of 45º degrees, saturation: 0.05, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #8A877E is Cyan = 0, Magento = 0.02, Yellow = 0.09 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 135 | 126 | - |
| CMYK | 0 | 0.02 | 0.09 | 0.46 |
| HSL | 45º | 0.05% | 0.52% | - |
| HSV(B) | 45º | 0.09% | 0.54% | - |
| XYZ | 22.91 | 24.24 | 23.21 | - |
| YUV | 134.87 | 122.99 | 130.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 135 | 126 | 0 | 0.02 | 0.09 | 0.46 | 45 | 0.05 | 0.52 |
| Hex | 8A | 87 | 7E | 0 | 2 | 9 | 2E | 2D | 5 | 34 |
| Octal | 212 | 207 | 176 | 0 | 2 | 11 | 56 | 55 | 5 | 64 |
| Binary | 10001010 | 10000111 | 1111110 | 0 | 10 | 1001 | 101110 | 101101 | 101 | 110100 |
Color Harmonies of #8A877E
Complementary color
Monochromatic Colors of #8A877E
Black with #8A877E
Text Example
Text Example
White with #8A877E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A877E; }
p { color: rgb(138,135,126); }
H1.HeaderClassName
{
color: #8A877E;
}
.AnyTagClassName
{
color: #8A877E;
}
</style>
background-color css
<style>
a { background-color: #8A877E; }
a { background-color: rgb(138,135,126); }
div.DivClassName
{
background-color: #8A877E;
}
.BgClassName
{
background-color: #8A877E;
}
</style>
border-color css
<style>
span { border-color: #8A877E; }
span { border-color: rgb(138,135,126); }
td.TdClassName
{
border-color: #8A877E;
}
.TagClassName
{
border-color: #8A877E;
}
</style>