#8B766A

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

Shades of Americano #8B766A

Tints of Americano #8B766A

Color information

#8B766A (or 0x8B766A) is unknown color: approx Americano. HEX triplet: 8B, 76 and 6A. RGB value is (139,118,106). Sum of RGB (Red+Green+Blue) = 139+118+106=363 (48% of max value = 765). Red value is 139 (54.69% from 255 or 38.29% from 363); Green value is 118 (46.48% from 255 or 32.51% from 363); Blue value is 106 (41.80% from 255 or 29.20% from 363); Max value from RGB is 139 - color contains mainly: red. Hex color #8B766A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B766A is #748995. Grayscale: #7A7A7A. Windows color (decimal): -7637398 or 6977163. OLE color: 6977163.

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

Color convert

RGB139118106-
CMYK00.150.240.45
HSL21.82º13.47%48.04%-
HSV(B)21.82º23.74%54.51%-
XYZ19.7319.4916.36-
YUV122.91118.46139.48-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 38.29%
GREEN value IS 118 (46.48% from 255) = 32.51%
BLUE value IS 106 (41.80% from 255) = 29.20%
R=38.29%
G=32.51%
B=29.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.24
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13911810600.150.240.4521.8213.4748.04
Hex8B766A0F182D16d30
Octal2131661520173055261560
Binary10001011111011011010100111111000101101101101101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B766A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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