Shades of Friar Grey #84827C
Tints of Friar Grey #84827C
RGB
CMYK
RGB Variations
Color information
#84827C (or 0x84827C) is known color: Friar Grey. HEX triplet: 84, 82 and 7C. RGB value is (132,130,124). Sum of RGB (Red+Green+Blue) = 132+130+124=386 (51% of max value = 765). Red value is 132 (51.95% from 255 or 34.20% from 386); Green value is 130 (51.17% from 255 or 33.68% from 386); Blue value is 124 (48.83% from 255 or 32.12% from 386); Max value from RGB is 132 - color contains mainly: red. Hex color #84827C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84827C is #7B7D83. Grayscale: #818181. Windows color (decimal): -8093060 or 8159876. OLE color: 8159876.
HSL color Cylindrical-coordinate representation of color #84827C: hue angle of 45º degrees, saturation: 0.03, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #84827C is Cyan = 0, Magento = 0.02, Yellow = 0.06 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 130 | 124 | - |
| CMYK | 0 | 0.02 | 0.06 | 0.48 |
| HSL | 45º | 0.03% | 0.5% | - |
| HSV(B) | 45º | 0.06% | 0.52% | - |
| XYZ | 21.14 | 22.33 | 22.26 | - |
| YUV | 129.91 | 124.66 | 129.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 130 | 124 | 0 | 0.02 | 0.06 | 0.48 | 45 | 0.03 | 0.5 |
| Hex | 84 | 82 | 7C | 0 | 2 | 6 | 30 | 2D | 3 | 32 |
| Octal | 204 | 202 | 174 | 0 | 2 | 6 | 60 | 55 | 3 | 62 |
| Binary | 10000100 | 10000010 | 1111100 | 0 | 10 | 110 | 110000 | 101101 | 11 | 110010 |
Color Harmonies of #84827C
Complementary color
Monochromatic Colors of #84827C
Black with #84827C
Text Example
Text Example
White with #84827C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84827C; }
p { color: rgb(132,130,124); }
H1.HeaderClassName
{
color: #84827C;
}
.AnyTagClassName
{
color: #84827C;
}
</style>
background-color css
<style>
a { background-color: #84827C; }
a { background-color: rgb(132,130,124); }
div.DivClassName
{
background-color: #84827C;
}
.BgClassName
{
background-color: #84827C;
}
</style>
border-color css
<style>
span { border-color: #84827C; }
span { border-color: rgb(132,130,124); }
td.TdClassName
{
border-color: #84827C;
}
.TagClassName
{
border-color: #84827C;
}
</style>