Html Css Color HEX #8C776B Americano

📋 copy color: '#8C776B'

red 140 ◦ green 119 ◦ blue 107

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

Shades of Americano #8C776B

Tints of Americano #8C776B

RGB

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

 GREEN value IS 119 (46.88% from 255) = 32.51%

 BLUE value IS 107 (42.19% from 255) = 29.23%

R = 38.25%
G = 32.51%
B = 29.23%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.24

 K value IS 0.45

RGB Variations

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

Color information

#8C776B (or 0x8C776B) is known color: Americano. HEX triplet: 8C, 77 and 6B. RGB value is (140,119,107). Sum of RGB (Red+Green+Blue) = 140+119+107=366 (48% of max value = 765). Red value is 140 (55.08% from 255 or 38.25% from 366); Green value is 119 (46.88% from 255 or 32.51% from 366); Blue value is 107 (42.19% from 255 or 29.23% from 366); Max value from RGB is 140 - color contains mainly: red. Hex color #8C776B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C776B is #738894. Grayscale: #7B7B7B. Windows color (decimal): -7571605 or 7042956. OLE color: 7042956.

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

Color convert

RGB 140 119 107 -
CMYK 0 0.15 0.24 0.45
HSL 21.82º 0.13% 0.48% -
HSV(B) 21.82º 0.24% 0.55% -
XYZ 20.07 19.83 16.68 -
YUV 123.91 118.46 139.48 -
System Red Green Blue C M Y K H S L
Decimal 140 119 107 0 0.15 0.24 0.45 21.82 0.13 0.48
Hex 8C 77 6B 0 F 18 2D 16 D 30
Octal 214 167 153 0 17 30 55 26 15 60
Binary 10001100 1110111 1101011 0 1111 11000 101101 10110 1101 110000

Color Harmonies of #8C776B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C776B

Black with #8C776B

Text Example


Text Example

White with #8C776B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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