#8B764D

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

Shades of Shadow #8B764D

Tints of Shadow #8B764D

Color information

#8B764D (or 0x8B764D) is unknown color: approx Shadow. HEX triplet: 8B, 76 and 4D. RGB value is (139,118,77). Sum of RGB (Red+Green+Blue) = 139+118+77=334 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.62% from 334); Green value is 118 (46.48% from 255 or 35.33% from 334); Blue value is 77 (30.47% from 255 or 23.05% from 334); Max value from RGB is 139 - color contains mainly: red. Hex color #8B764D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B764D is #7489B2. Grayscale: #777777. Windows color (decimal): -7637427 or 5076619. OLE color: 5076619.

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

Color convert

RGB13911877-
CMYK00.150.450.45
HSL39.68º28.7%42.35%-
HSV(B)39.68º44.6%54.51%-
XYZ18.4718.989.71-
YUV119.6103.96141.83-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 41.62%
GREEN value IS 118 (46.48% from 255) = 35.33%
BLUE value IS 77 (30.47% from 255) = 23.05%
R=41.62%
G=35.33%
B=23.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.45
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391187700.150.450.4539.6828.742.35
Hex8B764D0F2D2D281d2a
Octal2131661150175555503552
Binary10001011111011010011010111110110110110110100011101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B764D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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