COLOR #7C7A77

HEX: #7C7A77 RGB: (124,122,119)

Color info

#7C7A77 contains red, green and blue colors in about the same proportion. Web safe color of #7C7A77 is #666666 (or #666).

RGB color model

#7C7A77 color RGB value is (124,122,119).

RGB: (124,122,119) (49%, 48%, 47%)

RGB channels and saturation

R 124 of 255 = 49%
G 122 of 255 = 48%
B 119 of 255 = 47%

124
122
119

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

Portions of RGB colors in percentages

R + G + B = 124 + 122 + 119 = 365 (100%)
R 124 of 365 ~ 33.97%
G 122 of 365 ~ 33.42%
B 119 of 365 ~ 32.6'%

%33.97
%33.42
%32.6

CMYK color model

#7C7A77 color CMYK value is (0,2,4,51).

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

CMYK: (0,2,4,51)
C0M2Y4K51 (0%, 2%, 4%, 51%)
(0.00 / 0.02 / 0.04 / 0.51)

CMYK percentages

%0
%1.61
%4.03
%51.37

Codes

Color #7C7A77 in popluar color models

7C 7A 77
RGB 124 122 119
HSL 36° 2.06% 47.65%
HSB/HSV 36° 4.03% 48.63%
CMYK 0.00% 1.61% 4.03%
51.37%

Color #7C7A77 in popluar number systems.

HEX 7C 7A 77
Decimal 124 122 119
Binary 1111100 1111010 1110111
Octal 174 172 167

Shades and tints

Shades of #7C7A77

#7C7A77
(124,122,119)
#716F6D
(113,111,109)
#666463
(102,100,99)
#5B5959
(91,89,89)
#504E4F
(80,78,79)
#454345
(69,67,69)
#3A383B
(58,56,59)
#2F2D31
(47,45,49)
#242227
(36,34,39)
#19171D
(25,23,29)
#0E0C13
(14,12,19)
#000000
(0,0,0)

Tints of #7C7A77

#7C7A77
(124,122,119)
#878683
(135,134,131)
#92928F
(146,146,143)
#9D9E9B
(157,158,155)
#A8AAA7
(168,170,167)
#B3B6B3
(179,182,179)
#BEC2BF
(190,194,191)
#C9CECB
(201,206,203)
#D4DAD7
(212,218,215)
#DFE6E3
(223,230,227)
#EAF2EF
(234,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C7A77; }

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

This text font color is #7C7A77.

Background Color

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

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

This div background color is #7C7A77.

Border color

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

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

This div border color is #7C7A77.

Opacity

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

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

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

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

This text has shadow with #7C7A77 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7C7A77.

Preview

Color preview on black background

This text has color #7C7A77 on black background.


Color preview on white background

This text has color #7C7A77 on white background.


Black color preview on #7C7A77 background

This text has black color on #7C7A77 background.


White color preview on #7C7A77 background

This text has white color on #7C7A77 background.


Related colors

Complementary color

Complementary color for #hex is #838588.


I love getcolorcode.com

Triadic colors

1 #777C7A and #7A777C with #7C7A77 are triadic colors.

2 #777A7C and #7A7C77 with #7C7A77 are triadic colors.