#8B8676

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

Shades of Friar Grey #8B8676

Tints of Friar Grey #8B8676

Color information

#8B8676 (or 0x8B8676) is unknown color: approx Friar Grey. HEX triplet: 8B, 86 and 76. RGB value is (139,134,118). Sum of RGB (Red+Green+Blue) = 139+134+118=391 (51% of max value = 765). Red value is 139 (54.69% from 255 or 35.55% from 391); Green value is 134 (52.73% from 255 or 34.27% from 391); Blue value is 118 (46.48% from 255 or 30.18% from 391); Max value from RGB is 139 - color contains mainly: red. Hex color #8B8676 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B8676 is #747989. Grayscale: #858585. Windows color (decimal): -7633290 or 7767691. OLE color: 7767691.

HSL color Cylindrical-coordinate representation of color #8B8676: hue angle of 45.71º degrees, saturation: 0.08, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #8B8676 is Cyan = 0, Magento = 0.04, Yellow = 0.15 and Black (K on CMYK) = 0.45.

Color convert

RGB139134118-
CMYK00.040.150.45
HSL45.71º8.3%50.39%-
HSV(B)45.71º15.11%54.51%-
XYZ22.4423.8520.56-
YUV133.67119.16131.8-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 35.55%
GREEN value IS 134 (52.73% from 255) = 34.27%
BLUE value IS 118 (46.48% from 255) = 30.18%
R=35.55%
G=34.27%
B=30.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.15
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13913411800.040.150.4545.718.350.39
Hex8B867604F2D2e832
Octal213206166041755561062
Binary10001011100001101110110010011111011011011101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B8676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8B8676; }

 p { color: rgb(139,134,118); }

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

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

 a { background-color: rgb(139,134,118); }

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

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

 span { border-color: rgb(139,134,118); }

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