#8F8771

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

Shades of Friar Grey #8F8771

Tints of Friar Grey #8F8771

Color information

#8F8771 (or 0x8F8771) is unknown color: approx Friar Grey. HEX triplet: 8F, 87 and 71. RGB value is (143,135,113). Sum of RGB (Red+Green+Blue) = 143+135+113=391 (51% of max value = 765). Red value is 143 (56.25% from 255 or 36.57% from 391); Green value is 135 (53.12% from 255 or 34.53% from 391); Blue value is 113 (44.53% from 255 or 28.90% from 391); Max value from RGB is 143 - color contains mainly: red. Hex color #8F8771 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F8771 is #70788E. Grayscale: #868686. Windows color (decimal): -7370895 or 7440271. OLE color: 7440271.

HSL color Cylindrical-coordinate representation of color #8F8771: hue angle of 44º degrees, saturation: 0.12, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8F8771 is Cyan = 0, Magento = 0.06, Yellow = 0.21 and Black (K on CMYK) = 0.44.

Color convert

RGB143135113-
CMYK00.060.210.44
HSL44º11.81%50.2%-
HSV(B)44º20.98%56.08%-
XYZ22.9724.3619.11-
YUV134.88115.65133.79-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 36.57%
GREEN value IS 135 (53.12% from 255) = 34.53%
BLUE value IS 113 (44.53% from 255) = 28.90%
R=36.57%
G=34.53%
B=28.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.21
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14313511300.060.210.444411.8150.2
Hex8F877106152C2cc32
Octal217207161062554541462
Binary100011111000011111100010110101011011001011001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F8771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,135,113); }

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

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

 a { background-color: rgb(143,135,113); }

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

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

 span { border-color: rgb(143,135,113); }

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