Html Css Color HEX #8E8777 Friar Grey

📋 copy color: '#8E8777'

red 142 ◦ green 135 ◦ blue 119

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

Shades of Friar Grey #8E8777

Tints of Friar Grey #8E8777

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 30.05%

R = 35.86%
G = 34.09%
B = 30.05%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.16

 K value IS 0.44

RGB Variations

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

Color information

#8E8777 (or 0x8E8777) is known color: Friar Grey. HEX triplet: 8E, 87 and 77. RGB value is (142,135,119). Sum of RGB (Red+Green+Blue) = 142+135+119=396 (52% of max value = 765). Red value is 142 (55.86% from 255 or 35.86% from 396); Green value is 135 (53.12% from 255 or 34.09% from 396); Blue value is 119 (46.88% from 255 or 30.05% from 396); Max value from RGB is 142 - color contains mainly: red. Hex color #8E8777 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E8777 is #717888. Grayscale: #878787. Windows color (decimal): -7436425 or 7833486. OLE color: 7833486.

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

Color convert

RGB 142 135 119 -
CMYK 0 0.05 0.16 0.44
HSL 41.74º 0.09% 0.51% -
HSV(B) 41.74º 0.16% 0.56% -
XYZ 23.15 24.41 20.94 -
YUV 135.27 118.82 132.8 -
System Red Green Blue C M Y K H S L
Decimal 142 135 119 0 0.05 0.16 0.44 41.74 0.09 0.51
Hex 8E 87 77 0 5 10 2C 2A 9 33
Octal 216 207 167 0 5 20 54 52 11 63
Binary 10001110 10000111 1110111 0 101 10000 101100 101010 1001 110011

Color Harmonies of #8E8777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E8777

Black with #8E8777

Text Example


Text Example

White with #8E8777

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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