COLOR #88766A

HEX: #88766A RGB: (136,118,106)

Color info

#88766A contains red, green and blue colors in about the same proportion. Web safe color of #88766A is #996666 (or #966).

RGB color model

#88766A color RGB value is (136,118,106).

RGB: (136,118,106) (53%, 46%, 42%)

RGB channels and saturation

R 136 of 255 = 53%
G 118 of 255 = 46%
B 106 of 255 = 42%

136
118
106

R + G + B ~ 47%. #88766A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 136 + 118 + 106 = 360 (100%)
R 136 of 360 ~ 37.78%
G 118 of 360 ~ 32.78%
B 106 of 360 ~ 29.44'%

%37.78
%32.78
%29.44

CMYK color model

#88766A color CMYK value is (0,13,22,47).

  • cyan value is 0.00%
  • magenta value is 13.24%
  • yellow value is 22.06%
  • key color value is 46.67%

CMYK: (0,13,22,47)
C0M13Y22K47 (0%, 13%, 22%, 47%)
(0.00 / 0.13 / 0.22 / 0.47)

CMYK percentages

%0
%13.24
%22.06
%46.67

Codes

Color #88766A in popluar color models

88 76 6A
RGB 136 118 106
HSL 24° 12.40% 47.45%
HSB/HSV 24° 22.06% 53.33%
CMYK 0.00% 13.24% 22.06%
46.67%

Color #88766A in popluar number systems.

HEX 88 76 6A
Decimal 136 118 106
Binary 10001000 1110110 1101010
Octal 210 166 152

Shades and tints

Shades of #88766A

#88766A
(136,118,106)
#7C6C61
(124,108,97)
#706258
(112,98,88)
#64584F
(100,88,79)
#584E46
(88,78,70)
#4C443D
(76,68,61)
#403A34
(64,58,52)
#34302B
(52,48,43)
#282622
(40,38,34)
#1C1C19
(28,28,25)
#101210
(16,18,16)
#000000
(0,0,0)

Tints of #88766A

#88766A
(136,118,106)
#928277
(146,130,119)
#9C8E84
(156,142,132)
#A69A91
(166,154,145)
#B0A69E
(176,166,158)
#BAB2AB
(186,178,171)
#C4BEB8
(196,190,184)
#CECAC5
(206,202,197)
#D8D6D2
(216,214,210)
#E2E2DF
(226,226,223)
#ECEEEC
(236,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88766A color. Also use rgb(136,118,106) instead hex code.

Text Font Color

.myTextColor { color: #88766A; }

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

This text font color is #88766A.

Background Color

.myBgColor { background-color: #88766A; }

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

This div background color is #88766A.

Border color

.myBorderColor { border: 1px solid #88766A; }

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

This div border color is #88766A.

Opacity

.myOpacity80 { color: #88766A; opacity: 0.8; }

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

Text with #88766A 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 #88766A;}

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

This text has shadow with #88766A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #88766A.

Preview

Color preview on black background

This text has color #88766A on black background.


Color preview on white background

This text has color #88766A on white background.


Black color preview on #88766A background

This text has black color on #88766A background.


White color preview on #88766A background

This text has white color on #88766A background.


Related colors

Complementary color

Complementary color for #hex is #778995.


I love getcolorcode.com

Triadic colors

1 #6A8876 and #766A88 with #88766A are triadic colors.

2 #6A7688 and #76886A with #88766A are triadic colors.