Shades of Friar Grey #84827B
Tints of Friar Grey #84827B
RGB
CMYK
RGB Variations
Color information
#84827B (or 0x84827B) is known color: Friar Grey. HEX triplet: 84, 82 and 7B. RGB value is (132,130,123). Sum of RGB (Red+Green+Blue) = 132+130+123=385 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.29% from 385); Green value is 130 (51.17% from 255 or 33.77% from 385); Blue value is 123 (48.44% from 255 or 31.95% from 385); Max value from RGB is 132 - color contains mainly: red. Hex color #84827B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84827B is #7B7D84. Grayscale: #818181. Windows color (decimal): -8093061 or 8094340. OLE color: 8094340.
HSL color Cylindrical-coordinate representation of color #84827B: hue angle of 46.67º degrees, saturation: 0.04, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #84827B is Cyan = 0, Magento = 0.02, Yellow = 0.07 and Black (K on CMYK) = 0.48.
Color convert
RGB | 132 | 130 | 123 | - |
CMYK | 0 | 0.02 | 0.07 | 0.48 |
HSL | 46.67º | 0.04% | 0.5% | - |
HSV(B) | 46.67º | 0.07% | 0.52% | - |
XYZ | 21.07 | 22.3 | 21.93 | - |
YUV | 129.8 | 124.16 | 129.57 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 132 | 130 | 123 | 0 | 0.02 | 0.07 | 0.48 | 46.67 | 0.04 | 0.5 |
Hex | 84 | 82 | 7B | 0 | 2 | 7 | 30 | 2F | 4 | 32 |
Octal | 204 | 202 | 173 | 0 | 2 | 7 | 60 | 57 | 4 | 62 |
Binary | 10000100 | 10000010 | 1111011 | 0 | 10 | 111 | 110000 | 101111 | 100 | 110010 |
Color Harmonies of #84827B
Complementary color
Monochromatic Colors of #84827B
Black with #84827B
Text Example
Text Example
White with #84827B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84827B; }
p { color: rgb(132,130,123); }
H1.HeaderClassName
{
color: #84827B;
}
.AnyTagClassName
{
color: #84827B;
}
</style>
background-color css
<style>
a { background-color: #84827B; }
a { background-color: rgb(132,130,123); }
div.DivClassName
{
background-color: #84827B;
}
.BgClassName
{
background-color: #84827B;
}
</style>
border-color css
<style>
span { border-color: #84827B; }
span { border-color: rgb(132,130,123); }
td.TdClassName
{
border-color: #84827B;
}
.TagClassName
{
border-color: #84827B;
}
</style>