#8B796D

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

Shades of Americano #8B796D

Tints of Americano #8B796D

Color information

#8B796D (or 0x8B796D) is unknown color: approx Americano. HEX triplet: 8B, 79 and 6D. RGB value is (139,121,109). Sum of RGB (Red+Green+Blue) = 139+121+109=369 (48% of max value = 765). Red value is 139 (54.69% from 255 or 37.67% from 369); Green value is 121 (47.66% from 255 or 32.79% from 369); Blue value is 109 (42.97% from 255 or 29.54% from 369); Max value from RGB is 139 - color contains mainly: red. Hex color #8B796D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B796D is #748692. Grayscale: #7D7D7D. Windows color (decimal): -7636627 or 7174539. OLE color: 7174539.

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

Color convert

RGB139121109-
CMYK00.130.220.45
HSL24º12.1%48.63%-
HSV(B)24º21.58%54.51%-
XYZ20.2520.2717.31-
YUV125.01118.96137.98-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 37.67%
GREEN value IS 121 (47.66% from 255) = 32.79%
BLUE value IS 109 (42.97% from 255) = 29.54%
R=37.67%
G=32.79%
B=29.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.22
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13912110900.130.220.452412.148.63
Hex8B796D0D162D18c31
Octal2131711550152655301461
Binary10001011111100111011010110110110101101110001100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B796D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,121,109); }

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

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

 a { background-color: rgb(139,121,109); }

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

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

 span { border-color: rgb(139,121,109); }

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