COLOR #7C777E

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

Color info

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

RGB color model

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

RGB: (124,119,126) (49%, 47%, 49%)

RGB channels and saturation

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

124
119
126

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

Portions of RGB colors in percentages

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

%33.6
%32.25
%34.15

CMYK color model

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

  • cyan value is 1.59%
  • magenta value is 5.56%
  • yellow value is 0.00%
  • key color value is 50.59%

CMYK: (2,6,0,51)
C2M6Y0K51 (2%, 6%, 0%, 51%)
(0.02 / 0.06 / 0.00 / 0.51)

CMYK percentages

%1.59
%5.56
%0
%50.59

Codes

Color #7C777E in popluar color models

7C 77 7E
RGB 124 119 126
HSL 283° 2.86% 48.04%
HSB/HSV 283° 5.56% 49.41%
CMYK 1.59% 5.56% 0.00%
50.59%

Color #7C777E in popluar number systems.

HEX 7C 77 7E
Decimal 124 119 126
Binary 1111100 1110111 1111110
Octal 174 167 176

Shades and tints

Shades of #7C777E

#7C777E
(124,119,126)
#716D73
(113,109,115)
#666368
(102,99,104)
#5B595D
(91,89,93)
#504F52
(80,79,82)
#454547
(69,69,71)
#3A3B3C
(58,59,60)
#2F3131
(47,49,49)
#242726
(36,39,38)
#191D1B
(25,29,27)
#0E1310
(14,19,16)
#000000
(0,0,0)

Tints of #7C777E

#7C777E
(124,119,126)
#878389
(135,131,137)
#928F94
(146,143,148)
#9D9B9F
(157,155,159)
#A8A7AA
(168,167,170)
#B3B3B5
(179,179,181)
#BEBFC0
(190,191,192)
#C9CBCB
(201,203,203)
#D4D7D6
(212,215,214)
#DFE3E1
(223,227,225)
#EAEFEC
(234,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C777E; }

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

This text font color is #7C777E.

Background Color

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

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

This div background color is #7C777E.

Border color

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

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

This div border color is #7C777E.

Opacity

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

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

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

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

This text has shadow with #7C777E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7C777E.

Preview

Color preview on black background

This text has color #7C777E on black background.


Color preview on white background

This text has color #7C777E on white background.


Black color preview on #7C777E background

This text has black color on #7C777E background.


White color preview on #7C777E background

This text has white color on #7C777E background.


Related colors

Complementary color

Complementary color for #hex is #838881.


I love getcolorcode.com

Triadic colors

1 #7E7C77 and #777E7C with #7C777E are triadic colors.

2 #7E777C and #777C7E with #7C777E are triadic colors.