#8F8773

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

Shades of Friar Grey #8F8773

Tints of Friar Grey #8F8773

Color information

#8F8773 (or 0x8F8773) is unknown color: approx Friar Grey. HEX triplet: 8F, 87 and 73. RGB value is (143,135,115). Sum of RGB (Red+Green+Blue) = 143+135+115=393 (52% of max value = 765). Red value is 143 (56.25% from 255 or 36.39% from 393); Green value is 135 (53.12% from 255 or 34.35% from 393); Blue value is 115 (45.31% from 255 or 29.26% from 393); Max value from RGB is 143 - color contains mainly: red. Hex color #8F8773 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F8773 is #70788C. Grayscale: #878787. Windows color (decimal): -7370893 or 7571343. OLE color: 7571343.

HSL color Cylindrical-coordinate representation of color #8F8773: hue angle of 42.86º degrees, saturation: 0.11, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #8F8773 is Cyan = 0, Magento = 0.06, Yellow = 0.20 and Black (K on CMYK) = 0.44.

Color convert

RGB143135115-
CMYK00.060.200.44
HSL42.86º11.11%50.59%-
HSV(B)42.86º19.58%56.08%-
XYZ23.0924.4119.71-
YUV135.11116.65133.63-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 36.39%
GREEN value IS 135 (53.12% from 255) = 34.35%
BLUE value IS 115 (45.31% from 255) = 29.26%
R=36.39%
G=34.35%
B=29.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.20
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14313511500.060.200.4442.8611.1150.59
Hex8F877306142C2bb33
Octal217207163062454531363
Binary100011111000011111100110110101001011001010111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F8773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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