COLOR #888792

HEX: #888792 RGB: (136,135,146)

Color info

#888792 contains red, green and blue colors in about the same proportion. Web safe color of #888792 is #999999 (or #999).

RGB color model

#888792 color RGB value is (136,135,146).

RGB: (136,135,146) (53%, 53%, 57%)

RGB channels and saturation

R 136 of 255 = 53%
G 135 of 255 = 53%
B 146 of 255 = 57%

136
135
146

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

Portions of RGB colors in percentages

R + G + B = 136 + 135 + 146 = 417 (100%)
R 136 of 417 ~ 32.61%
G 135 of 417 ~ 32.37%
B 146 of 417 ~ 35.01'%

%32.61
%32.37
%35.01

CMYK color model

#888792 color CMYK value is (7,8,0,43).

  • cyan value is 6.85%
  • magenta value is 7.53%
  • yellow value is 0.00%
  • key color value is 42.75%

CMYK: (7,8,0,43)
C7M8Y0K43 (7%, 8%, 0%, 43%)
(0.07 / 0.08 / 0.00 / 0.43)

CMYK percentages

%6.85
%7.53
%0
%42.75

Codes

Color #888792 in popluar color models

88 87 92
RGB 136 135 146
HSL 245° 4.80% 55.10%
HSB/HSV 245° 7.53% 57.25%
CMYK 6.85% 7.53% 0.00%
42.75%

Color #888792 in popluar number systems.

HEX 88 87 92
Decimal 136 135 146
Binary 10001000 10000111 10010010
Octal 210 207 222

Shades and tints

Shades of #888792

#888792
(136,135,146)
#7C7B85
(124,123,133)
#706F78
(112,111,120)
#64636B
(100,99,107)
#58575E
(88,87,94)
#4C4B51
(76,75,81)
#403F44
(64,63,68)
#343337
(52,51,55)
#28272A
(40,39,42)
#1C1B1D
(28,27,29)
#100F10
(16,15,16)
#000000
(0,0,0)

Tints of #888792

#888792
(136,135,146)
#92919B
(146,145,155)
#9C9BA4
(156,155,164)
#A6A5AD
(166,165,173)
#B0AFB6
(176,175,182)
#BAB9BF
(186,185,191)
#C4C3C8
(196,195,200)
#CECDD1
(206,205,209)
#D8D7DA
(216,215,218)
#E2E1E3
(226,225,227)
#ECEBEC
(236,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #888792 color. Also use rgb(136,135,146) instead hex code.

Text Font Color

.myTextColor { color: #888792; }

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

This text font color is #888792.

Background Color

.myBgColor { background-color: #888792; }

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

This div background color is #888792.

Border color

.myBorderColor { border: 1px solid #888792; }

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

This div border color is #888792.

Opacity

.myOpacity80 { color: #888792; opacity: 0.8; }

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

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

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

This text has shadow with #888792 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #888792.

Preview

Color preview on black background

This text has color #888792 on black background.


Color preview on white background

This text has color #888792 on white background.


Black color preview on #888792 background

This text has black color on #888792 background.


White color preview on #888792 background

This text has white color on #888792 background.


Related colors

Complementary color

Complementary color for #hex is #77786D.


I love getcolorcode.com

Triadic colors

1 #928887 and #879288 with #888792 are triadic colors.

2 #928788 and #878892 with #888792 are triadic colors.