COLOR #7C867A

HEX: #7C867A
RGB: (124,134,122)

Color info

#7C867A contains red, green and blue colors in about the same proportion. Web safe color of #7C867A is #669966 (or #696).

RGB color model

#7C867A color RGB value is (124,134,122).

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

RGB channels and saturation

R 124 of 255 = 49%
G 134 of 255 = 53%
B 122 of 255 = 48%

124
134
122

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

Portions of RGB colors in percentages

R + G + B =
124 + 134 + 122 = 380 (100%)
R 124 of 380 ~ 32.63%
G 134 of 380 ~ 35.26%
B 122 of 380 ~ 32.11%

%32.63
%35.26
%32.11

CMYK color model

#7C867A color CMYK value is (7,0,9,47).

  • cyan value is 7.46%
  • magenta value is 0.00%
  • yellow value is 8.96%
  • key color value is 47.45%
CMYK:
(7,0,9,47)
C7M0Y9K47 
(7%,0%,9%,47%)
(0.07/0.00/0.09/0.47)	

CMYK percentages

%7.46
%0
%8.96
%47.45

Codes

Color #7C867A in popluar color models

7C867A
RGB124134122
HSL110°4.72%50.20%
HSB/HSV110°8.96%52.55%
CMYK7.46%0.00%8.96%
47.45%

Color #7C867A in popluar number systems.

HEX7C867A
Decimal124134122
Binary1111100100001101111010
Octal174206172

Shades and tints

Shades of #7C867A

#7C867A
(124,134,122)
#717A6F
(113,122,111)
#666E64
(102,110,100)
#5B6259
(91,98,89)
#50564E
(80,86,78)
#454A43
(69,74,67)
#3A3E38
(58,62,56)
#2F322D
(47,50,45)
#242622
(36,38,34)
#191A17
(25,26,23)
#0E0E0C
(14,14,12)
#000000
(0,0,0)

Tints of #7C867A

#7C867A
(124,134,122)
#879186
(135,145,134)
#929C92
(146,156,146)
#9DA79E
(157,167,158)
#A8B2AA
(168,178,170)
#B3BDB6
(179,189,182)
#BEC8C2
(190,200,194)
#C9D3CE
(201,211,206)
#D4DEDA
(212,222,218)
#DFE9E6
(223,233,230)
#EAF4F2
(234,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C867A color. Also use rgb(124,134,122) instead hex code.

Text Font Color

.myTextColor { color: #7C867A; }

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

This text font color is #7C867A.


Background Color

.myBgColor { background-color: #7C867A; }

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

This div background color is #7C867A.


Border color

.myBorderColor { border: 1px solid #7C867A; }

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

This div border color is #7C867A.


Opacity

.myOpacity80 { color: #7C867A; opacity: 0.8; }

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

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

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

This text has shadow with #7C867A color.

.textShadow {text-shadow: 3px 3px 1px #7C867A, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C867A on black background.


Color preview on white background

This text has color #7C867A on white background.



Black color preview on #7C867A background

This text has black color on #7C867A background.


White color preview on #7C867A background

This text has white color on #7C867A background.