Shades of Friar Grey #84837A
Tints of Friar Grey #84837A
RGB
CMYK
RGB Variations
Color information
#84837A (or 0x84837A) is known color: Friar Grey. HEX triplet: 84, 83 and 7A. RGB value is (132,131,122). Sum of RGB (Red+Green+Blue) = 132+131+122=385 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.29% from 385); Green value is 131 (51.56% from 255 or 34.03% from 385); Blue value is 122 (48.05% from 255 or 31.69% from 385); Max value from RGB is 132 - color contains mainly: red. Hex color #84837A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84837A is #7B7C85. Grayscale: #828282. Windows color (decimal): -8092806 or 8029060. OLE color: 8029060.
HSL color Cylindrical-coordinate representation of color #84837A: 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 #84837A is Cyan = 0, Magento = 0.01, Yellow = 0.08 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 131 | 122 | - |
| CMYK | 0 | 0.01 | 0.08 | 0.48 |
| HSL | 54º | 0.04% | 0.5% | - |
| HSV(B) | 54º | 0.08% | 0.52% | - |
| XYZ | 21.14 | 22.54 | 21.65 | - |
| YUV | 130.27 | 123.33 | 129.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 131 | 122 | 0 | 0.01 | 0.08 | 0.48 | 54 | 0.04 | 0.5 |
| Hex | 84 | 83 | 7A | 0 | 1 | 8 | 30 | 36 | 4 | 32 |
| Octal | 204 | 203 | 172 | 0 | 1 | 10 | 60 | 66 | 4 | 62 |
| Binary | 10000100 | 10000011 | 1111010 | 0 | 1 | 1000 | 110000 | 110110 | 100 | 110010 |
Color Harmonies of #84837A
Complementary color
Monochromatic Colors of #84837A
Black with #84837A
Text Example
Text Example
White with #84837A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84837A; }
p { color: rgb(132,131,122); }
H1.HeaderClassName
{
color: #84837A;
}
.AnyTagClassName
{
color: #84837A;
}
</style>
background-color css
<style>
a { background-color: #84837A; }
a { background-color: rgb(132,131,122); }
div.DivClassName
{
background-color: #84837A;
}
.BgClassName
{
background-color: #84837A;
}
</style>
border-color css
<style>
span { border-color: #84837A; }
span { border-color: rgb(132,131,122); }
td.TdClassName
{
border-color: #84837A;
}
.TagClassName
{
border-color: #84837A;
}
</style>