Shades of Friar Grey #858277
Tints of Friar Grey #858277
RGB
CMYK
RGB Variations
Color information
#858277 (or 0x858277) is known color: Friar Grey. HEX triplet: 85, 82 and 77. RGB value is (133,130,119). Sum of RGB (Red+Green+Blue) = 133+130+119=382 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.82% from 382); Green value is 130 (51.17% from 255 or 34.03% from 382); Blue value is 119 (46.88% from 255 or 31.15% from 382); Max value from RGB is 133 - color contains mainly: red. Hex color #858277 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858277 is #7A7D88. Grayscale: #818181. Windows color (decimal): -8027529 or 7832197. OLE color: 7832197.
HSL color Cylindrical-coordinate representation of color #858277: hue angle of 47.14º degrees, saturation: 0.06, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #858277 is Cyan = 0, Magento = 0.02, Yellow = 0.11 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 130 | 119 | - |
| CMYK | 0 | 0.02 | 0.11 | 0.48 |
| HSL | 47.14º | 0.06% | 0.49% | - |
| HSV(B) | 47.14º | 0.11% | 0.52% | - |
| XYZ | 20.99 | 22.28 | 20.65 | - |
| YUV | 129.64 | 121.99 | 130.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 130 | 119 | 0 | 0.02 | 0.11 | 0.48 | 47.14 | 0.06 | 0.49 |
| Hex | 85 | 82 | 77 | 0 | 2 | B | 30 | 2F | 6 | 31 |
| Octal | 205 | 202 | 167 | 0 | 2 | 13 | 60 | 57 | 6 | 61 |
| Binary | 10000101 | 10000010 | 1110111 | 0 | 10 | 1011 | 110000 | 101111 | 110 | 110001 |
Color Harmonies of #858277
Complementary color
Monochromatic Colors of #858277
Black with #858277
Text Example
Text Example
White with #858277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858277; }
p { color: rgb(133,130,119); }
H1.HeaderClassName
{
color: #858277;
}
.AnyTagClassName
{
color: #858277;
}
</style>
background-color css
<style>
a { background-color: #858277; }
a { background-color: rgb(133,130,119); }
div.DivClassName
{
background-color: #858277;
}
.BgClassName
{
background-color: #858277;
}
</style>
border-color css
<style>
span { border-color: #858277; }
span { border-color: rgb(133,130,119); }
td.TdClassName
{
border-color: #858277;
}
.TagClassName
{
border-color: #858277;
}
</style>