#8C8976

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

Shades of Friar Grey #8C8976

Tints of Friar Grey #8C8976

Color information

#8C8976 (or 0x8C8976) is unknown color: approx Friar Grey. HEX triplet: 8C, 89 and 76. RGB value is (140,137,118). Sum of RGB (Red+Green+Blue) = 140+137+118=395 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.44% from 395); Green value is 137 (53.91% from 255 or 34.68% from 395); Blue value is 118 (46.48% from 255 or 29.87% from 395); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8976 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C8976 is #737689. Grayscale: #878787. Windows color (decimal): -7566986 or 7768460. OLE color: 7768460.

HSL color Cylindrical-coordinate representation of color #8C8976: hue angle of 51.82º 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 #8C8976 is Cyan = 0, Magento = 0.02, Yellow = 0.16 and Black (K on CMYK) = 0.45.

Color convert

RGB140137118-
CMYK00.020.160.45
HSL51.82º8.73%50.59%-
HSV(B)51.82º15.71%54.9%-
XYZ23.0324.7720.71-
YUV135.73117.99131.04-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 35.44%
GREEN value IS 137 (53.91% from 255) = 34.68%
BLUE value IS 118 (46.48% from 255) = 29.87%
R=35.44%
G=34.68%
B=29.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.16
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14013711800.020.160.4551.828.7350.59
Hex8C897602102D34933
Octal214211166022055641163
Binary10001100100010011110110010100001011011101001001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C8976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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