COLOR #88775F

HEX: #88775F
RGB: (136,119,95)

Color info

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

RGB color model

#88775F color RGB value is (136,119,95).

  • red value is 136;
  • green value is 119;
  • blue value is 95.
RGB: (136,119,95) (53%,47%,37%)

RGB channels and saturation

R 136 of 255 = 53%
G 119 of 255 = 47%
B 95 of 255 = 37%

136
119
95

R + G + B ~ 46%. #88775F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
136 + 119 + 95 = 350 (100%)
R 136 of 350 ~ 38.86%
G 119 of 350 ~ 34%
B 95 of 350 ~ 27.14%

%38.86
%34
%27.14

CMYK color model

#88775F color CMYK value is (0,13,30,47).

  • cyan value is 0.00%
  • magenta value is 12.50%
  • yellow value is 30.15%
  • key color value is 46.67%
CMYK: (0,13,30,47) C0M13Y30K47 (0%,13%,30%,47%) (0.00/0.13/0.30/0.47)

CMYK percentages

%0
%12.5
%30.15
%46.67

Codes

Color #88775F in popluar color models

88775F
RGB13611995
HSL35°17.75%45.29%
HSB/HSV35°30.15%53.33%
CMYK0.00%12.50%30.15%
46.67%

Color #88775F in popluar number systems.

HEX88775F
Decimal13611995
Binary1000100011101111011111
Octal210167137

Shades and tints

Shades of #88775F

#88775F
(136,119,95)
#7C6D57
(124,109,87)
#70634F
(112,99,79)
#645947
(100,89,71)
#584F3F
(88,79,63)
#4C4537
(76,69,55)
#403B2F
(64,59,47)
#343127
(52,49,39)
#28271F
(40,39,31)
#1C1D17
(28,29,23)
#10130F
(16,19,15)
#000000
(0,0,0)

Tints of #88775F

#88775F
(136,119,95)
#92836D
(146,131,109)
#9C8F7B
(156,143,123)
#A69B89
(166,155,137)
#B0A797
(176,167,151)
#BAB3A5
(186,179,165)
#C4BFB3
(196,191,179)
#CECBC1
(206,203,193)
#D8D7CF
(216,215,207)
#E2E3DD
(226,227,221)
#ECEFEB
(236,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88775F color. Also use rgb(136,119,95) instead hex code.

Text Font Color

.myTextColor { color: #88775F; }

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

This text font color is #88775F.


Background Color

.myBgColor { background-color: #88775F; }

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

This div background color is #88775F.


Border color

.myBorderColor { border: 1px solid #88775F; }

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

This div border color is #88775F.


Opacity

.myOpacity80 { color: #88775F; opacity: 0.8; }

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

Text with #88775F 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 #88775F;}

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

This text has shadow with #88775F color.

.textShadow {text-shadow: 3px 3px 1px #88775F, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

 /* css code */ .divShadow { -moz-box-shadow:	1px 1px 3px 2px #88775F; -webkit-box-shadow:	1px 1px 3px 2px #88775F; box-shadow:	1px 1px 3px 2px #88775F; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #88775F; -webkit-box-shadow: 1px 1px 3px 2px #88775F; box-shadow:1px 1px 3px 2px #88775F;">
Div content here</div>
This div box has shadow with color #88775F.

Preview

Color preview on black background

This text has color #88775F on black background.


Color preview on white background

This text has color #88775F on white background.



Black color preview on #88775F background

This text has black color on #88775F background.


White color preview on #88775F background

This text has white color on #88775F background.