Html Css Color HEX #8E7B6E Americano

📋 copy color: '#8E7B6E'

red 142 ◦ green 123 ◦ blue 110

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

Shades of Americano #8E7B6E

Tints of Americano #8E7B6E

RGB

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

 GREEN value IS 123 (48.44% from 255) = 32.8%

 BLUE value IS 110 (43.36% from 255) = 29.33%

R = 37.87%
G = 32.8%
B = 29.33%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.23

 K value IS 0.44

RGB Variations

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

Color information

#8E7B6E (or 0x8E7B6E) is known color: Americano. HEX triplet: 8E, 7B and 6E. RGB value is (142,123,110). Sum of RGB (Red+Green+Blue) = 142+123+110=375 (49% of max value = 765). Red value is 142 (55.86% from 255 or 37.87% from 375); Green value is 123 (48.44% from 255 or 32.8% from 375); Blue value is 110 (43.36% from 255 or 29.33% from 375); Max value from RGB is 142 - color contains mainly: red. Hex color #8E7B6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E7B6E is #718491. Grayscale: #7F7F7F. Windows color (decimal): -7439506 or 7240590. OLE color: 7240590.

HSL color Cylindrical-coordinate representation of color #8E7B6E: hue angle of 24.38º degrees, saturation: 0.13, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8E7B6E is Cyan = 0, Magento = 0.13, Yellow = 0.23 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 123 110 -
CMYK 0 0.13 0.23 0.44
HSL 24.38º 0.13% 0.49% -
HSV(B) 24.38º 0.23% 0.56% -
XYZ 21.05 21.04 17.7 -
YUV 127.2 118.29 138.56 -
System Red Green Blue C M Y K H S L
Decimal 142 123 110 0 0.13 0.23 0.44 24.38 0.13 0.49
Hex 8E 7B 6E 0 D 17 2C 18 D 31
Octal 216 173 156 0 15 27 54 30 15 61
Binary 10001110 1111011 1101110 0 1101 10111 101100 11000 1101 110001

Color Harmonies of #8E7B6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E7B6E

Black with #8E7B6E

Text Example


Text Example

White with #8E7B6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,123,110); }

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

background-color css

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

 a { background-color: rgb(142,123,110); }

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

border-color css

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

 span { border-color: rgb(142,123,110); }

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