COLOR #7C886E

HEX: #7C886E
RGB: (124,136,110)

Color info

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

RGB color model

#7C886E color RGB value is (124,136,110).

  • red value is 124;
  • green value is 136;
  • blue value is 110.
RGB:
(124,136,110)
(49%,53%,43%)

RGB channels and saturation

R 124 of 255 = 49%
G 136 of 255 = 53%
B 110 of 255 = 43%

124
136
110

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

Portions of RGB colors in percentages

R + G + B =
124 + 136 + 110 = 370 (100%)
R 124 of 370 ~ 33.51%
G 136 of 370 ~ 36.76%
B 110 of 370 ~ 29.73%

%33.51
%36.76
%29.73

CMYK color model

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

  • cyan value is 8.82%
  • magenta value is 0.00%
  • yellow value is 19.12%
  • key color value is 46.67%
CMYK:
(9,0,19,47)
C9M0Y19K47 
(9%,0%,19%,47%)
(0.09/0.00/0.19/0.47)	

CMYK percentages

%8.82
%0
%19.12
%46.67

Codes

Color #7C886E in popluar color models

7C886E
RGB124136110
HSL88°10.57%48.24%
HSB/HSV88°19.12%53.33%
CMYK8.82%0.00%19.12%
46.67%

Color #7C886E in popluar number systems.

HEX7C886E
Decimal124136110
Binary1111100100010001101110
Octal174210156

Shades and tints

Shades of #7C886E

#7C886E
(124,136,110)
#717C64
(113,124,100)
#66705A
(102,112,90)
#5B6450
(91,100,80)
#505846
(80,88,70)
#454C3C
(69,76,60)
#3A4032
(58,64,50)
#2F3428
(47,52,40)
#24281E
(36,40,30)
#191C14
(25,28,20)
#0E100A
(14,16,10)
#000000
(0,0,0)

Tints of #7C886E

#7C886E
(124,136,110)
#87927B
(135,146,123)
#929C88
(146,156,136)
#9DA695
(157,166,149)
#A8B0A2
(168,176,162)
#B3BAAF
(179,186,175)
#BEC4BC
(190,196,188)
#C9CEC9
(201,206,201)
#D4D8D6
(212,216,214)
#DFE2E3
(223,226,227)
#EAECF0
(234,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C886E color. Also use rgb(124,136,110) instead hex code.

Text Font Color

.myTextColor { color: #7C886E; }

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

This text font color is #7C886E.


Background Color

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

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

This div background color is #7C886E.


Border color

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

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

This div border color is #7C886E.


Opacity

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

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

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

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

This text has shadow with #7C886E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C886E on black background.


Color preview on white background

This text has color #7C886E on white background.



Black color preview on #7C886E background

This text has black color on #7C886E background.


White color preview on #7C886E background

This text has white color on #7C886E background.