#8A764C

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

Shades of Shadow #8A764C

Tints of Shadow #8A764C

Color information

#8A764C (or 0x8A764C) is unknown color: approx Shadow. HEX triplet: 8A, 76 and 4C. RGB value is (138,118,76). Sum of RGB (Red+Green+Blue) = 138+118+76=332 (43% of max value = 765). Red value is 138 (54.30% from 255 or 41.57% from 332); Green value is 118 (46.48% from 255 or 35.54% from 332); Blue value is 76 (30.08% from 255 or 22.89% from 332); Max value from RGB is 138 - color contains mainly: red. Hex color #8A764C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A764C is #7589B3. Grayscale: #777777. Windows color (decimal): -7702964 or 5011082. OLE color: 5011082.

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

Color convert

RGB13811876-
CMYK00.140.450.46
HSL40.65º28.97%41.96%-
HSV(B)40.65º44.93%54.12%-
XYZ18.2618.889.52-
YUV119.19103.63141.42-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 41.57%
GREEN value IS 118 (46.48% from 255) = 35.54%
BLUE value IS 76 (30.08% from 255) = 22.89%
R=41.57%
G=35.54%
B=22.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.45
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1381187600.140.450.4640.6528.9741.96
Hex8A764C0E2D2E291d2a
Octal2121661140165556513552
Binary10001010111011010011000111010110110111010100111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A764C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,118,76); }

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

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

 a { background-color: rgb(138,118,76); }

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

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

 span { border-color: rgb(138,118,76); }

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