Html Css Color HEX #8D7E71 Americano

📋 copy color: '#8D7E71'

red 141 ◦ green 126 ◦ blue 113

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

Shades of Americano #8D7E71

Tints of Americano #8D7E71

RGB

 RED value IS 141 (55.47% from 255) = 37.11%

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

 BLUE value IS 113 (44.53% from 255) = 29.74%

R = 37.11%
G = 33.16%
B = 29.74%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.20

 K value IS 0.45

RGB Variations

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

Color information

#8D7E71 (or 0x8D7E71) is known color: Americano. HEX triplet: 8D, 7E and 71. RGB value is (141,126,113). Sum of RGB (Red+Green+Blue) = 141+126+113=380 (50% of max value = 765). Red value is 141 (55.47% from 255 or 37.11% from 380); Green value is 126 (49.61% from 255 or 33.16% from 380); Blue value is 113 (44.53% from 255 or 29.74% from 380); Max value from RGB is 141 - color contains mainly: red. Hex color #8D7E71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D7E71 is #72818E. Grayscale: #818181. Windows color (decimal): -7504271 or 7437965. OLE color: 7437965.

HSL color Cylindrical-coordinate representation of color #8D7E71: hue angle of 27.86º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #8D7E71 is Cyan = 0, Magento = 0.11, Yellow = 0.20 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 126 113 -
CMYK 0 0.11 0.20 0.45
HSL 27.86º 0.11% 0.5% -
HSV(B) 27.86º 0.2% 0.55% -
XYZ 21.43 21.78 18.7 -
YUV 129 118.97 136.56 -
System Red Green Blue C M Y K H S L
Decimal 141 126 113 0 0.11 0.20 0.45 27.86 0.11 0.5
Hex 8D 7E 71 0 B 14 2D 1C B 32
Octal 215 176 161 0 13 24 55 34 13 62
Binary 10001101 1111110 1110001 0 1011 10100 101101 11100 1011 110010

Color Harmonies of #8D7E71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D7E71

Black with #8D7E71

Text Example


Text Example

White with #8D7E71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,126,113); }

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

background-color css

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

 a { background-color: rgb(141,126,113); }

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

border-color css

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

 span { border-color: rgb(141,126,113); }

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