#86847F

Color #86847F Friar Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Friar Grey #86847F

Tints of Friar Grey #86847F

Color information

#86847F (or 0x86847F) is unknown color: approx Friar Grey. HEX triplet: 86, 84 and 7F. RGB value is (134,132,127). Sum of RGB (Red+Green+Blue) = 134+132+127=393 (52% of max value = 765). Red value is 134 (52.73% from 255 or 34.10% from 393); Green value is 132 (51.95% from 255 or 33.59% from 393); Blue value is 127 (50% from 255 or 32.32% from 393); Max value from RGB is 134 - color contains mainly: red. Hex color #86847F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86847F is #797B80. Grayscale: #848484. Windows color (decimal): -7961473 or 8356998. OLE color: 8356998.

HSL color Cylindrical-coordinate representation of color #86847F: hue angle of 42.86º degrees, saturation: 0.03, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #86847F is Cyan = 0, Magento = 0.01, Yellow = 0.05 and Black (K on CMYK) = 0.47.

Color convert

RGB134132127-
CMYK00.010.050.47
HSL42.86º2.81%51.18%-
HSV(B)42.86º5.22%52.55%-
XYZ21.9123.123.38-
YUV132.03125.16129.41-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 134 (52.73% from 255) = 34.10%
GREEN value IS 132 (51.95% from 255) = 33.59%
BLUE value IS 127 (50% from 255) = 32.32%
R=34.10%
G=33.59%
B=32.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.05
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13413212700.010.050.4742.862.8151.18
Hex86847F0152F2b333
Octal2062041770155753363
Binary100001101000010011111110110110111110101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86847F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86847F; }

 p { color: rgb(134,132,127); }

 H1.HeaderClassName
 {
   color: #86847F;
 }
 .AnyTagClassName
 {
   color: #86847F;
 }
</style>
background-color css

<style>
 a { background-color: #86847F; }

 a { background-color: rgb(134,132,127); }

 div.DivClassName
 {
   background-color: #86847F;
 }
 .BgClassName
 {
   background-color: #86847F;
 }
</style>
border-color css

<style>
 span { border-color: #86847F; }

 span { border-color: rgb(134,132,127); }

 td.TdClassName
 {
   border-color: #86847F;
 }
 .TagClassName
 {
   border-color: #86847F;
 }
</style>