#8C8676

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

Shades of Friar Grey #8C8676

Tints of Friar Grey #8C8676

Color information

#8C8676 (or 0x8C8676) is unknown color: approx Friar Grey. HEX triplet: 8C, 86 and 76. RGB value is (140,134,118). Sum of RGB (Red+Green+Blue) = 140+134+118=392 (51% of max value = 765). Red value is 140 (55.08% from 255 or 35.71% from 392); Green value is 134 (52.73% from 255 or 34.18% from 392); Blue value is 118 (46.48% from 255 or 30.10% from 392); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8676 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C8676 is #737989. Grayscale: #868686. Windows color (decimal): -7567754 or 7767692. OLE color: 7767692.

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

Color convert

RGB140134118-
CMYK00.040.160.45
HSL43.64º8.73%50.59%-
HSV(B)43.64º15.71%54.9%-
XYZ22.6123.9320.57-
YUV133.97118.99132.3-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 35.71%
GREEN value IS 134 (52.73% from 255) = 34.18%
BLUE value IS 118 (46.48% from 255) = 30.10%
R=35.71%
G=34.18%
B=30.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.16
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14013411800.040.160.4543.648.7350.59
Hex8C867604102D2c933
Octal214206166042055541163
Binary100011001000011011101100100100001011011011001001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C8676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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