Shades of Friar Grey #84827D
Tints of Friar Grey #84827D
RGB
CMYK
RGB Variations
Color information
#84827D (or 0x84827D) is known color: Friar Grey. HEX triplet: 84, 82 and 7D. RGB value is (132,130,125). Sum of RGB (Red+Green+Blue) = 132+130+125=387 (51% of max value = 765). Red value is 132 (51.95% from 255 or 34.11% from 387); Green value is 130 (51.17% from 255 or 33.59% from 387); Blue value is 125 (49.22% from 255 or 32.30% from 387); Max value from RGB is 132 - color contains mainly: red. Hex color #84827D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84827D is #7B7D82. Grayscale: #828282. Windows color (decimal): -8093059 or 8225412. OLE color: 8225412.
HSL color Cylindrical-coordinate representation of color #84827D: hue angle of 42.86º degrees, saturation: 0.03, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #84827D is Cyan = 0, Magento = 0.02, Yellow = 0.05 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 130 | 125 | - |
| CMYK | 0 | 0.02 | 0.05 | 0.48 |
| HSL | 42.86º | 0.03% | 0.5% | - |
| HSV(B) | 42.86º | 0.05% | 0.52% | - |
| XYZ | 21.2 | 22.35 | 22.6 | - |
| YUV | 130.03 | 125.16 | 129.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 130 | 125 | 0 | 0.02 | 0.05 | 0.48 | 42.86 | 0.03 | 0.5 |
| Hex | 84 | 82 | 7D | 0 | 2 | 5 | 30 | 2B | 3 | 32 |
| Octal | 204 | 202 | 175 | 0 | 2 | 5 | 60 | 53 | 3 | 62 |
| Binary | 10000100 | 10000010 | 1111101 | 0 | 10 | 101 | 110000 | 101011 | 11 | 110010 |
Color Harmonies of #84827D
Complementary color
Monochromatic Colors of #84827D
Black with #84827D
Text Example
Text Example
White with #84827D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84827D; }
p { color: rgb(132,130,125); }
H1.HeaderClassName
{
color: #84827D;
}
.AnyTagClassName
{
color: #84827D;
}
</style>
background-color css
<style>
a { background-color: #84827D; }
a { background-color: rgb(132,130,125); }
div.DivClassName
{
background-color: #84827D;
}
.BgClassName
{
background-color: #84827D;
}
</style>
border-color css
<style>
span { border-color: #84827D; }
span { border-color: rgb(132,130,125); }
td.TdClassName
{
border-color: #84827D;
}
.TagClassName
{
border-color: #84827D;
}
</style>