#8C8776

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

Shades of Friar Grey #8C8776

Tints of Friar Grey #8C8776

Color information

#8C8776 (or 0x8C8776) is unknown color: approx Friar Grey. HEX triplet: 8C, 87 and 76. RGB value is (140,135,118). Sum of RGB (Red+Green+Blue) = 140+135+118=393 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.62% from 393); Green value is 135 (53.12% from 255 or 34.35% from 393); Blue value is 118 (46.48% from 255 or 30.03% from 393); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8776 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C8776 is #737889. Grayscale: #868686. Windows color (decimal): -7567498 or 7767948. OLE color: 7767948.

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

Color convert

RGB140135118-
CMYK00.040.160.45
HSL46.36º8.73%50.59%-
HSV(B)46.36º15.71%54.9%-
XYZ22.7524.2120.61-
YUV134.56118.66131.88-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 35.62%
GREEN value IS 135 (53.12% from 255) = 34.35%
BLUE value IS 118 (46.48% from 255) = 30.03%
R=35.62%
G=34.35%
B=30.03%

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
Decimal14013511800.040.160.4546.368.7350.59
Hex8C877604102D2e933
Octal214207166042055561163
Binary100011001000011111101100100100001011011011101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C8776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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