#88764A

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

Shades of Shadow #88764A

Tints of Shadow #88764A

Color information

#88764A (or 0x88764A) is unknown color: approx Shadow. HEX triplet: 88, 76 and 4A. RGB value is (136,118,74). Sum of RGB (Red+Green+Blue) = 136+118+74=328 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.46% from 328); Green value is 118 (46.48% from 255 or 35.98% from 328); Blue value is 74 (29.30% from 255 or 22.56% from 328); Max value from RGB is 136 - color contains mainly: red. Hex color #88764A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #88764A is #7789B5. Grayscale: #767676. Windows color (decimal): -7834038 or 4880008. OLE color: 4880008.

HSL color Cylindrical-coordinate representation of color #88764A: hue angle of 42.58º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #88764A is Cyan = 0, Magento = 0.13, Yellow = 0.46 and Black (K on CMYK) = 0.47.

Color convert

RGB13611874-
CMYK00.130.460.47
HSL42.58º29.52%41.18%-
HSV(B)42.58º45.59%53.33%-
XYZ17.8718.699.14-
YUV118.37102.96140.58-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 41.46%
GREEN value IS 118 (46.48% from 255) = 35.98%
BLUE value IS 74 (29.30% from 255) = 22.56%
R=41.46%
G=35.98%
B=22.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.46
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361187400.130.460.4742.5829.5241.18
Hex88764A0D2E2F2b1e29
Octal2101661120155657533651
Binary10001000111011010010100110110111010111110101111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88764A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88764A; }

 p { color: rgb(136,118,74); }

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

<style>
 a { background-color: #88764A; }

 a { background-color: rgb(136,118,74); }

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

<style>
 span { border-color: #88764A; }

 span { border-color: rgb(136,118,74); }

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