COLOR #867F7A

HEX: #867F7A RGB: (134,127,122)

Color info

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

RGB color model

#867F7A color RGB value is (134,127,122).

RGB: (134,127,122) (53%, 50%, 48%)

RGB channels and saturation

R 134 of 255 = 53%
G 127 of 255 = 50%
B 122 of 255 = 48%

134
127
122

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

Portions of RGB colors in percentages

R + G + B = 134 + 127 + 122 = 383 (100%)
R 134 of 383 ~ 34.99%
G 127 of 383 ~ 33.16%
B 122 of 383 ~ 31.85'%

%34.99
%33.16
%31.85

CMYK color model

#867F7A color CMYK value is (0,5,9,47).

  • cyan value is 0.00%
  • magenta value is 5.22%
  • yellow value is 8.96%
  • key color value is 47.45%

CMYK: (0,5,9,47)
C0M5Y9K47 (0%, 5%, 9%, 47%)
(0.00 / 0.05 / 0.09 / 0.47)

CMYK percentages

%0
%5.22
%8.96
%47.45

Codes

Color #867F7A in popluar color models

86 7F 7A
RGB 134 127 122
HSL 25° 4.72% 50.20%
HSB/HSV 25° 8.96% 52.55%
CMYK 0.00% 5.22% 8.96%
47.45%

Color #867F7A in popluar number systems.

HEX 86 7F 7A
Decimal 134 127 122
Binary 10000110 1111111 1111010
Octal 206 177 172

Shades and tints

Shades of #867F7A

#867F7A
(134,127,122)
#7A746F
(122,116,111)
#6E6964
(110,105,100)
#625E59
(98,94,89)
#56534E
(86,83,78)
#4A4843
(74,72,67)
#3E3D38
(62,61,56)
#32322D
(50,50,45)
#262722
(38,39,34)
#1A1C17
(26,28,23)
#0E110C
(14,17,12)
#000000
(0,0,0)

Tints of #867F7A

#867F7A
(134,127,122)
#918A86
(145,138,134)
#9C9592
(156,149,146)
#A7A09E
(167,160,158)
#B2ABAA
(178,171,170)
#BDB6B6
(189,182,182)
#C8C1C2
(200,193,194)
#D3CCCE
(211,204,206)
#DED7DA
(222,215,218)
#E9E2E6
(233,226,230)
#F4EDF2
(244,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #867F7A; }

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

This text font color is #867F7A.

Background Color

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

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

This div background color is #867F7A.

Border color

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

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

This div border color is #867F7A.

Opacity

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

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

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

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

This text has shadow with #867F7A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #867F7A.

Preview

Color preview on black background

This text has color #867F7A on black background.


Color preview on white background

This text has color #867F7A on white background.


Black color preview on #867F7A background

This text has black color on #867F7A background.


White color preview on #867F7A background

This text has white color on #867F7A background.


Related colors

Complementary color

Complementary color for #hex is #798085.


I love getcolorcode.com

Triadic colors

1 #7A867F and #7F7A86 with #867F7A are triadic colors.

2 #7A7F86 and #7F867A with #867F7A are triadic colors.