#88774D

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

Shades of Shadow #88774D

Tints of Shadow #88774D

Color information

#88774D (or 0x88774D) is unknown color: approx Shadow. HEX triplet: 88, 77 and 4D. RGB value is (136,119,77). Sum of RGB (Red+Green+Blue) = 136+119+77=332 (43% of max value = 765). Red value is 136 (53.52% from 255 or 40.96% from 332); Green value is 119 (46.88% from 255 or 35.84% from 332); Blue value is 77 (30.47% from 255 or 23.19% from 332); Max value from RGB is 136 - color contains mainly: red. Hex color #88774D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88774D is #7788B2. Grayscale: #777777. Windows color (decimal): -7833779 or 5076872. OLE color: 5076872.

HSL color Cylindrical-coordinate representation of color #88774D: hue angle of 42.71º degrees, saturation: 0.28, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #88774D is Cyan = 0, Magento = 0.12, Yellow = 0.43 and Black (K on CMYK) = 0.47.

Color convert

RGB13611977-
CMYK00.120.430.47
HSL42.71º27.7%41.76%-
HSV(B)42.71º43.38%53.33%-
XYZ18.0918.969.73-
YUV119.3104.13139.92-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 40.96%
GREEN value IS 119 (46.88% from 255) = 35.84%
BLUE value IS 77 (30.47% from 255) = 23.19%
R=40.96%
G=35.84%
B=23.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.43
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361197700.120.430.4742.7127.741.76
Hex88774D0C2B2F2b1c2a
Octal2101671150145357533452
Binary10001000111011110011010110010101110111110101111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88774D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88774D; }

 p { color: rgb(136,119,77); }

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

<style>
 a { background-color: #88774D; }

 a { background-color: rgb(136,119,77); }

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

<style>
 span { border-color: #88774D; }

 span { border-color: rgb(136,119,77); }

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