#8B8774

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

Shades of Friar Grey #8B8774

Tints of Friar Grey #8B8774

Color information

#8B8774 (or 0x8B8774) is unknown color: approx Friar Grey. HEX triplet: 8B, 87 and 74. RGB value is (139,135,116). Sum of RGB (Red+Green+Blue) = 139+135+116=390 (51% of max value = 765). Red value is 139 (54.69% from 255 or 35.64% from 390); Green value is 135 (53.12% from 255 or 34.62% from 390); Blue value is 116 (45.70% from 255 or 29.74% from 390); Max value from RGB is 139 - color contains mainly: red. Hex color #8B8774 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B8774 is #74788B. Grayscale: #868686. Windows color (decimal): -7633036 or 7636875. OLE color: 7636875.

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

Color convert

RGB139135116-
CMYK00.030.170.45
HSL49.57º9.02%50%-
HSV(B)49.57º16.55%54.51%-
XYZ22.4624.0819.99-
YUV134.03117.83131.54-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 35.64%
GREEN value IS 135 (53.12% from 255) = 34.62%
BLUE value IS 116 (45.70% from 255) = 29.74%
R=35.64%
G=34.62%
B=29.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.17
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13913511600.030.170.4549.579.0250
Hex8B877403112D32932
Octal213207164032155621162
Binary10001011100001111110100011100011011011100101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B8774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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