#8B774C

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

Shades of Shadow #8B774C

Tints of Shadow #8B774C

Color information

#8B774C (or 0x8B774C) is unknown color: approx Shadow. HEX triplet: 8B, 77 and 4C. RGB value is (139,119,76). Sum of RGB (Red+Green+Blue) = 139+119+76=334 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.62% from 334); Green value is 119 (46.88% from 255 or 35.63% from 334); Blue value is 76 (30.08% from 255 or 22.75% from 334); Max value from RGB is 139 - color contains mainly: red. Hex color #8B774C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B774C is #7488B3. Grayscale: #787878. Windows color (decimal): -7637172 or 5011339. OLE color: 5011339.

HSL color Cylindrical-coordinate representation of color #8B774C: hue angle of 40.95º 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 #8B774C is Cyan = 0, Magento = 0.14, Yellow = 0.45 and Black (K on CMYK) = 0.45.

Color convert

RGB13911976-
CMYK00.140.450.45
HSL40.95º29.3%42.16%-
HSV(B)40.95º45.32%54.51%-
XYZ18.5519.29.57-
YUV120.08103.13141.5-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 41.62%
GREEN value IS 119 (46.88% from 255) = 35.63%
BLUE value IS 76 (30.08% from 255) = 22.75%
R=41.62%
G=35.63%
B=22.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.45
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391197600.140.450.4540.9529.342.16
Hex8B774C0E2D2D291d2a
Octal2131671140165555513552
Binary10001011111011110011000111010110110110110100111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B774C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,119,76); }

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

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

 a { background-color: rgb(139,119,76); }

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

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

 span { border-color: rgb(139,119,76); }

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