COLOR #867A7B

HEX: #867A7B
RGB: (134,122,123)

Color info

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

RGB color model

#867A7B color RGB value is (134,122,123).

  • red value is 134;
  • green value is 122;
  • blue value is 123.
RGB:
(134,122,123)
(53%,48%,48%)

RGB channels and saturation

R 134 of 255 = 53%
G 122 of 255 = 48%
B 123 of 255 = 48%

134
122
123

R + G + B ~ 50%. #867A7B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
134 + 122 + 123 = 379 (100%)
R 134 of 379 ~ 35.36%
G 122 of 379 ~ 32.19%
B 123 of 379 ~ 32.45%

%35.36
%32.19
%32.45

CMYK color model

#867A7B color CMYK value is (0,9,8,47).

  • cyan value is 0.00%
  • magenta value is 8.96%
  • yellow value is 8.21%
  • key color value is 47.45%
CMYK:
(0,9,8,47)
C0M9Y8K47 
(0%,9%,8%,47%)
(0.00/0.09/0.08/0.47)	

CMYK percentages

%0
%8.96
%8.21
%47.45

Codes

Color #867A7B in popluar color models

867A7B
RGB134122123
HSL355°4.72%50.20%
HSB/HSV355°8.96%52.55%
CMYK0.00%8.96%8.21%
47.45%

Color #867A7B in popluar number systems.

HEX867A7B
Decimal134122123
Binary1000011011110101111011
Octal206172173

Shades and tints

Shades of #867A7B

#867A7B
(134,122,123)
#7A6F70
(122,111,112)
#6E6465
(110,100,101)
#62595A
(98,89,90)
#564E4F
(86,78,79)
#4A4344
(74,67,68)
#3E3839
(62,56,57)
#322D2E
(50,45,46)
#262223
(38,34,35)
#1A1718
(26,23,24)
#0E0C0D
(14,12,13)
#000000
(0,0,0)

Tints of #867A7B

#867A7B
(134,122,123)
#918687
(145,134,135)
#9C9293
(156,146,147)
#A79E9F
(167,158,159)
#B2AAAB
(178,170,171)
#BDB6B7
(189,182,183)
#C8C2C3
(200,194,195)
#D3CECF
(211,206,207)
#DEDADB
(222,218,219)
#E9E6E7
(233,230,231)
#F4F2F3
(244,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #867A7B color. Also use rgb(134,122,123) instead hex code.

Text Font Color

.myTextColor { color: #867A7B; }

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

This text font color is #867A7B.


Background Color

.myBgColor { background-color: #867A7B; }

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

This div background color is #867A7B.


Border color

.myBorderColor { border: 1px solid #867A7B; }

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

This div border color is #867A7B.


Opacity

.myOpacity80 { color: #867A7B; opacity: 0.8; }

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

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

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

This text has shadow with #867A7B color.

.textShadow {text-shadow: 3px 3px 1px #867A7B, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #867A7B on black background.


Color preview on white background

This text has color #867A7B on white background.



Black color preview on #867A7B background

This text has black color on #867A7B background.


White color preview on #867A7B background

This text has white color on #867A7B background.