Html Css Color HEX #8C8177 Americano

📋 copy color: '#8C8177'

red 140 ◦ green 129 ◦ blue 119

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

Shades of Americano #8C8177

Tints of Americano #8C8177

RGB

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

 GREEN value IS 129 (50.78% from 255) = 33.25%

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

R = 36.08%
G = 33.25%
B = 30.67%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.15

 K value IS 0.45

RGB Variations

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

Color information

#8C8177 (or 0x8C8177) is known color: Americano. HEX triplet: 8C, 81 and 77. RGB value is (140,129,119). Sum of RGB (Red+Green+Blue) = 140+129+119=388 (51% of max value = 765). Red value is 140 (55.08% from 255 or 36.08% from 388); Green value is 129 (50.78% from 255 or 33.25% from 388); Blue value is 119 (46.88% from 255 or 30.67% from 388); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8177 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C8177 is #737E88. Grayscale: #838383. Windows color (decimal): -7569033 or 7831948. OLE color: 7831948.

HSL color Cylindrical-coordinate representation of color #8C8177: hue angle of 28.57º 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 #8C8177 is Cyan = 0, Magento = 0.08, Yellow = 0.15 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 129 119 -
CMYK 0 0.08 0.15 0.45
HSL 28.57º 0.08% 0.51% -
HSV(B) 28.57º 0.15% 0.55% -
XYZ 22 22.61 20.66 -
YUV 131.15 121.14 134.31 -
System Red Green Blue C M Y K H S L
Decimal 140 129 119 0 0.08 0.15 0.45 28.57 0.08 0.51
Hex 8C 81 77 0 8 F 2D 1D 8 33
Octal 214 201 167 0 10 17 55 35 10 63
Binary 10001100 10000001 1110111 0 1000 1111 101101 11101 1000 110011

Color Harmonies of #8C8177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C8177

Black with #8C8177

Text Example


Text Example

White with #8C8177

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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