COLOR #88764B

HEX: #88764B RGB: (136,118,75)

Color info

#88764B contains mainly red and green colors. Web safe color of #88764B is #996633 (or #963).

RGB color model

#88764B color RGB value is (136,118,75).

RGB: (136,118,75) (53%, 46%, 29%)

RGB channels and saturation

R 136 of 255 = 53%
G 118 of 255 = 46%
B 75 of 255 = 29%

136
118
75

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

Portions of RGB colors in percentages

R + G + B = 136 + 118 + 75 = 329 (100%)
R 136 of 329 ~ 41.34%
G 118 of 329 ~ 35.87%
B 75 of 329 ~ 22.8'%

%41.34
%35.87
%22.8

CMYK color model

#88764B color CMYK value is (0,13,45,47).

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

CMYK: (0,13,45,47)
C0M13Y45K47 (0%, 13%, 45%, 47%)
(0.00 / 0.13 / 0.45 / 0.47)

CMYK percentages

%0
%13.24
%44.85
%46.67

Codes

Color #88764B in popluar color models

88 76 4B
RGB 136 118 75
HSL 42° 28.91% 41.37%
HSB/HSV 42° 44.85% 53.33%
CMYK 0.00% 13.24% 44.85%
46.67%

Color #88764B in popluar number systems.

HEX 88 76 4B
Decimal 136 118 75
Binary 10001000 1110110 1001011
Octal 210 166 113

Shades and tints

Shades of #88764B

#88764B
(136,118,75)
#7C6C45
(124,108,69)
#70623F
(112,98,63)
#645839
(100,88,57)
#584E33
(88,78,51)
#4C442D
(76,68,45)
#403A27
(64,58,39)
#343021
(52,48,33)
#28261B
(40,38,27)
#1C1C15
(28,28,21)
#10120F
(16,18,15)
#000000
(0,0,0)

Tints of #88764B

#88764B
(136,118,75)
#92825B
(146,130,91)
#9C8E6B
(156,142,107)
#A69A7B
(166,154,123)
#B0A68B
(176,166,139)
#BAB29B
(186,178,155)
#C4BEAB
(196,190,171)
#CECABB
(206,202,187)
#D8D6CB
(216,214,203)
#E2E2DB
(226,226,219)
#ECEEEB
(236,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88764B color. Also use rgb(136,118,75) instead hex code.

Text Font Color

.myTextColor { color: #88764B; }

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

This text font color is #88764B.

Background Color

.myBgColor { background-color: #88764B; }

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

This div background color is #88764B.

Border color

.myBorderColor { border: 1px solid #88764B; }

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

This div border color is #88764B.

Opacity

.myOpacity80 { color: #88764B; opacity: 0.8; }

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

Text with #88764B 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 #88764B;}

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

This text has shadow with #88764B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #88764B.

Preview

Color preview on black background

This text has color #88764B on black background.


Color preview on white background

This text has color #88764B on white background.


Black color preview on #88764B background

This text has black color on #88764B background.


White color preview on #88764B background

This text has white color on #88764B background.


Related colors

Complementary color

Complementary color for #hex is #7789B4.


I love getcolorcode.com

Triadic colors

1 #4B8876 and #764B88 with #88764B are triadic colors.

2 #4B7688 and #76884B with #88764B are triadic colors.