Html Css Color HEX #8E8771 Friar Grey

📋 copy color: '#8E8771'

red 142 ◦ green 135 ◦ blue 113

#8E8771
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Friar Grey #8E8771

Tints of Friar Grey #8E8771

RGB

 RED value IS 142 (55.86% from 255) = 36.41%

 GREEN value IS 135 (53.13% from 255) = 34.62%

 BLUE value IS 113 (44.53% from 255) = 28.97%

R = 36.41%
G = 34.62%
B = 28.97%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.20

 K value IS 0.44

RGB Variations

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

Color information

#8E8771 (or 0x8E8771) is known color: Friar Grey. HEX triplet: 8E, 87 and 71. RGB value is (142,135,113). Sum of RGB (Red+Green+Blue) = 142+135+113=390 (51% of max value = 765). Red value is 142 (55.86% from 255 or 36.41% from 390); Green value is 135 (53.12% from 255 or 34.62% from 390); Blue value is 113 (44.53% from 255 or 28.97% from 390); Max value from RGB is 142 - color contains mainly: red. Hex color #8E8771 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E8771 is #71788E. Grayscale: #868686. Windows color (decimal): -7436431 or 7440270. OLE color: 7440270.

HSL color Cylindrical-coordinate representation of color #8E8771: hue angle of 45.52º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #8E8771 is Cyan = 0, Magento = 0.05, Yellow = 0.20 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 135 113 -
CMYK 0 0.05 0.20 0.44
HSL 45.52º 0.11% 0.5% -
HSV(B) 45.52º 0.2% 0.56% -
XYZ 22.8 24.27 19.11 -
YUV 134.59 115.82 133.29 -
System Red Green Blue C M Y K H S L
Decimal 142 135 113 0 0.05 0.20 0.44 45.52 0.11 0.5
Hex 8E 87 71 0 5 14 2C 2E B 32
Octal 216 207 161 0 5 24 54 56 13 62
Binary 10001110 10000111 1110001 0 101 10100 101100 101110 1011 110010

Color Harmonies of #8E8771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E8771

Black with #8E8771

Text Example


Text Example

White with #8E8771

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,135,113); }

 H1.HeaderClassName
 {
   color: #8E8771;
 }
 .AnyTagClassName
 {
   color: #8E8771;
 }
</style>

background-color css

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

 a { background-color: rgb(142,135,113); }

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

border-color css

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

 span { border-color: rgb(142,135,113); }

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