Html Css Color HEX #8E8175 Americano

📋 copy color: '#8E8175'

red 142 ◦ green 129 ◦ blue 117

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

Shades of Americano #8E8175

Tints of Americano #8E8175

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 30.15%

R = 36.6%
G = 33.25%
B = 30.15%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.18

 K value IS 0.44

RGB Variations

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

Color information

#8E8175 (or 0x8E8175) is known color: Americano. HEX triplet: 8E, 81 and 75. RGB value is (142,129,117). Sum of RGB (Red+Green+Blue) = 142+129+117=388 (51% of max value = 765). Red value is 142 (55.86% from 255 or 36.60% from 388); Green value is 129 (50.78% from 255 or 33.25% from 388); Blue value is 117 (46.09% from 255 or 30.15% from 388); Max value from RGB is 142 - color contains mainly: red. Hex color #8E8175 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E8175 is #717E8A. Grayscale: #838383. Windows color (decimal): -7437963 or 7700878. OLE color: 7700878.

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

Color convert

RGB 142 129 117 -
CMYK 0 0.09 0.18 0.44
HSL 28.8º 0.1% 0.51% -
HSV(B) 28.8º 0.18% 0.56% -
XYZ 22.22 22.74 20.05 -
YUV 131.52 119.81 135.48 -
System Red Green Blue C M Y K H S L
Decimal 142 129 117 0 0.09 0.18 0.44 28.8 0.1 0.51
Hex 8E 81 75 0 9 12 2C 1D A 33
Octal 216 201 165 0 11 22 54 35 12 63
Binary 10001110 10000001 1110101 0 1001 10010 101100 11101 1010 110011

Color Harmonies of #8E8175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E8175

Black with #8E8175

Text Example


Text Example

White with #8E8175

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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