COLOR #868F7A

HEX: #868F7A
RGB: (134,143,122)

Color info

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

RGB color model

#868F7A color RGB value is (134,143,122).

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

RGB channels and saturation

R 134 of 255 = 53%
G 143 of 255 = 56%
B 122 of 255 = 48%

134
143
122

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

Portions of RGB colors in percentages

R + G + B =
134 + 143 + 122 = 399 (100%)
R 134 of 399 ~ 33.58%
G 143 of 399 ~ 35.84%
B 122 of 399 ~ 30.58%

%33.58
%35.84
%30.58

CMYK color model

#868F7A color CMYK value is (6,0,15,44).

  • cyan value is 6.29%
  • magenta value is 0.00%
  • yellow value is 14.69%
  • key color value is 43.92%
CMYK:
(6,0,15,44)
C6M0Y15K44 
(6%,0%,15%,44%)
(0.06/0.00/0.15/0.44)	

CMYK percentages

%6.29
%0
%14.69
%43.92

Codes

Color #868F7A in popluar color models

868F7A
RGB134143122
HSL86°8.57%51.96%
HSB/HSV86°14.69%56.08%
CMYK6.29%0.00%14.69%
43.92%

Color #868F7A in popluar number systems.

HEX868F7A
Decimal134143122
Binary10000110100011111111010
Octal206217172

Shades and tints

Shades of #868F7A

#868F7A
(134,143,122)
#7A826F
(122,130,111)
#6E7564
(110,117,100)
#626859
(98,104,89)
#565B4E
(86,91,78)
#4A4E43
(74,78,67)
#3E4138
(62,65,56)
#32342D
(50,52,45)
#262722
(38,39,34)
#1A1A17
(26,26,23)
#0E0D0C
(14,13,12)
#000000
(0,0,0)

Tints of #868F7A

#868F7A
(134,143,122)
#919986
(145,153,134)
#9CA392
(156,163,146)
#A7AD9E
(167,173,158)
#B2B7AA
(178,183,170)
#BDC1B6
(189,193,182)
#C8CBC2
(200,203,194)
#D3D5CE
(211,213,206)
#DEDFDA
(222,223,218)
#E9E9E6
(233,233,230)
#F4F3F2
(244,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #868F7A; }

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

This text font color is #868F7A.


Background Color

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

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

This div background color is #868F7A.


Border color

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

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

This div border color is #868F7A.


Opacity

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

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

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

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

This text has shadow with #868F7A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #868F7A on black background.


Color preview on white background

This text has color #868F7A on white background.



Black color preview on #868F7A background

This text has black color on #868F7A background.


White color preview on #868F7A background

This text has white color on #868F7A background.