COLOR #7C7E77

HEX: #7C7E77
RGB: (124,126,119)

Color info

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

RGB color model

#7C7E77 color RGB value is (124,126,119).

  • red value is 124;
  • green value is 126;
  • blue value is 119.
RGB:
(124,126,119)
(49%,49%,47%)

RGB channels and saturation

R 124 of 255 = 49%
G 126 of 255 = 49%
B 119 of 255 = 47%

124
126
119

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

Portions of RGB colors in percentages

R + G + B =
124 + 126 + 119 = 369 (100%)
R 124 of 369 ~ 33.6%
G 126 of 369 ~ 34.15%
B 119 of 369 ~ 32.25%

%33.6
%34.15
%32.25

CMYK color model

#7C7E77 color CMYK value is (2,0,6,51).

  • cyan value is 1.59%
  • magenta value is 0.00%
  • yellow value is 5.56%
  • key color value is 50.59%
CMYK:
(2,0,6,51)
C2M0Y6K51 
(2%,0%,6%,51%)
(0.02/0.00/0.06/0.51)	

CMYK percentages

%1.59
%0
%5.56
%50.59

Codes

Color #7C7E77 in popluar color models

7C7E77
RGB124126119
HSL77°2.86%48.04%
HSB/HSV77°5.56%49.41%
CMYK1.59%0.00%5.56%
50.59%

Color #7C7E77 in popluar number systems.

HEX7C7E77
Decimal124126119
Binary111110011111101110111
Octal174176167

Shades and tints

Shades of #7C7E77

#7C7E77
(124,126,119)
#71736D
(113,115,109)
#666863
(102,104,99)
#5B5D59
(91,93,89)
#50524F
(80,82,79)
#454745
(69,71,69)
#3A3C3B
(58,60,59)
#2F3131
(47,49,49)
#242627
(36,38,39)
#191B1D
(25,27,29)
#0E1013
(14,16,19)
#000000
(0,0,0)

Tints of #7C7E77

#7C7E77
(124,126,119)
#878983
(135,137,131)
#92948F
(146,148,143)
#9D9F9B
(157,159,155)
#A8AAA7
(168,170,167)
#B3B5B3
(179,181,179)
#BEC0BF
(190,192,191)
#C9CBCB
(201,203,203)
#D4D6D7
(212,214,215)
#DFE1E3
(223,225,227)
#EAECEF
(234,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C7E77; }

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

This text font color is #7C7E77.


Background Color

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

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

This div background color is #7C7E77.


Border color

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

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

This div border color is #7C7E77.


Opacity

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

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

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

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

This text has shadow with #7C7E77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C7E77 on black background.


Color preview on white background

This text has color #7C7E77 on white background.



Black color preview on #7C7E77 background

This text has black color on #7C7E77 background.


White color preview on #7C7E77 background

This text has white color on #7C7E77 background.