#8B764B

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

Shades of Shadow #8B764B

Tints of Shadow #8B764B

Color information

#8B764B (or 0x8B764B) is unknown color: approx Shadow. HEX triplet: 8B, 76 and 4B. RGB value is (139,118,75). Sum of RGB (Red+Green+Blue) = 139+118+75=332 (43% of max value = 765). Red value is 139 (54.69% from 255 or 41.87% from 332); Green value is 118 (46.48% from 255 or 35.54% from 332); Blue value is 75 (29.69% from 255 or 22.59% from 332); Max value from RGB is 139 - color contains mainly: red. Hex color #8B764B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B764B is #7489B4. Grayscale: #777777. Windows color (decimal): -7637429 or 4945547. OLE color: 4945547.

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

Color convert

RGB13911875-
CMYK00.150.460.45
HSL40.31º29.91%41.96%-
HSV(B)40.31º46.04%54.51%-
XYZ18.418.959.35-
YUV119.38102.96142-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 41.87%
GREEN value IS 118 (46.48% from 255) = 35.54%
BLUE value IS 75 (29.69% from 255) = 22.59%
R=41.87%
G=35.54%
B=22.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.46
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391187500.150.460.4540.3129.9141.96
Hex8B764B0F2E2D281e2a
Octal2131661130175655503652
Binary10001011111011010010110111110111010110110100011110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B764B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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