Shades of Friar Grey #85837E
Tints of Friar Grey #85837E
RGB
CMYK
RGB Variations
Color information
#85837E (or 0x85837E) is known color: Friar Grey. HEX triplet: 85, 83 and 7E. RGB value is (133,131,126). Sum of RGB (Red+Green+Blue) = 133+131+126=390 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.10% from 390); Green value is 131 (51.56% from 255 or 33.59% from 390); Blue value is 126 (49.61% from 255 or 32.31% from 390); Max value from RGB is 133 - color contains mainly: red. Hex color #85837E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85837E is #7A7C81. Grayscale: #838383. Windows color (decimal): -8027266 or 8291205. OLE color: 8291205.
HSL color Cylindrical-coordinate representation of color #85837E: hue angle of 42.86º degrees, saturation: 0.03, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #85837E is Cyan = 0, Magento = 0.02, Yellow = 0.05 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 131 | 126 | - |
| CMYK | 0 | 0.02 | 0.05 | 0.48 |
| HSL | 42.86º | 0.03% | 0.51% | - |
| HSV(B) | 42.86º | 0.05% | 0.52% | - |
| XYZ | 21.56 | 22.73 | 22.99 | - |
| YUV | 131.03 | 125.16 | 129.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 131 | 126 | 0 | 0.02 | 0.05 | 0.48 | 42.86 | 0.03 | 0.51 |
| Hex | 85 | 83 | 7E | 0 | 2 | 5 | 30 | 2B | 3 | 33 |
| Octal | 205 | 203 | 176 | 0 | 2 | 5 | 60 | 53 | 3 | 63 |
| Binary | 10000101 | 10000011 | 1111110 | 0 | 10 | 101 | 110000 | 101011 | 11 | 110011 |
Color Harmonies of #85837E
Complementary color
Monochromatic Colors of #85837E
Black with #85837E
Text Example
Text Example
White with #85837E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85837E; }
p { color: rgb(133,131,126); }
H1.HeaderClassName
{
color: #85837E;
}
.AnyTagClassName
{
color: #85837E;
}
</style>
background-color css
<style>
a { background-color: #85837E; }
a { background-color: rgb(133,131,126); }
div.DivClassName
{
background-color: #85837E;
}
.BgClassName
{
background-color: #85837E;
}
</style>
border-color css
<style>
span { border-color: #85837E; }
span { border-color: rgb(133,131,126); }
td.TdClassName
{
border-color: #85837E;
}
.TagClassName
{
border-color: #85837E;
}
</style>