#868374

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

Shades of Friar Grey #868374

Tints of Friar Grey #868374

Color information

#868374 (or 0x868374) is unknown color: approx Friar Grey. HEX triplet: 86, 83 and 74. RGB value is (134,131,116). Sum of RGB (Red+Green+Blue) = 134+131+116=381 (50% of max value = 765). Red value is 134 (52.73% from 255 or 35.17% from 381); Green value is 131 (51.56% from 255 or 34.38% from 381); Blue value is 116 (45.70% from 255 or 30.45% from 381); Max value from RGB is 134 - color contains mainly: red. Hex color #868374 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #868374 is #797C8B. Grayscale: #828282. Windows color (decimal): -7961740 or 7635846. OLE color: 7635846.

HSL color Cylindrical-coordinate representation of color #868374: hue angle of 50º degrees, saturation: 0.07, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #868374 is Cyan = 0, Magento = 0.02, Yellow = 0.13 and Black (K on CMYK) = 0.47.

Color convert

RGB134131116-
CMYK00.020.130.47
HSL50º7.2%49.02%-
HSV(B)50º13.43%52.55%-
XYZ21.122.5619.77-
YUV130.19119.99130.72-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 35.17%
GREEN value IS 131 (51.56% from 255) = 34.38%
BLUE value IS 116 (45.70% from 255) = 30.45%
R=35.17%
G=34.38%
B=30.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.13
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13413111600.020.130.47507.249.02
Hex86837402D2F32731
Octal20620316402155762761
Binary100001101000001111101000101101101111110010111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #868374; }

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

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

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

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

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

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

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

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