Shades of Friar Grey #85847B
Tints of Friar Grey #85847B
RGB
CMYK
RGB Variations
Color information
#85847B (or 0x85847B) is known color: Friar Grey. HEX triplet: 85, 84 and 7B. RGB value is (133,132,123). Sum of RGB (Red+Green+Blue) = 133+132+123=388 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.28% from 388); Green value is 132 (51.95% from 255 or 34.02% from 388); Blue value is 123 (48.44% from 255 or 31.70% from 388); Max value from RGB is 133 - color contains mainly: red. Hex color #85847B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85847B is #7A7B84. Grayscale: #838383. Windows color (decimal): -8027013 or 8094853. OLE color: 8094853.
HSL color Cylindrical-coordinate representation of color #85847B: hue angle of 54º 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 #85847B is Cyan = 0, Magento = 0.01, Yellow = 0.08 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 132 | 123 | - |
| CMYK | 0 | 0.01 | 0.08 | 0.48 |
| HSL | 54º | 0.04% | 0.5% | - |
| HSV(B) | 54º | 0.08% | 0.52% | - |
| XYZ | 21.5 | 22.92 | 22.03 | - |
| YUV | 131.27 | 123.33 | 129.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 132 | 123 | 0 | 0.01 | 0.08 | 0.48 | 54 | 0.04 | 0.5 |
| Hex | 85 | 84 | 7B | 0 | 1 | 8 | 30 | 36 | 4 | 32 |
| Octal | 205 | 204 | 173 | 0 | 1 | 10 | 60 | 66 | 4 | 62 |
| Binary | 10000101 | 10000100 | 1111011 | 0 | 1 | 1000 | 110000 | 110110 | 100 | 110010 |
Color Harmonies of #85847B
Complementary color
Monochromatic Colors of #85847B
Black with #85847B
Text Example
Text Example
White with #85847B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85847B; }
p { color: rgb(133,132,123); }
H1.HeaderClassName
{
color: #85847B;
}
.AnyTagClassName
{
color: #85847B;
}
</style>
background-color css
<style>
a { background-color: #85847B; }
a { background-color: rgb(133,132,123); }
div.DivClassName
{
background-color: #85847B;
}
.BgClassName
{
background-color: #85847B;
}
</style>
border-color css
<style>
span { border-color: #85847B; }
span { border-color: rgb(133,132,123); }
td.TdClassName
{
border-color: #85847B;
}
.TagClassName
{
border-color: #85847B;
}
</style>