#8D8A77

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

Shades of Friar Grey #8D8A77

Tints of Friar Grey #8D8A77

Color information

#8D8A77 (or 0x8D8A77) is unknown color: approx Friar Grey. HEX triplet: 8D, 8A and 77. RGB value is (141,138,119). Sum of RGB (Red+Green+Blue) = 141+138+119=398 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.43% from 398); Green value is 138 (54.30% from 255 or 34.67% from 398); Blue value is 119 (46.88% from 255 or 29.90% from 398); Max value from RGB is 141 - color contains mainly: red. Hex color #8D8A77 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D8A77 is #727588. Grayscale: #888888. Windows color (decimal): -7501193 or 7834253. OLE color: 7834253.

HSL color Cylindrical-coordinate representation of color #8D8A77: hue angle of 51.82º degrees, saturation: 0.09, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #8D8A77 is Cyan = 0, Magento = 0.02, Yellow = 0.16 and Black (K on CMYK) = 0.45.

Color convert

RGB141138119-
CMYK00.020.160.45
HSL51.82º8.8%50.98%-
HSV(B)51.82º15.6%55.29%-
XYZ23.425.1721.08-
YUV136.73117.99131.04-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 35.43%
GREEN value IS 138 (54.30% from 255) = 34.67%
BLUE value IS 119 (46.88% from 255) = 29.90%
R=35.43%
G=34.67%
B=29.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.16
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14113811900.020.160.4551.828.850.98
Hex8D8A7702102D34933
Octal215212167022055641163
Binary10001101100010101110111010100001011011101001001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D8A77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,138,119); }

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

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

 a { background-color: rgb(141,138,119); }

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

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

 span { border-color: rgb(141,138,119); }

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