COLOR #888A7A

HEX: #888A7A RGB: (136,138,122)

Color info

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

RGB color model

#888A7A color RGB value is (136,138,122).

RGB: (136,138,122) (53%, 54%, 48%)

RGB channels and saturation

R 136 of 255 = 53%
G 138 of 255 = 54%
B 122 of 255 = 48%

136
138
122

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

Portions of RGB colors in percentages

R + G + B = 136 + 138 + 122 = 396 (100%)
R 136 of 396 ~ 34.34%
G 138 of 396 ~ 34.85%
B 122 of 396 ~ 30.81'%

%34.34
%34.85
%30.81

CMYK color model

#888A7A color CMYK value is (1,0,12,46).

  • cyan value is 1.45%
  • magenta value is 0.00%
  • yellow value is 11.59%
  • key color value is 45.88%

CMYK: (1,0,12,46)
C1M0Y12K46 (1%, 0%, 12%, 46%)
(0.01 / 0.00 / 0.12 / 0.46)

CMYK percentages

%1.45
%0
%11.59
%45.88

Codes

Color #888A7A in popluar color models

88 8A 7A
RGB 136 138 122
HSL 68° 6.40% 50.98%
HSB/HSV 68° 11.59% 54.12%
CMYK 1.45% 0.00% 11.59%
45.88%

Color #888A7A in popluar number systems.

HEX 88 8A 7A
Decimal 136 138 122
Binary 10001000 10001010 1111010
Octal 210 212 172

Shades and tints

Shades of #888A7A

#888A7A
(136,138,122)
#7C7E6F
(124,126,111)
#707264
(112,114,100)
#646659
(100,102,89)
#585A4E
(88,90,78)
#4C4E43
(76,78,67)
#404238
(64,66,56)
#34362D
(52,54,45)
#282A22
(40,42,34)
#1C1E17
(28,30,23)
#10120C
(16,18,12)
#000000
(0,0,0)

Tints of #888A7A

#888A7A
(136,138,122)
#929486
(146,148,134)
#9C9E92
(156,158,146)
#A6A89E
(166,168,158)
#B0B2AA
(176,178,170)
#BABCB6
(186,188,182)
#C4C6C2
(196,198,194)
#CED0CE
(206,208,206)
#D8DADA
(216,218,218)
#E2E4E6
(226,228,230)
#ECEEF2
(236,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #888A7A color. Also use rgb(136,138,122) instead hex code.

Text Font Color

.myTextColor { color: #888A7A; }

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

This text font color is #888A7A.

Background Color

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

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

This div background color is #888A7A.

Border color

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

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

This div border color is #888A7A.

Opacity

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

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

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

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

This text has shadow with #888A7A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #888A7A.

Preview

Color preview on black background

This text has color #888A7A on black background.


Color preview on white background

This text has color #888A7A on white background.


Black color preview on #888A7A background

This text has black color on #888A7A background.


White color preview on #888A7A background

This text has white color on #888A7A background.


Related colors

Complementary color

Complementary color for #hex is #777585.


I love getcolorcode.com

Triadic colors

1 #7A888A and #8A7A88 with #888A7A are triadic colors.

2 #7A8A88 and #8A887A with #888A7A are triadic colors.