Shades of Friar Grey #86837A
Tints of Friar Grey #86837A
RGB
CMYK
RGB Variations
Color information
#86837A (or 0x86837A) is known color: Friar Grey. HEX triplet: 86, 83 and 7A. RGB value is (134,131,122). Sum of RGB (Red+Green+Blue) = 134+131+122=387 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.63% from 387); Green value is 131 (51.56% from 255 or 33.85% from 387); Blue value is 122 (48.05% from 255 or 31.52% from 387); Max value from RGB is 134 - color contains mainly: red. Hex color #86837A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86837A is #797C85. Grayscale: #828282. Windows color (decimal): -7961734 or 8029062. OLE color: 8029062.
HSL color Cylindrical-coordinate representation of color #86837A: hue angle of 45º degrees, saturation: 0.05, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #86837A is Cyan = 0, Magento = 0.02, Yellow = 0.09 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 131 | 122 | - |
| CMYK | 0 | 0.02 | 0.09 | 0.47 |
| HSL | 45º | 0.05% | 0.5% | - |
| HSV(B) | 45º | 0.09% | 0.53% | - |
| XYZ | 21.46 | 22.71 | 21.66 | - |
| YUV | 130.87 | 122.99 | 130.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 131 | 122 | 0 | 0.02 | 0.09 | 0.47 | 45 | 0.05 | 0.5 |
| Hex | 86 | 83 | 7A | 0 | 2 | 9 | 2F | 2D | 5 | 32 |
| Octal | 206 | 203 | 172 | 0 | 2 | 11 | 57 | 55 | 5 | 62 |
| Binary | 10000110 | 10000011 | 1111010 | 0 | 10 | 1001 | 101111 | 101101 | 101 | 110010 |
Color Harmonies of #86837A
Complementary color
Monochromatic Colors of #86837A
Black with #86837A
Text Example
Text Example
White with #86837A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86837A; }
p { color: rgb(134,131,122); }
H1.HeaderClassName
{
color: #86837A;
}
.AnyTagClassName
{
color: #86837A;
}
</style>
background-color css
<style>
a { background-color: #86837A; }
a { background-color: rgb(134,131,122); }
div.DivClassName
{
background-color: #86837A;
}
.BgClassName
{
background-color: #86837A;
}
</style>
border-color css
<style>
span { border-color: #86837A; }
span { border-color: rgb(134,131,122); }
td.TdClassName
{
border-color: #86837A;
}
.TagClassName
{
border-color: #86837A;
}
</style>