COLOR #7C7A4A

HEX: #7C7A4A RGB: (124,122,74)

Color info

#7C7A4A contains red, green and blue colors in about the same proportion. Web safe color of #7C7A4A is #666633 (or #663).

RGB color model

#7C7A4A color RGB value is (124,122,74).

RGB: (124,122,74) (49%, 48%, 29%)

RGB channels and saturation

R 124 of 255 = 49%
G 122 of 255 = 48%
B 74 of 255 = 29%

124
122
74

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

Portions of RGB colors in percentages

R + G + B = 124 + 122 + 74 = 320 (100%)
R 124 of 320 ~ 38.75%
G 122 of 320 ~ 38.13%
B 74 of 320 ~ 23.13'%

%38.75
%38.13
%23.13

CMYK color model

#7C7A4A color CMYK value is (0,2,40,51).

  • cyan value is 0.00%
  • magenta value is 1.61%
  • yellow value is 40.32%
  • key color value is 51.37%

CMYK: (0,2,40,51)
C0M2Y40K51 (0%, 2%, 40%, 51%)
(0.00 / 0.02 / 0.40 / 0.51)

CMYK percentages

%0
%1.61
%40.32
%51.37

Codes

Color #7C7A4A in popluar color models

7C 7A 4A
RGB 124 122 74
HSL 58° 25.25% 38.82%
HSB/HSV 58° 40.32% 48.63%
CMYK 0.00% 1.61% 40.32%
51.37%

Color #7C7A4A in popluar number systems.

HEX 7C 7A 4A
Decimal 124 122 74
Binary 1111100 1111010 1001010
Octal 174 172 112

Shades and tints

Shades of #7C7A4A

#7C7A4A
(124,122,74)
#716F44
(113,111,68)
#66643E
(102,100,62)
#5B5938
(91,89,56)
#504E32
(80,78,50)
#45432C
(69,67,44)
#3A3826
(58,56,38)
#2F2D20
(47,45,32)
#24221A
(36,34,26)
#191714
(25,23,20)
#0E0C0E
(14,12,14)
#000000
(0,0,0)

Tints of #7C7A4A

#7C7A4A
(124,122,74)
#87865A
(135,134,90)
#92926A
(146,146,106)
#9D9E7A
(157,158,122)
#A8AA8A
(168,170,138)
#B3B69A
(179,182,154)
#BEC2AA
(190,194,170)
#C9CEBA
(201,206,186)
#D4DACA
(212,218,202)
#DFE6DA
(223,230,218)
#EAF2EA
(234,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C7A4A color. Also use rgb(124,122,74) instead hex code.

Text Font Color

.myTextColor { color: #7C7A4A; }

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

This text font color is #7C7A4A.

Background Color

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

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

This div background color is #7C7A4A.

Border color

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

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

This div border color is #7C7A4A.

Opacity

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

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

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

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

This text has shadow with #7C7A4A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7C7A4A.

Preview

Color preview on black background

This text has color #7C7A4A on black background.


Color preview on white background

This text has color #7C7A4A on white background.


Black color preview on #7C7A4A background

This text has black color on #7C7A4A background.


White color preview on #7C7A4A background

This text has white color on #7C7A4A background.


Related colors

Complementary color

Complementary color for #hex is #8385B5.


I love getcolorcode.com

Triadic colors

1 #4A7C7A and #7A4A7C with #7C7A4A are triadic colors.

2 #4A7A7C and #7A7C4A with #7C7A4A are triadic colors.