Shades of Friar Grey #84837D
Tints of Friar Grey #84837D
RGB
CMYK
RGB Variations
Color information
#84837D (or 0x84837D) is known color: Friar Grey. HEX triplet: 84, 83 and 7D. RGB value is (132,131,125). Sum of RGB (Red+Green+Blue) = 132+131+125=388 (51% of max value = 765). Red value is 132 (51.95% from 255 or 34.02% from 388); Green value is 131 (51.56% from 255 or 33.76% from 388); Blue value is 125 (49.22% from 255 or 32.22% from 388); Max value from RGB is 132 - color contains mainly: red. Hex color #84837D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84837D is #7B7C82. Grayscale: #828282. Windows color (decimal): -8092803 or 8225668. OLE color: 8225668.
HSL color Cylindrical-coordinate representation of color #84837D: hue angle of 51.43º 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 #84837D is Cyan = 0, Magento = 0.01, Yellow = 0.05 and Black (K on CMYK) = 0.48.
Color convert
RGB | 132 | 131 | 125 | - |
CMYK | 0 | 0.01 | 0.05 | 0.48 |
HSL | 51.43º | 0.03% | 0.5% | - |
HSV(B) | 51.43º | 0.05% | 0.52% | - |
XYZ | 21.33 | 22.62 | 22.64 | - |
YUV | 130.62 | 124.83 | 128.99 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 132 | 131 | 125 | 0 | 0.01 | 0.05 | 0.48 | 51.43 | 0.03 | 0.5 |
Hex | 84 | 83 | 7D | 0 | 1 | 5 | 30 | 33 | 3 | 32 |
Octal | 204 | 203 | 175 | 0 | 1 | 5 | 60 | 63 | 3 | 62 |
Binary | 10000100 | 10000011 | 1111101 | 0 | 1 | 101 | 110000 | 110011 | 11 | 110010 |
Color Harmonies of #84837D
Complementary color
Monochromatic Colors of #84837D
Black with #84837D
Text Example
Text Example
White with #84837D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84837D; }
p { color: rgb(132,131,125); }
H1.HeaderClassName
{
color: #84837D;
}
.AnyTagClassName
{
color: #84837D;
}
</style>
background-color css
<style>
a { background-color: #84837D; }
a { background-color: rgb(132,131,125); }
div.DivClassName
{
background-color: #84837D;
}
.BgClassName
{
background-color: #84837D;
}
</style>
border-color css
<style>
span { border-color: #84837D; }
span { border-color: rgb(132,131,125); }
td.TdClassName
{
border-color: #84837D;
}
.TagClassName
{
border-color: #84837D;
}
</style>