#8E8B7D

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

Shades of Friar Grey #8E8B7D

Tints of Friar Grey #8E8B7D

Color information

#8E8B7D (or 0x8E8B7D) is unknown color: approx Friar Grey. HEX triplet: 8E, 8B and 7D. RGB value is (142,139,125). Sum of RGB (Red+Green+Blue) = 142+139+125=406 (53% of max value = 765). Red value is 142 (55.86% from 255 or 34.98% from 406); Green value is 139 (54.69% from 255 or 34.24% from 406); Blue value is 125 (49.22% from 255 or 30.79% from 406); Max value from RGB is 142 - color contains mainly: red. Hex color #8E8B7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E8B7D is #717482. Grayscale: #8A8A8A. Windows color (decimal): -7435395 or 8227726. OLE color: 8227726.

HSL color Cylindrical-coordinate representation of color #8E8B7D: hue angle of 49.41º degrees, saturation: 0.07, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #8E8B7D is Cyan = 0, Magento = 0.02, Yellow = 0.12 and Black (K on CMYK) = 0.44.

Color convert

RGB142139125-
CMYK00.020.120.44
HSL49.41º7%52.35%-
HSV(B)49.41º11.97%55.69%-
XYZ24.0925.723.09-
YUV138.3120.49130.64-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 34.98%
GREEN value IS 139 (54.69% from 255) = 34.24%
BLUE value IS 125 (49.22% from 255) = 30.79%
R=34.98%
G=34.24%
B=30.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.12
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14213912500.020.120.4449.41752.35
Hex8E8B7D02C2C31734
Octal21621317502145461764
Binary100011101000101111111010101100101100110001111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E8B7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,139,125); }

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

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

 a { background-color: rgb(142,139,125); }

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

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

 span { border-color: rgb(142,139,125); }

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