COLOR #7C826F

HEX: #7C826F RGB: (124,130,111)

Color info

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

RGB color model

#7C826F color RGB value is (124,130,111).

RGB: (124,130,111) (49%, 51%, 44%)

RGB channels and saturation

R 124 of 255 = 49%
G 130 of 255 = 51%
B 111 of 255 = 44%

124
130
111

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

Portions of RGB colors in percentages

R + G + B = 124 + 130 + 111 = 365 (100%)
R 124 of 365 ~ 33.97%
G 130 of 365 ~ 35.62%
B 111 of 365 ~ 30.41'%

%33.97
%35.62
%30.41

CMYK color model

#7C826F color CMYK value is (5,0,15,49).

  • cyan value is 4.62%
  • magenta value is 0.00%
  • yellow value is 14.62%
  • key color value is 49.02%

CMYK: (5,0,15,49)
C5M0Y15K49 (5%, 0%, 15%, 49%)
(0.05 / 0.00 / 0.15 / 0.49)

CMYK percentages

%4.62
%0
%14.62
%49.02

Codes

Color #7C826F in popluar color models

7C 82 6F
RGB 124 130 111
HSL 79° 7.88% 47.25%
HSB/HSV 79° 14.62% 50.98%
CMYK 4.62% 0.00% 14.62%
49.02%

Color #7C826F in popluar number systems.

HEX 7C 82 6F
Decimal 124 130 111
Binary 1111100 10000010 1101111
Octal 174 202 157

Shades and tints

Shades of #7C826F

#7C826F
(124,130,111)
#717765
(113,119,101)
#666C5B
(102,108,91)
#5B6151
(91,97,81)
#505647
(80,86,71)
#454B3D
(69,75,61)
#3A4033
(58,64,51)
#2F3529
(47,53,41)
#242A1F
(36,42,31)
#191F15
(25,31,21)
#0E140B
(14,20,11)
#000000
(0,0,0)

Tints of #7C826F

#7C826F
(124,130,111)
#878D7C
(135,141,124)
#929889
(146,152,137)
#9DA396
(157,163,150)
#A8AEA3
(168,174,163)
#B3B9B0
(179,185,176)
#BEC4BD
(190,196,189)
#C9CFCA
(201,207,202)
#D4DAD7
(212,218,215)
#DFE5E4
(223,229,228)
#EAF0F1
(234,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C826F color. Also use rgb(124,130,111) instead hex code.

Text Font Color

.myTextColor { color: #7C826F; }

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

This text font color is #7C826F.

Background Color

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

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

This div background color is #7C826F.

Border color

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

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

This div border color is #7C826F.

Opacity

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

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

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

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

This text has shadow with #7C826F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7C826F.

Preview

Color preview on black background

This text has color #7C826F on black background.


Color preview on white background

This text has color #7C826F on white background.


Black color preview on #7C826F background

This text has black color on #7C826F background.


White color preview on #7C826F background

This text has white color on #7C826F background.


Related colors

Complementary color

Complementary color for #hex is #837D90.


I love getcolorcode.com

Triadic colors

1 #6F7C82 and #826F7C with #7C826F are triadic colors.

2 #6F827C and #827C6F with #7C826F are triadic colors.