COLOR #888763

HEX: #888763 RGB: (136,135,99)

Color info

#888763 contains red, green and blue colors in about the same proportion. Web safe color of #888763 is #999966 (or #996).

RGB color model

#888763 color RGB value is (136,135,99).

RGB: (136,135,99) (53%, 53%, 39%)

RGB channels and saturation

R 136 of 255 = 53%
G 135 of 255 = 53%
B 99 of 255 = 39%

136
135
99

R + G + B ~ 48%. #888763 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 136 + 135 + 99 = 370 (100%)
R 136 of 370 ~ 36.76%
G 135 of 370 ~ 36.49%
B 99 of 370 ~ 26.76'%

%36.76
%36.49
%26.76

CMYK color model

#888763 color CMYK value is (0,1,27,47).

  • cyan value is 0.00%
  • magenta value is 0.74%
  • yellow value is 27.21%
  • key color value is 46.67%

CMYK: (0,1,27,47)
C0M1Y27K47 (0%, 1%, 27%, 47%)
(0.00 / 0.01 / 0.27 / 0.47)

CMYK percentages

%0
%0.74
%27.21
%46.67

Codes

Color #888763 in popluar color models

88 87 63
RGB 136 135 99
HSL 58° 15.74% 46.08%
HSB/HSV 58° 27.21% 53.33%
CMYK 0.00% 0.74% 27.21%
46.67%

Color #888763 in popluar number systems.

HEX 88 87 63
Decimal 136 135 99
Binary 10001000 10000111 1100011
Octal 210 207 143

Shades and tints

Shades of #888763

#888763
(136,135,99)
#7C7B5A
(124,123,90)
#706F51
(112,111,81)
#646348
(100,99,72)
#58573F
(88,87,63)
#4C4B36
(76,75,54)
#403F2D
(64,63,45)
#343324
(52,51,36)
#28271B
(40,39,27)
#1C1B12
(28,27,18)
#100F09
(16,15,9)
#000000
(0,0,0)

Tints of #888763

#888763
(136,135,99)
#929171
(146,145,113)
#9C9B7F
(156,155,127)
#A6A58D
(166,165,141)
#B0AF9B
(176,175,155)
#BAB9A9
(186,185,169)
#C4C3B7
(196,195,183)
#CECDC5
(206,205,197)
#D8D7D3
(216,215,211)
#E2E1E1
(226,225,225)
#ECEBEF
(236,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #888763 color. Also use rgb(136,135,99) instead hex code.

Text Font Color

.myTextColor { color: #888763; }

<p style="color:#888763">This sample text font color is #888763.</p>

This text font color is #888763.

Background Color

.myBgColor { background-color: #888763; }

<div style="background-color:#888763">Inner text</div>

This div background color is #888763.

Border color

.myBorderColor { border: 1px solid #888763; }

<div style="border:3px solid #888763">Div</div>

This div border color is #888763.

Opacity

.myOpacity80 { color: #888763; opacity: 0.8; }

<p style="color:#888763;opacity:0.8;">80%</p>

Text with #888763 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #888763;}

<p style="text-shadow: 3px 3px 1px #888763">Text here.</p>

This text has shadow with #888763 color.


.textShadow {text-shadow: 3px 3px 1px #888763', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #888763, 5px 5px 20px red">Text here.</p>

This text has shadow with #888763 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#888763, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#888763, Direction=45, Strength=4)">Text</p>

This text has shadow with #888763 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #888763;
-webkit-box-shadow: 1px 1px 3px 2px #888763;
box-shadow: 1px 1px 3px 2px #888763;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #888763; -webkit-box-shadow: 1px 1px 3px 2px #888763; box-shadow:1px 1px 3px 2px #888763;">
Div content here
</div>

This div box has shadow with color #888763.

Preview

Color preview on black background

This text has color #888763 on black background.


Color preview on white background

This text has color #888763 on white background.


Black color preview on #888763 background

This text has black color on #888763 background.


White color preview on #888763 background

This text has white color on #888763 background.


Related colors

Complementary color

Complementary color for #hex is #77789C.


I love getcolorcode.com

Triadic colors

1 #638887 and #876388 with #888763 are triadic colors.

2 #638788 and #878863 with #888763 are triadic colors.