#8C8774

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

Shades of Friar Grey #8C8774

Tints of Friar Grey #8C8774

Color information

#8C8774 (or 0x8C8774) is unknown color: approx Friar Grey. HEX triplet: 8C, 87 and 74. RGB value is (140,135,116). Sum of RGB (Red+Green+Blue) = 140+135+116=391 (51% of max value = 765). Red value is 140 (55.08% from 255 or 35.81% from 391); Green value is 135 (53.12% from 255 or 34.53% from 391); Blue value is 116 (45.70% from 255 or 29.67% from 391); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8774 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C8774 is #73788B. Grayscale: #868686. Windows color (decimal): -7567500 or 7636876. OLE color: 7636876.

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

Color convert

RGB140135116-
CMYK00.040.170.45
HSL47.5º9.45%50.2%-
HSV(B)47.5º17.14%54.9%-
XYZ22.6324.1619.99-
YUV134.33117.66132.04-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 35.81%
GREEN value IS 135 (53.12% from 255) = 34.53%
BLUE value IS 116 (45.70% from 255) = 29.67%
R=35.81%
G=34.53%
B=29.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.17
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14013511600.040.170.4547.59.4550.2
Hex8C877404112D30932
Octal214207164042155601162
Binary100011001000011111101000100100011011011100001001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C8774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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