#8D8A79

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

Shades of Friar Grey #8D8A79

Tints of Friar Grey #8D8A79

Color information

#8D8A79 (or 0x8D8A79) is unknown color: approx Friar Grey. HEX triplet: 8D, 8A and 79. RGB value is (141,138,121). Sum of RGB (Red+Green+Blue) = 141+138+121=400 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.25% from 400); Green value is 138 (54.30% from 255 or 34.5% from 400); Blue value is 121 (47.66% from 255 or 30.25% from 400); Max value from RGB is 141 - color contains mainly: red. Hex color #8D8A79 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D8A79 is #727586. Grayscale: #898989. Windows color (decimal): -7501191 or 7965325. OLE color: 7965325.

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

Color convert

RGB141138121-
CMYK00.020.140.45
HSL51º8.06%51.37%-
HSV(B)51º14.18%55.29%-
XYZ23.5225.2221.72-
YUV136.96118.99130.88-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 35.25%
GREEN value IS 138 (54.30% from 255) = 34.5%
BLUE value IS 121 (47.66% from 255) = 30.25%
R=35.25%
G=34.5%
B=30.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.14
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14113812100.020.140.45518.0651.37
Hex8D8A7902E2D33833
Octal215212171021655631063
Binary1000110110001010111100101011101011011100111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D8A79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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