#8C887D

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

Shades of Friar Grey #8C887D

Tints of Friar Grey #8C887D

Color information

#8C887D (or 0x8C887D) is unknown color: approx Friar Grey. HEX triplet: 8C, 88 and 7D. RGB value is (140,136,125). Sum of RGB (Red+Green+Blue) = 140+136+125=401 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.91% from 401); Green value is 136 (53.52% from 255 or 33.92% from 401); Blue value is 125 (49.22% from 255 or 31.17% from 401); Max value from RGB is 140 - color contains mainly: red. Hex color #8C887D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C887D is #737782. Grayscale: #878787. Windows color (decimal): -7567235 or 8226956. OLE color: 8226956.

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

Color convert

RGB140136125-
CMYK00.030.110.45
HSL44º6.12%51.96%-
HSV(B)44º10.71%54.9%-
XYZ23.3224.6622.93-
YUV135.94121.83130.89-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 34.91%
GREEN value IS 136 (53.52% from 255) = 33.92%
BLUE value IS 125 (49.22% from 255) = 31.17%
R=34.91%
G=33.92%
B=31.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.11
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14013612500.030.110.45446.1251.96
Hex8C887D03B2D2c634
Octal21421017503135554664
Binary100011001000100011111010111011101101101100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C887D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,136,125); }

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

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

 a { background-color: rgb(140,136,125); }

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

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

 span { border-color: rgb(140,136,125); }

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