Html Css Color HEX #8C8077 Americano

📋 copy color: '#8C8077'

red 140 ◦ green 128 ◦ blue 119

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

Shades of Americano #8C8077

Tints of Americano #8C8077

RGB

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

 GREEN value IS 128 (50.39% from 255) = 33.07%

 BLUE value IS 119 (46.88% from 255) = 30.75%

R = 36.18%
G = 33.07%
B = 30.75%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.15

 K value IS 0.45

RGB Variations

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

Color information

#8C8077 (or 0x8C8077) is known color: Americano. HEX triplet: 8C, 80 and 77. RGB value is (140,128,119). Sum of RGB (Red+Green+Blue) = 140+128+119=387 (51% of max value = 765). Red value is 140 (55.08% from 255 or 36.18% from 387); Green value is 128 (50.39% from 255 or 33.07% from 387); Blue value is 119 (46.88% from 255 or 30.75% from 387); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8077 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C8077 is #737F88. Grayscale: #828282. Windows color (decimal): -7569289 or 7831692. OLE color: 7831692.

HSL color Cylindrical-coordinate representation of color #8C8077: hue angle of 25.71º degrees, saturation: 0.08, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #8C8077 is Cyan = 0, Magento = 0.09, Yellow = 0.15 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 128 119 -
CMYK 0 0.09 0.15 0.45
HSL 25.71º 0.08% 0.51% -
HSV(B) 25.71º 0.15% 0.55% -
XYZ 21.86 22.35 20.61 -
YUV 130.56 121.48 134.73 -
System Red Green Blue C M Y K H S L
Decimal 140 128 119 0 0.09 0.15 0.45 25.71 0.08 0.51
Hex 8C 80 77 0 9 F 2D 1A 8 33
Octal 214 200 167 0 11 17 55 32 10 63
Binary 10001100 10000000 1110111 0 1001 1111 101101 11010 1000 110011

Color Harmonies of #8C8077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C8077

Black with #8C8077

Text Example


Text Example

White with #8C8077

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,128,119); }

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

background-color css

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

 a { background-color: rgb(140,128,119); }

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

border-color css

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

 span { border-color: rgb(140,128,119); }

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