#8B764E

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

Shades of Shadow #8B764E

Tints of Shadow #8B764E

Color information

#8B764E (or 0x8B764E) is unknown color: approx Shadow. HEX triplet: 8B, 76 and 4E. RGB value is (139,118,78). Sum of RGB (Red+Green+Blue) = 139+118+78=335 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.49% from 335); Green value is 118 (46.48% from 255 or 35.22% from 335); Blue value is 78 (30.86% from 255 or 23.28% from 335); Max value from RGB is 139 - color contains mainly: red. Hex color #8B764E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B764E is #7489B1. Grayscale: #777777. Windows color (decimal): -7637426 or 5142155. OLE color: 5142155.

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

Color convert

RGB13911878-
CMYK00.150.440.45
HSL39.34º28.11%42.55%-
HSV(B)39.34º43.88%54.51%-
XYZ18.5199.9-
YUV119.72104.46141.75-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 41.49%
GREEN value IS 118 (46.48% from 255) = 35.22%
BLUE value IS 78 (30.86% from 255) = 23.28%
R=41.49%
G=35.22%
B=23.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.44
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391187800.150.440.4539.3428.1142.55
Hex8B764E0F2C2D271c2b
Octal2131661160175455473453
Binary10001011111011010011100111110110010110110011111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B764E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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