Shades of Friar Grey #868173
Tints of Friar Grey #868173
RGB
CMYK
RGB Variations
Color information
#868173 (or 0x868173) is known color: Friar Grey. HEX triplet: 86, 81 and 73. RGB value is (134,129,115). Sum of RGB (Red+Green+Blue) = 134+129+115=378 (50% of max value = 765). Red value is 134 (52.73% from 255 or 35.45% from 378); Green value is 129 (50.78% from 255 or 34.13% from 378); Blue value is 115 (45.31% from 255 or 30.42% from 378); Max value from RGB is 134 - color contains mainly: red. Hex color #868173 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #868173 is #797E8C. Grayscale: #808080. Windows color (decimal): -7962253 or 7569798. OLE color: 7569798.
HSL color Cylindrical-coordinate representation of color #868173: hue angle of 44.21º degrees, saturation: 0.08, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #868173 is Cyan = 0, Magento = 0.04, Yellow = 0.14 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 129 | 115 | - |
| CMYK | 0 | 0.04 | 0.14 | 0.47 |
| HSL | 44.21º | 0.08% | 0.49% | - |
| HSV(B) | 44.21º | 0.14% | 0.53% | - |
| XYZ | 20.78 | 22.01 | 19.37 | - |
| YUV | 128.9 | 120.16 | 131.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 129 | 115 | 0 | 0.04 | 0.14 | 0.47 | 44.21 | 0.08 | 0.49 |
| Hex | 86 | 81 | 73 | 0 | 4 | E | 2F | 2C | 8 | 31 |
| Octal | 206 | 201 | 163 | 0 | 4 | 16 | 57 | 54 | 10 | 61 |
| Binary | 10000110 | 10000001 | 1110011 | 0 | 100 | 1110 | 101111 | 101100 | 1000 | 110001 |
Color Harmonies of #868173
Complementary color
Monochromatic Colors of #868173
Black with #868173
Text Example
Text Example
White with #868173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #868173; }
p { color: rgb(134,129,115); }
H1.HeaderClassName
{
color: #868173;
}
.AnyTagClassName
{
color: #868173;
}
</style>
background-color css
<style>
a { background-color: #868173; }
a { background-color: rgb(134,129,115); }
div.DivClassName
{
background-color: #868173;
}
.BgClassName
{
background-color: #868173;
}
</style>
border-color css
<style>
span { border-color: #868173; }
span { border-color: rgb(134,129,115); }
td.TdClassName
{
border-color: #868173;
}
.TagClassName
{
border-color: #868173;
}
</style>