COLOR #7C886A

HEX: #7C886A RGB: (124,136,106)

Color info

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

RGB color model

#7C886A color RGB value is (124,136,106).

RGB: (124,136,106) (49%, 53%, 42%)

RGB channels and saturation

R 124 of 255 = 49%
G 136 of 255 = 53%
B 106 of 255 = 42%

124
136
106

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

Portions of RGB colors in percentages

R + G + B = 124 + 136 + 106 = 366 (100%)
R 124 of 366 ~ 33.88%
G 136 of 366 ~ 37.16%
B 106 of 366 ~ 28.96'%

%33.88
%37.16
%28.96

CMYK color model

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

  • cyan value is 8.82%
  • magenta value is 0.00%
  • yellow value is 22.06%
  • key color value is 46.67%

CMYK: (9,0,22,47)
C9M0Y22K47 (9%, 0%, 22%, 47%)
(0.09 / 0.00 / 0.22 / 0.47)

CMYK percentages

%8.82
%0
%22.06
%46.67

Codes

Color #7C886A in popluar color models

7C 88 6A
RGB 124 136 106
HSL 84° 12.40% 47.45%
HSB/HSV 84° 22.06% 53.33%
CMYK 8.82% 0.00% 22.06%
46.67%

Color #7C886A in popluar number systems.

HEX 7C 88 6A
Decimal 124 136 106
Binary 1111100 10001000 1101010
Octal 174 210 152

Shades and tints

Shades of #7C886A

#7C886A
(124,136,106)
#717C61
(113,124,97)
#667058
(102,112,88)
#5B644F
(91,100,79)
#505846
(80,88,70)
#454C3D
(69,76,61)
#3A4034
(58,64,52)
#2F342B
(47,52,43)
#242822
(36,40,34)
#191C19
(25,28,25)
#0E1010
(14,16,16)
#000000
(0,0,0)

Tints of #7C886A

#7C886A
(124,136,106)
#879277
(135,146,119)
#929C84
(146,156,132)
#9DA691
(157,166,145)
#A8B09E
(168,176,158)
#B3BAAB
(179,186,171)
#BEC4B8
(190,196,184)
#C9CEC5
(201,206,197)
#D4D8D2
(212,216,210)
#DFE2DF
(223,226,223)
#EAECEC
(234,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C886A; }

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

This text font color is #7C886A.

Background Color

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

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

This div background color is #7C886A.

Border color

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

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

This div border color is #7C886A.

Opacity

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

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

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

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

This text has shadow with #7C886A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7C886A.

Preview

Color preview on black background

This text has color #7C886A on black background.


Color preview on white background

This text has color #7C886A on white background.


Black color preview on #7C886A background

This text has black color on #7C886A background.


White color preview on #7C886A background

This text has white color on #7C886A background.


Related colors

Complementary color

Complementary color for #hex is #837795.


I love getcolorcode.com

Triadic colors

1 #6A7C88 and #886A7C with #7C886A are triadic colors.

2 #6A887C and #887C6A with #7C886A are triadic colors.