#84764E

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

Shades of Shadow #84764E

Tints of Shadow #84764E

Color information

#84764E (or 0x84764E) is unknown color: approx Shadow. HEX triplet: 84, 76 and 4E. RGB value is (132,118,78). Sum of RGB (Red+Green+Blue) = 132+118+78=328 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.24% from 328); Green value is 118 (46.48% from 255 or 35.98% from 328); Blue value is 78 (30.86% from 255 or 23.78% from 328); Max value from RGB is 132 - color contains mainly: red. Hex color #84764E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84764E is #7B89B1. Grayscale: #757575. Windows color (decimal): -8096178 or 5142148. OLE color: 5142148.

HSL color Cylindrical-coordinate representation of color #84764E: hue angle of 44.44º degrees, saturation: 0.26, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #84764E is Cyan = 0, Magento = 0.11, Yellow = 0.41 and Black (K on CMYK) = 0.48.

Color convert

RGB13211878-
CMYK00.110.410.48
HSL44.44º25.71%41.18%-
HSV(B)44.44º40.91%51.76%-
XYZ17.3718.419.85-
YUV117.63105.64138.25-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 40.24%
GREEN value IS 118 (46.48% from 255) = 35.98%
BLUE value IS 78 (30.86% from 255) = 23.78%
R=40.24%
G=35.98%
B=23.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.41
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321187800.110.410.4844.4425.7141.18
Hex84764E0B29302c1a29
Octal2041661160135160543251
Binary10000100111011010011100101110100111000010110011010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84764E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84764E; }

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

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

<style>
 a { background-color: #84764E; }

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

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

<style>
 span { border-color: #84764E; }

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

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