#8E8978

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

Shades of Friar Grey #8E8978

Tints of Friar Grey #8E8978

Color information

#8E8978 (or 0x8E8978) is unknown color: approx Friar Grey. HEX triplet: 8E, 89 and 78. RGB value is (142,137,120). Sum of RGB (Red+Green+Blue) = 142+137+120=399 (52% of max value = 765). Red value is 142 (55.86% from 255 or 35.59% from 399); Green value is 137 (53.91% from 255 or 34.34% from 399); Blue value is 120 (47.27% from 255 or 30.08% from 399); Max value from RGB is 142 - color contains mainly: red. Hex color #8E8978 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E8978 is #717687. Grayscale: #888888. Windows color (decimal): -7435912 or 7899534. OLE color: 7899534.

HSL color Cylindrical-coordinate representation of color #8E8978: hue angle of 46.36º degrees, saturation: 0.09, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #8E8978 is Cyan = 0, Magento = 0.04, Yellow = 0.15 and Black (K on CMYK) = 0.44.

Color convert

RGB142137120-
CMYK00.040.150.44
HSL46.36º8.87%51.37%-
HSV(B)46.36º15.49%55.69%-
XYZ23.492521.36-
YUV136.56118.66131.88-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 35.59%
GREEN value IS 137 (53.91% from 255) = 34.34%
BLUE value IS 120 (47.27% from 255) = 30.08%
R=35.59%
G=34.34%
B=30.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.15
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14213712000.040.150.4446.368.8751.37
Hex8E897804F2C2e933
Octal216211170041754561163
Binary10001110100010011111000010011111011001011101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E8978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,137,120); }

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

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

 a { background-color: rgb(142,137,120); }

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

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

 span { border-color: rgb(142,137,120); }

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