Shades of Friar Grey #868582
Tints of Friar Grey #868582
RGB
CMYK
RGB Variations
Color information
#868582 (or 0x868582) is known color: Friar Grey. HEX triplet: 86, 85 and 82. RGB value is (134,133,130). Sum of RGB (Red+Green+Blue) = 134+133+130=397 (52% of max value = 765). Red value is 134 (52.73% from 255 or 33.75% from 397); Green value is 133 (52.34% from 255 or 33.50% from 397); Blue value is 130 (51.17% from 255 or 32.75% from 397); Max value from RGB is 134 - color contains mainly: red. Hex color #868582 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #868582 is #797A7D. Grayscale: #848484. Windows color (decimal): -7961214 or 8553862. OLE color: 8553862.
HSL color Cylindrical-coordinate representation of color #868582: hue angle of 45º degrees, saturation: 0.02, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #868582 is Cyan = 0, Magento = 0.01, Yellow = 0.03 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 133 | 130 | - |
| CMYK | 0 | 0.01 | 0.03 | 0.47 |
| HSL | 45º | 0.02% | 0.52% | - |
| HSV(B) | 45º | 0.03% | 0.53% | - |
| XYZ | 22.25 | 23.46 | 24.47 | - |
| YUV | 132.96 | 126.33 | 128.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 133 | 130 | 0 | 0.01 | 0.03 | 0.47 | 45 | 0.02 | 0.52 |
| Hex | 86 | 85 | 82 | 0 | 1 | 3 | 2F | 2D | 2 | 34 |
| Octal | 206 | 205 | 202 | 0 | 1 | 3 | 57 | 55 | 2 | 64 |
| Binary | 10000110 | 10000101 | 10000010 | 0 | 1 | 11 | 101111 | 101101 | 10 | 110100 |
Color Harmonies of #868582
Complementary color
Monochromatic Colors of #868582
Black with #868582
Text Example
Text Example
White with #868582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #868582; }
p { color: rgb(134,133,130); }
H1.HeaderClassName
{
color: #868582;
}
.AnyTagClassName
{
color: #868582;
}
</style>
background-color css
<style>
a { background-color: #868582; }
a { background-color: rgb(134,133,130); }
div.DivClassName
{
background-color: #868582;
}
.BgClassName
{
background-color: #868582;
}
</style>
border-color css
<style>
span { border-color: #868582; }
span { border-color: rgb(134,133,130); }
td.TdClassName
{
border-color: #868582;
}
.TagClassName
{
border-color: #868582;
}
</style>