COLOR #87626C

HEX: #87626C RGB: (135,98,108)

Color info

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

RGB color model

#87626C color RGB value is (135,98,108).

RGB: (135,98,108) (53%, 38%, 42%)

RGB channels and saturation

R 135 of 255 = 53%
G 98 of 255 = 38%
B 108 of 255 = 42%

135
98
108

R + G + B ~ 44%. #87626C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 135 + 98 + 108 = 341 (100%)
R 135 of 341 ~ 39.59%
G 98 of 341 ~ 28.74%
B 108 of 341 ~ 31.67'%

%39.59
%28.74
%31.67

CMYK color model

#87626C color CMYK value is (0,27,20,47).

  • cyan value is 0.00%
  • magenta value is 27.41%
  • yellow value is 20.00%
  • key color value is 47.06%
CMYK: (0,27,20,47) C0M27Y20K47 (0%,27%,20%,47%) (0.00/0.27/0.20/0.47) 

CMYK percentages

%0
%27.41
%20
%47.06

Codes

Color #87626C in popluar color models

87 62 6C
RGB 135 98 108
HSL 344° 15.88% 45.69%
HSB/HSV 344° 27.41% 52.94%
CMYK 0.00% 27.41% 20.00%
47.06%

Color #87626C in popluar number systems.

HEX 87 62 6C
Decimal 135 98 108
Binary 10000111 1100010 1101100
Octal 207 142 154

Shades and tints

Shades of #87626C

#87626C
(135,98,108)
#7B5A63
(123,90,99)
#6F525A
(111,82,90)
#634A51
(99,74,81)
#574248
(87,66,72)
#4B3A3F
(75,58,63)
#3F3236
(63,50,54)
#332A2D
(51,42,45)
#272224
(39,34,36)
#1B1A1B
(27,26,27)
#0F1212
(15,18,18)
#000000
(0,0,0)

Tints of #87626C

#87626C
(135,98,108)
#917079
(145,112,121)
#9B7E86
(155,126,134)
#A58C93
(165,140,147)
#AF9AA0
(175,154,160)
#B9A8AD
(185,168,173)
#C3B6BA
(195,182,186)
#CDC4C7
(205,196,199)
#D7D2D4
(215,210,212)
#E1E0E1
(225,224,225)
#EBEEEE
(235,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87626C color. Also use rgb(135,98,108) instead hex code.

Text Font Color

.myTextColor { color: #87626C; }

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

This text font color is #87626C.

Background Color

.myBgColor { background-color: #87626C; }

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

This div background color is #87626C.

Border color

.myBorderColor { border: 1px solid #87626C; }

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

This div border color is #87626C.

Opacity

.myOpacity80 { color: #87626C; opacity: 0.8; }

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

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

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

This text has shadow with #87626C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #87626C.

Preview

Color preview on black background

This text has color #87626C on black background.


Color preview on white background

This text has color #87626C on white background.


Black color preview on #87626C background

This text has black color on #87626C background.


White color preview on #87626C background

This text has white color on #87626C background.


Related colors

Complementary color

Complementary color for #hex is #789D93.


I love getcolorcode.com

Triadic colors

1 #6C8762 and #626C87 with #87626C are triadic colors.

2 #6C6287 and #62876C with #87626C are triadic colors.