#8B8178

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

Shades of Americano #8B8178

Tints of Americano #8B8178

Color information

#8B8178 (or 0x8B8178) is unknown color: approx Americano. HEX triplet: 8B, 81 and 78. RGB value is (139,129,120). Sum of RGB (Red+Green+Blue) = 139+129+120=388 (51% of max value = 765). Red value is 139 (54.69% from 255 or 35.82% from 388); Green value is 129 (50.78% from 255 or 33.25% from 388); Blue value is 120 (47.27% from 255 or 30.93% from 388); Max value from RGB is 139 - color contains mainly: red. Hex color #8B8178 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B8178 is #747E87. Grayscale: #838383. Windows color (decimal): -7634568 or 7897483. OLE color: 7897483.

HSL color Cylindrical-coordinate representation of color #8B8178: hue angle of 28.42º degrees, saturation: 0.08, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #8B8178 is Cyan = 0, Magento = 0.07, Yellow = 0.14 and Black (K on CMYK) = 0.45.

Color convert

RGB139129120-
CMYK00.070.140.45
HSL28.42º7.57%50.78%-
HSV(B)28.42º13.67%54.51%-
XYZ21.8922.5520.97-
YUV130.96121.81133.73-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 35.82%
GREEN value IS 129 (50.78% from 255) = 33.25%
BLUE value IS 120 (47.27% from 255) = 30.93%
R=35.82%
G=33.25%
B=30.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.14
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13912912000.070.140.4528.427.5750.78
Hex8B817807E2D1c833
Octal213201170071655341063
Binary1000101110000001111100001111110101101111001000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B8178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,129,120); }

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

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

 a { background-color: rgb(139,129,120); }

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

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

 span { border-color: rgb(139,129,120); }

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