COLOR #7C8565

HEX: #7C8565 RGB: (124,133,101)

Color info

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

RGB color model

#7C8565 color RGB value is (124,133,101).

RGB: (124,133,101) (49%, 52%, 40%)

RGB channels and saturation

R 124 of 255 = 49%
G 133 of 255 = 52%
B 101 of 255 = 40%

124
133
101

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

Portions of RGB colors in percentages

R + G + B = 124 + 133 + 101 = 358 (100%)
R 124 of 358 ~ 34.64%
G 133 of 358 ~ 37.15%
B 101 of 358 ~ 28.21'%

%34.64
%37.15
%28.21

CMYK color model

#7C8565 color CMYK value is (7,0,24,48).

  • cyan value is 6.77%
  • magenta value is 0.00%
  • yellow value is 24.06%
  • key color value is 47.84%

CMYK: (7,0,24,48)
C7M0Y24K48 (7%, 0%, 24%, 48%)
(0.07 / 0.00 / 0.24 / 0.48)

CMYK percentages

%6.77
%0
%24.06
%47.84

Codes

Color #7C8565 in popluar color models

7C 85 65
RGB 124 133 101
HSL 77° 13.68% 45.88%
HSB/HSV 77° 24.06% 52.16%
CMYK 6.77% 0.00% 24.06%
47.84%

Color #7C8565 in popluar number systems.

HEX 7C 85 65
Decimal 124 133 101
Binary 1111100 10000101 1100101
Octal 174 205 145

Shades and tints

Shades of #7C8565

#7C8565
(124,133,101)
#71795C
(113,121,92)
#666D53
(102,109,83)
#5B614A
(91,97,74)
#505541
(80,85,65)
#454938
(69,73,56)
#3A3D2F
(58,61,47)
#2F3126
(47,49,38)
#24251D
(36,37,29)
#191914
(25,25,20)
#0E0D0B
(14,13,11)
#000000
(0,0,0)

Tints of #7C8565

#7C8565
(124,133,101)
#879073
(135,144,115)
#929B81
(146,155,129)
#9DA68F
(157,166,143)
#A8B19D
(168,177,157)
#B3BCAB
(179,188,171)
#BEC7B9
(190,199,185)
#C9D2C7
(201,210,199)
#D4DDD5
(212,221,213)
#DFE8E3
(223,232,227)
#EAF3F1
(234,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C8565 color. Also use rgb(124,133,101) instead hex code.

Text Font Color

.myTextColor { color: #7C8565; }

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

This text font color is #7C8565.

Background Color

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

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

This div background color is #7C8565.

Border color

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

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

This div border color is #7C8565.

Opacity

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

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

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

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

This text has shadow with #7C8565 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7C8565.

Preview

Color preview on black background

This text has color #7C8565 on black background.


Color preview on white background

This text has color #7C8565 on white background.


Black color preview on #7C8565 background

This text has black color on #7C8565 background.


White color preview on #7C8565 background

This text has white color on #7C8565 background.


Related colors

Complementary color

Complementary color for #hex is #837A9A.


I love getcolorcode.com

Triadic colors

1 #657C85 and #85657C with #7C8565 are triadic colors.

2 #65857C and #857C65 with #7C8565 are triadic colors.