Shades of Friar Grey #8A877A
Tints of Friar Grey #8A877A
RGB
CMYK
RGB Variations
Color information
#8A877A (or 0x8A877A) is known color: Friar Grey. HEX triplet: 8A, 87 and 7A. RGB value is (138,135,122). Sum of RGB (Red+Green+Blue) = 138+135+122=395 (52% of max value = 765). Red value is 138 (54.30% from 255 or 34.94% from 395); Green value is 135 (53.12% from 255 or 34.18% from 395); Blue value is 122 (48.05% from 255 or 30.89% from 395); Max value from RGB is 138 - color contains mainly: red. Hex color #8A877A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A877A is #757885. Grayscale: #868686. Windows color (decimal): -7698566 or 8030090. OLE color: 8030090.
HSL color Cylindrical-coordinate representation of color #8A877A: hue angle of 48.75º degrees, saturation: 0.06, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #8A877A is Cyan = 0, Magento = 0.02, Yellow = 0.12 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 135 | 122 | - |
| CMYK | 0 | 0.02 | 0.12 | 0.46 |
| HSL | 48.75º | 0.06% | 0.51% | - |
| HSV(B) | 48.75º | 0.12% | 0.54% | - |
| XYZ | 22.66 | 24.14 | 21.88 | - |
| YUV | 134.42 | 120.99 | 130.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 135 | 122 | 0 | 0.02 | 0.12 | 0.46 | 48.75 | 0.06 | 0.51 |
| Hex | 8A | 87 | 7A | 0 | 2 | C | 2E | 31 | 6 | 33 |
| Octal | 212 | 207 | 172 | 0 | 2 | 14 | 56 | 61 | 6 | 63 |
| Binary | 10001010 | 10000111 | 1111010 | 0 | 10 | 1100 | 101110 | 110001 | 110 | 110011 |
Color Harmonies of #8A877A
Complementary color
Monochromatic Colors of #8A877A
Black with #8A877A
Text Example
Text Example
White with #8A877A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A877A; }
p { color: rgb(138,135,122); }
H1.HeaderClassName
{
color: #8A877A;
}
.AnyTagClassName
{
color: #8A877A;
}
</style>
background-color css
<style>
a { background-color: #8A877A; }
a { background-color: rgb(138,135,122); }
div.DivClassName
{
background-color: #8A877A;
}
.BgClassName
{
background-color: #8A877A;
}
</style>
border-color css
<style>
span { border-color: #8A877A; }
span { border-color: rgb(138,135,122); }
td.TdClassName
{
border-color: #8A877A;
}
.TagClassName
{
border-color: #8A877A;
}
</style>