COLOR #888B75

HEX: #888B75
RGB: (136,139,117)

Color info

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

RGB color model

#888B75 color RGB value is (136,139,117).

  • red value is 136;
  • green value is 139;
  • blue value is 117.
RGB:
(136,139,117)
(53%,55%,46%)

RGB channels and saturation

R 136 of 255 = 53%
G 139 of 255 = 55%
B 117 of 255 = 46%

136
139
117

R + G + B ~ 51%. #888B75 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
136 + 139 + 117 = 392 (100%)
R 136 of 392 ~ 34.69%
G 139 of 392 ~ 35.46%
B 117 of 392 ~ 29.85%

%34.69
%35.46
%29.85

CMYK color model

#888B75 color CMYK value is (2,0,16,45).

  • cyan value is 2.16%
  • magenta value is 0.00%
  • yellow value is 15.83%
  • key color value is 45.49%
CMYK:
(2,0,16,45)
C2M0Y16K45 
(2%,0%,16%,45%)
(0.02/0.00/0.16/0.45)	

CMYK percentages

%2.16
%0
%15.83
%45.49

Codes

Color #888B75 in popluar color models

888B75
RGB136139117
HSL68°8.66%50.20%
HSB/HSV68°15.83%54.51%
CMYK2.16%0.00%15.83%
45.49%

Color #888B75 in popluar number systems.

HEX888B75
Decimal136139117
Binary10001000100010111110101
Octal210213165

Shades and tints

Shades of #888B75

#888B75
(136,139,117)
#7C7F6B
(124,127,107)
#707361
(112,115,97)
#646757
(100,103,87)
#585B4D
(88,91,77)
#4C4F43
(76,79,67)
#404339
(64,67,57)
#34372F
(52,55,47)
#282B25
(40,43,37)
#1C1F1B
(28,31,27)
#101311
(16,19,17)
#000000
(0,0,0)

Tints of #888B75

#888B75
(136,139,117)
#929581
(146,149,129)
#9C9F8D
(156,159,141)
#A6A999
(166,169,153)
#B0B3A5
(176,179,165)
#BABDB1
(186,189,177)
#C4C7BD
(196,199,189)
#CED1C9
(206,209,201)
#D8DBD5
(216,219,213)
#E2E5E1
(226,229,225)
#ECEFED
(236,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #888B75 color. Also use rgb(136,139,117) instead hex code.

Text Font Color

.myTextColor { color: #888B75; }

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

This text font color is #888B75.


Background Color

.myBgColor { background-color: #888B75; }

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

This div background color is #888B75.


Border color

.myBorderColor { border: 1px solid #888B75; }

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

This div border color is #888B75.


Opacity

.myOpacity80 { color: #888B75; opacity: 0.8; }

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

Text with #888B75 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 #888B75;}

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

This text has shadow with #888B75 color.

.textShadow {text-shadow: 3px 3px 1px #888B75, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #888B75;
-webkit-box-shadow: 1px 1px 3px 2px #888B75;
box-shadow:1px 1px 3px 2px #888B75;">
Div content here</div>
This div box has shadow with color #888B75.

Preview

Color preview on black background

This text has color #888B75 on black background.


Color preview on white background

This text has color #888B75 on white background.



Black color preview on #888B75 background

This text has black color on #888B75 background.


White color preview on #888B75 background

This text has white color on #888B75 background.