COLOR #7C8273

HEX: #7C8273 RGB: (124,130,115)

Color info

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

RGB color model

#7C8273 color RGB value is (124,130,115).

RGB: (124,130,115) (49%, 51%, 45%)

RGB channels and saturation

R 124 of 255 = 49%
G 130 of 255 = 51%
B 115 of 255 = 45%

124
130
115

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

Portions of RGB colors in percentages

R + G + B = 124 + 130 + 115 = 369 (100%)
R 124 of 369 ~ 33.6%
G 130 of 369 ~ 35.23%
B 115 of 369 ~ 31.17'%

%33.6
%35.23
%31.17

CMYK color model

#7C8273 color CMYK value is (5,0,12,49).

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

CMYK: (5,0,12,49)
C5M0Y12K49 (5%, 0%, 12%, 49%)
(0.05 / 0.00 / 0.12 / 0.49)

CMYK percentages

%4.62
%0
%11.54
%49.02

Codes

Color #7C8273 in popluar color models

7C 82 73
RGB 124 130 115
HSL 84° 6.12% 48.04%
HSB/HSV 84° 11.54% 50.98%
CMYK 4.62% 0.00% 11.54%
49.02%

Color #7C8273 in popluar number systems.

HEX 7C 82 73
Decimal 124 130 115
Binary 1111100 10000010 1110011
Octal 174 202 163

Shades and tints

Shades of #7C8273

#7C8273
(124,130,115)
#717769
(113,119,105)
#666C5F
(102,108,95)
#5B6155
(91,97,85)
#50564B
(80,86,75)
#454B41
(69,75,65)
#3A4037
(58,64,55)
#2F352D
(47,53,45)
#242A23
(36,42,35)
#191F19
(25,31,25)
#0E140F
(14,20,15)
#000000
(0,0,0)

Tints of #7C8273

#7C8273
(124,130,115)
#878D7F
(135,141,127)
#92988B
(146,152,139)
#9DA397
(157,163,151)
#A8AEA3
(168,174,163)
#B3B9AF
(179,185,175)
#BEC4BB
(190,196,187)
#C9CFC7
(201,207,199)
#D4DAD3
(212,218,211)
#DFE5DF
(223,229,223)
#EAF0EB
(234,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C8273; }

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

This text font color is #7C8273.

Background Color

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

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

This div background color is #7C8273.

Border color

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

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

This div border color is #7C8273.

Opacity

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

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

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

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

This text has shadow with #7C8273 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7C8273.

Preview

Color preview on black background

This text has color #7C8273 on black background.


Color preview on white background

This text has color #7C8273 on white background.


Black color preview on #7C8273 background

This text has black color on #7C8273 background.


White color preview on #7C8273 background

This text has white color on #7C8273 background.


Related colors

Complementary color

Complementary color for #hex is #837D8C.


I love getcolorcode.com

Triadic colors

1 #737C82 and #82737C with #7C8273 are triadic colors.

2 #73827C and #827C73 with #7C8273 are triadic colors.