#8D897C

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

Shades of Friar Grey #8D897C

Tints of Friar Grey #8D897C

Color information

#8D897C (or 0x8D897C) is unknown color: approx Friar Grey. HEX triplet: 8D, 89 and 7C. RGB value is (141,137,124). Sum of RGB (Red+Green+Blue) = 141+137+124=402 (53% of max value = 765). Red value is 141 (55.47% from 255 or 35.07% from 402); Green value is 137 (53.91% from 255 or 34.08% from 402); Blue value is 124 (48.83% from 255 or 30.85% from 402); Max value from RGB is 141 - color contains mainly: red. Hex color #8D897C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D897C is #727683. Grayscale: #888888. Windows color (decimal): -7501444 or 8161677. OLE color: 8161677.

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

Color convert

RGB141137124-
CMYK00.030.120.45
HSL45.88º6.94%51.96%-
HSV(B)45.88º12.06%55.29%-
XYZ23.5725.0122.65-
YUV136.71120.83131.06-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 35.07%
GREEN value IS 137 (53.91% from 255) = 34.08%
BLUE value IS 124 (48.83% from 255) = 30.85%
R=35.07%
G=34.08%
B=30.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.12
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14113712400.030.120.4545.886.9451.96
Hex8D897C03C2D2e734
Octal21521117403145556764
Binary100011011000100111111000111100101101101110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D897C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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