#868379

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

Shades of Friar Grey #868379

Tints of Friar Grey #868379

Color information

#868379 (or 0x868379) is unknown color: approx Friar Grey. HEX triplet: 86, 83 and 79. RGB value is (134,131,121). Sum of RGB (Red+Green+Blue) = 134+131+121=386 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.72% from 386); Green value is 131 (51.56% from 255 or 33.94% from 386); Blue value is 121 (47.66% from 255 or 31.35% from 386); Max value from RGB is 134 - color contains mainly: red. Hex color #868379 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #868379 is #797C86. Grayscale: #828282. Windows color (decimal): -7961735 or 7963526. OLE color: 7963526.

HSL color Cylindrical-coordinate representation of color #868379: hue angle of 46.15º degrees, saturation: 0.05, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #868379 is Cyan = 0, Magento = 0.02, Yellow = 0.10 and Black (K on CMYK) = 0.47.

Color convert

RGB134131121-
CMYK00.020.100.47
HSL46.15º5.1%50%-
HSV(B)46.15º9.7%52.55%-
XYZ21.422.6821.34-
YUV130.76122.49130.31-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 34.72%
GREEN value IS 131 (51.56% from 255) = 33.94%
BLUE value IS 121 (47.66% from 255) = 31.35%
R=34.72%
G=33.94%
B=31.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.10
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13413112100.020.100.4746.155.150
Hex86837902A2F2e532
Octal20620317102125756562
Binary100001101000001111110010101010101111101110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #868379; }

 p { color: rgb(134,131,121); }

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

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

 a { background-color: rgb(134,131,121); }

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

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

 span { border-color: rgb(134,131,121); }

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