Html Css Color HEX #8A7E70 Americano

📋 copy color: '#8A7E70'

red 138 ◦ green 126 ◦ blue 112

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

Shades of Americano #8A7E70

Tints of Americano #8A7E70

RGB

 RED value IS 138 (54.3% from 255) = 36.7%

 GREEN value IS 126 (49.61% from 255) = 33.51%

 BLUE value IS 112 (44.14% from 255) = 29.79%

R = 36.7%
G = 33.51%
B = 29.79%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.19

 K value IS 0.46

RGB Variations

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

Color information

#8A7E70 (or 0x8A7E70) is known color: Americano. HEX triplet: 8A, 7E and 70. RGB value is (138,126,112). Sum of RGB (Red+Green+Blue) = 138+126+112=376 (49% of max value = 765). Red value is 138 (54.30% from 255 or 36.70% from 376); Green value is 126 (49.61% from 255 or 33.51% from 376); Blue value is 112 (44.14% from 255 or 29.79% from 376); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7E70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A7E70 is #75818F. Grayscale: #808080. Windows color (decimal): -7700880 or 7372426. OLE color: 7372426.

HSL color Cylindrical-coordinate representation of color #8A7E70: hue angle of 32.31º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #8A7E70 is Cyan = 0, Magento = 0.09, Yellow = 0.19 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 126 112 -
CMYK 0 0.09 0.19 0.46
HSL 32.31º 0.1% 0.49% -
HSV(B) 32.31º 0.19% 0.54% -
XYZ 20.87 21.49 18.38 -
YUV 127.99 118.98 135.14 -
System Red Green Blue C M Y K H S L
Decimal 138 126 112 0 0.09 0.19 0.46 32.31 0.1 0.49
Hex 8A 7E 70 0 9 13 2E 20 A 31
Octal 212 176 160 0 11 23 56 40 12 61
Binary 10001010 1111110 1110000 0 1001 10011 101110 100000 1010 110001

Color Harmonies of #8A7E70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A7E70

Black with #8A7E70

Text Example


Text Example

White with #8A7E70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,126,112); }

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

background-color css

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

 a { background-color: rgb(138,126,112); }

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

border-color css

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

 span { border-color: rgb(138,126,112); }

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