Html Css Color HEX #8C7D6F Americano

📋 copy color: '#8C7D6F'

red 140 ◦ green 125 ◦ blue 111

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

Shades of Americano #8C7D6F

Tints of Americano #8C7D6F

RGB

 RED value IS 140 (55.08% from 255) = 37.23%

 GREEN value IS 125 (49.22% from 255) = 33.24%

 BLUE value IS 111 (43.75% from 255) = 29.52%

R = 37.23%
G = 33.24%
B = 29.52%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.21

 K value IS 0.45

RGB Variations

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

Color information

#8C7D6F (or 0x8C7D6F) is known color: Americano. HEX triplet: 8C, 7D and 6F. RGB value is (140,125,111). Sum of RGB (Red+Green+Blue) = 140+125+111=376 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.23% from 376); Green value is 125 (49.22% from 255 or 33.24% from 376); Blue value is 111 (43.75% from 255 or 29.52% from 376); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7D6F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C7D6F is #738290. Grayscale: #7F7F7F. Windows color (decimal): -7570065 or 7306636. OLE color: 7306636.

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

Color convert

RGB 140 125 111 -
CMYK 0 0.11 0.21 0.45
HSL 28.97º 0.12% 0.49% -
HSV(B) 28.97º 0.21% 0.55% -
XYZ 21.02 21.39 18.06 -
YUV 127.89 118.47 136.64 -
System Red Green Blue C M Y K H S L
Decimal 140 125 111 0 0.11 0.21 0.45 28.97 0.12 0.49
Hex 8C 7D 6F 0 B 15 2D 1D C 31
Octal 214 175 157 0 13 25 55 35 14 61
Binary 10001100 1111101 1101111 0 1011 10101 101101 11101 1100 110001

Color Harmonies of #8C7D6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C7D6F

Black with #8C7D6F

Text Example


Text Example

White with #8C7D6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,125,111); }

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

background-color css

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

 a { background-color: rgb(140,125,111); }

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

border-color css

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

 span { border-color: rgb(140,125,111); }

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