Html Css Color HEX #8E8177 Americano

📋 copy color: '#8E8177'

red 142 ◦ green 129 ◦ blue 119

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

Shades of Americano #8E8177

Tints of Americano #8E8177

RGB

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

 GREEN value IS 129 (50.78% from 255) = 33.08%

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

R = 36.41%
G = 33.08%
B = 30.51%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.16

 K value IS 0.44

RGB Variations

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

Color information

#8E8177 (or 0x8E8177) is known color: Americano. HEX triplet: 8E, 81 and 77. RGB value is (142,129,119). Sum of RGB (Red+Green+Blue) = 142+129+119=390 (51% of max value = 765). Red value is 142 (55.86% from 255 or 36.41% from 390); Green value is 129 (50.78% from 255 or 33.08% from 390); Blue value is 119 (46.88% from 255 or 30.51% from 390); Max value from RGB is 142 - color contains mainly: red. Hex color #8E8177 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E8177 is #717E88. Grayscale: #838383. Windows color (decimal): -7437961 or 7831950. OLE color: 7831950.

HSL color Cylindrical-coordinate representation of color #8E8177: hue angle of 26.09º 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 #8E8177 is Cyan = 0, Magento = 0.09, Yellow = 0.16 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 129 119 -
CMYK 0 0.09 0.16 0.44
HSL 26.09º 0.09% 0.51% -
HSV(B) 26.09º 0.16% 0.56% -
XYZ 22.34 22.78 20.67 -
YUV 131.75 120.81 135.31 -
System Red Green Blue C M Y K H S L
Decimal 142 129 119 0 0.09 0.16 0.44 26.09 0.09 0.51
Hex 8E 81 77 0 9 10 2C 1A 9 33
Octal 216 201 167 0 11 20 54 32 11 63
Binary 10001110 10000001 1110111 0 1001 10000 101100 11010 1001 110011

Color Harmonies of #8E8177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E8177

Black with #8E8177

Text Example


Text Example

White with #8E8177

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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