Shades of Friar Grey #85827A
Tints of Friar Grey #85827A
RGB
CMYK
RGB Variations
Color information
#85827A (or 0x85827A) is known color: Friar Grey. HEX triplet: 85, 82 and 7A. RGB value is (133,130,122). Sum of RGB (Red+Green+Blue) = 133+130+122=385 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.55% from 385); Green value is 130 (51.17% from 255 or 33.77% from 385); Blue value is 122 (48.05% from 255 or 31.69% from 385); Max value from RGB is 133 - color contains mainly: red. Hex color #85827A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85827A is #7A7D85. Grayscale: #828282. Windows color (decimal): -8027526 or 8028805. OLE color: 8028805.
HSL color Cylindrical-coordinate representation of color #85827A: hue angle of 43.64º 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 #85827A is Cyan = 0, Magento = 0.02, Yellow = 0.08 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 130 | 122 | - |
| CMYK | 0 | 0.02 | 0.08 | 0.48 |
| HSL | 43.64º | 0.04% | 0.5% | - |
| HSV(B) | 43.64º | 0.08% | 0.52% | - |
| XYZ | 21.17 | 22.36 | 21.61 | - |
| YUV | 129.99 | 123.49 | 130.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 130 | 122 | 0 | 0.02 | 0.08 | 0.48 | 43.64 | 0.04 | 0.5 |
| Hex | 85 | 82 | 7A | 0 | 2 | 8 | 30 | 2C | 4 | 32 |
| Octal | 205 | 202 | 172 | 0 | 2 | 10 | 60 | 54 | 4 | 62 |
| Binary | 10000101 | 10000010 | 1111010 | 0 | 10 | 1000 | 110000 | 101100 | 100 | 110010 |
Color Harmonies of #85827A
Complementary color
Monochromatic Colors of #85827A
Black with #85827A
Text Example
Text Example
White with #85827A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85827A; }
p { color: rgb(133,130,122); }
H1.HeaderClassName
{
color: #85827A;
}
.AnyTagClassName
{
color: #85827A;
}
</style>
background-color css
<style>
a { background-color: #85827A; }
a { background-color: rgb(133,130,122); }
div.DivClassName
{
background-color: #85827A;
}
.BgClassName
{
background-color: #85827A;
}
</style>
border-color css
<style>
span { border-color: #85827A; }
span { border-color: rgb(133,130,122); }
td.TdClassName
{
border-color: #85827A;
}
.TagClassName
{
border-color: #85827A;
}
</style>