Shades of Friar Grey #85847A
Tints of Friar Grey #85847A
RGB
CMYK
RGB Variations
Color information
#85847A (or 0x85847A) is known color: Friar Grey. HEX triplet: 85, 84 and 7A. RGB value is (133,132,122). Sum of RGB (Red+Green+Blue) = 133+132+122=387 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.37% from 387); Green value is 132 (51.95% from 255 or 34.11% from 387); Blue value is 122 (48.05% from 255 or 31.52% from 387); Max value from RGB is 133 - color contains mainly: red. Hex color #85847A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85847A is #7A7B85. Grayscale: #838383. Windows color (decimal): -8027014 or 8029317. OLE color: 8029317.
HSL color Cylindrical-coordinate representation of color #85847A: hue angle of 54.55º degrees, saturation: 0.04, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #85847A is Cyan = 0, Magento = 0.01, Yellow = 0.08 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 132 | 122 | - |
| CMYK | 0 | 0.01 | 0.08 | 0.48 |
| HSL | 54.55º | 0.04% | 0.5% | - |
| HSV(B) | 54.55º | 0.08% | 0.52% | - |
| XYZ | 21.44 | 22.89 | 21.7 | - |
| YUV | 131.16 | 122.83 | 129.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 132 | 122 | 0 | 0.01 | 0.08 | 0.48 | 54.55 | 0.04 | 0.5 |
| Hex | 85 | 84 | 7A | 0 | 1 | 8 | 30 | 37 | 4 | 32 |
| Octal | 205 | 204 | 172 | 0 | 1 | 10 | 60 | 67 | 4 | 62 |
| Binary | 10000101 | 10000100 | 1111010 | 0 | 1 | 1000 | 110000 | 110111 | 100 | 110010 |
Color Harmonies of #85847A
Complementary color
Monochromatic Colors of #85847A
Black with #85847A
Text Example
Text Example
White with #85847A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85847A; }
p { color: rgb(133,132,122); }
H1.HeaderClassName
{
color: #85847A;
}
.AnyTagClassName
{
color: #85847A;
}
</style>
background-color css
<style>
a { background-color: #85847A; }
a { background-color: rgb(133,132,122); }
div.DivClassName
{
background-color: #85847A;
}
.BgClassName
{
background-color: #85847A;
}
</style>
border-color css
<style>
span { border-color: #85847A; }
span { border-color: rgb(133,132,122); }
td.TdClassName
{
border-color: #85847A;
}
.TagClassName
{
border-color: #85847A;
}
</style>