COLOR #7C8A64

HEX: #7C8A64 RGB: (124,138,100)

Color info

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

RGB color model

#7C8A64 color RGB value is (124,138,100).

RGB: (124,138,100) (49%, 54%, 39%)

RGB channels and saturation

R 124 of 255 = 49%
G 138 of 255 = 54%
B 100 of 255 = 39%

124
138
100

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

Portions of RGB colors in percentages

R + G + B = 124 + 138 + 100 = 362 (100%)
R 124 of 362 ~ 34.25%
G 138 of 362 ~ 38.12%
B 100 of 362 ~ 27.62'%

%34.25
%38.12
%27.62

CMYK color model

#7C8A64 color CMYK value is (10,0,28,46).

  • cyan value is 10.14%
  • magenta value is 0.00%
  • yellow value is 27.54%
  • key color value is 45.88%

CMYK: (10,0,28,46)
C10M0Y28K46 (10%, 0%, 28%, 46%)
(0.10 / 0.00 / 0.28 / 0.46)

CMYK percentages

%10.14
%0
%27.54
%45.88

Codes

Color #7C8A64 in popluar color models

7C 8A 64
RGB 124 138 100
HSL 82° 15.97% 46.67%
HSB/HSV 82° 27.54% 54.12%
CMYK 10.14% 0.00% 27.54%
45.88%

Color #7C8A64 in popluar number systems.

HEX 7C 8A 64
Decimal 124 138 100
Binary 1111100 10001010 1100100
Octal 174 212 144

Shades and tints

Shades of #7C8A64

#7C8A64
(124,138,100)
#717E5B
(113,126,91)
#667252
(102,114,82)
#5B6649
(91,102,73)
#505A40
(80,90,64)
#454E37
(69,78,55)
#3A422E
(58,66,46)
#2F3625
(47,54,37)
#242A1C
(36,42,28)
#191E13
(25,30,19)
#0E120A
(14,18,10)
#000000
(0,0,0)

Tints of #7C8A64

#7C8A64
(124,138,100)
#879472
(135,148,114)
#929E80
(146,158,128)
#9DA88E
(157,168,142)
#A8B29C
(168,178,156)
#B3BCAA
(179,188,170)
#BEC6B8
(190,198,184)
#C9D0C6
(201,208,198)
#D4DAD4
(212,218,212)
#DFE4E2
(223,228,226)
#EAEEF0
(234,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C8A64 color. Also use rgb(124,138,100) instead hex code.

Text Font Color

.myTextColor { color: #7C8A64; }

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

This text font color is #7C8A64.

Background Color

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

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

This div background color is #7C8A64.

Border color

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

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

This div border color is #7C8A64.

Opacity

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

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

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

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

This text has shadow with #7C8A64 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7C8A64.

Preview

Color preview on black background

This text has color #7C8A64 on black background.


Color preview on white background

This text has color #7C8A64 on white background.


Black color preview on #7C8A64 background

This text has black color on #7C8A64 background.


White color preview on #7C8A64 background

This text has white color on #7C8A64 background.


Related colors

Complementary color

Complementary color for #hex is #83759B.


I love getcolorcode.com

Triadic colors

1 #647C8A and #8A647C with #7C8A64 are triadic colors.

2 #648A7C and #8A7C64 with #7C8A64 are triadic colors.