#8B766B

Color #8B766B Americano (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Americano #8B766B

Tints of Americano #8B766B

Color information

#8B766B (or 0x8B766B) is unknown color: approx Americano. HEX triplet: 8B, 76 and 6B. RGB value is (139,118,107). Sum of RGB (Red+Green+Blue) = 139+118+107=364 (48% of max value = 765). Red value is 139 (54.69% from 255 or 38.19% from 364); Green value is 118 (46.48% from 255 or 32.42% from 364); Blue value is 107 (42.19% from 255 or 29.40% from 364); Max value from RGB is 139 - color contains mainly: red. Hex color #8B766B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B766B is #748994. Grayscale: #7B7B7B. Windows color (decimal): -7637397 or 7042699. OLE color: 7042699.

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

Color convert

RGB139118107-
CMYK00.150.230.45
HSL20.62º13.01%48.24%-
HSV(B)20.62º23.02%54.51%-
XYZ19.7819.5116.63-
YUV123.02118.96139.39-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 38.19%
GREEN value IS 118 (46.48% from 255) = 32.42%
BLUE value IS 107 (42.19% from 255) = 29.40%
R=38.19%
G=32.42%
B=29.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.23
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13911810700.150.230.4520.6213.0148.24
Hex8B766B0F172D15d30
Octal2131661530172755251560
Binary10001011111011011010110111110111101101101011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B766B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,118,107); }

 H1.HeaderClassName
 {
   color: #8B766B;
 }
 .AnyTagClassName
 {
   color: #8B766B;
 }
</style>
background-color css

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

 a { background-color: rgb(139,118,107); }

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

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

 span { border-color: rgb(139,118,107); }

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