#8D887C

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

Shades of Friar Grey #8D887C

Tints of Friar Grey #8D887C

Color information

#8D887C (or 0x8D887C) is unknown color: approx Friar Grey. HEX triplet: 8D, 88 and 7C. RGB value is (141,136,124). Sum of RGB (Red+Green+Blue) = 141+136+124=401 (53% of max value = 765). Red value is 141 (55.47% from 255 or 35.16% from 401); Green value is 136 (53.52% from 255 or 33.92% from 401); Blue value is 124 (48.83% from 255 or 30.92% from 401); Max value from RGB is 141 - color contains mainly: red. Hex color #8D887C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D887C is #727783. Grayscale: #888888. Windows color (decimal): -7501700 or 8161421. OLE color: 8161421.

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

Color convert

RGB141136124-
CMYK00.040.120.45
HSL42.35º6.94%51.96%-
HSV(B)42.35º12.06%55.29%-
XYZ23.4324.7322.61-
YUV136.13121.16131.48-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 35.16%
GREEN value IS 136 (53.52% from 255) = 33.92%
BLUE value IS 124 (48.83% from 255) = 30.92%
R=35.16%
G=33.92%
B=30.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.12
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14113612400.040.120.4542.356.9451.96
Hex8D887C04C2D2a734
Octal21521017404145552764
Binary1000110110001000111110001001100101101101010111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D887C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,136,124); }

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

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

 a { background-color: rgb(141,136,124); }

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

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

 span { border-color: rgb(141,136,124); }

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