COLOR #7C7077

HEX: #7C7077 RGB: (124,112,119)

Color info

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

RGB color model

#7C7077 color RGB value is (124,112,119).

RGB: (124,112,119) (49%, 44%, 47%)

RGB channels and saturation

R 124 of 255 = 49%
G 112 of 255 = 44%
B 119 of 255 = 47%

124
112
119

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

Portions of RGB colors in percentages

R + G + B = 124 + 112 + 119 = 355 (100%)
R 124 of 355 ~ 34.93%
G 112 of 355 ~ 31.55%
B 119 of 355 ~ 33.52'%

%34.93
%31.55
%33.52

CMYK color model

#7C7077 color CMYK value is (0,10,4,51).

  • cyan value is 0.00%
  • magenta value is 9.68%
  • yellow value is 4.03%
  • key color value is 51.37%
CMYK: (0,10,4,51) C0M10Y4K51 (0%,10%,4%,51%) (0.00/0.10/0.04/0.51) 

CMYK percentages

%0
%9.68
%4.03
%51.37

Codes

Color #7C7077 in popluar color models

7C 70 77
RGB 124 112 119
HSL 325° 5.08% 46.27%
HSB/HSV 325° 9.68% 48.63%
CMYK 0.00% 9.68% 4.03%
51.37%

Color #7C7077 in popluar number systems.

HEX 7C 70 77
Decimal 124 112 119
Binary 1111100 1110000 1110111
Octal 174 160 167

Shades and tints

Shades of #7C7077

#7C7077
(124,112,119)
#71666D
(113,102,109)
#665C63
(102,92,99)
#5B5259
(91,82,89)
#50484F
(80,72,79)
#453E45
(69,62,69)
#3A343B
(58,52,59)
#2F2A31
(47,42,49)
#242027
(36,32,39)
#19161D
(25,22,29)
#0E0C13
(14,12,19)
#000000
(0,0,0)

Tints of #7C7077

#7C7077
(124,112,119)
#877D83
(135,125,131)
#928A8F
(146,138,143)
#9D979B
(157,151,155)
#A8A4A7
(168,164,167)
#B3B1B3
(179,177,179)
#BEBEBF
(190,190,191)
#C9CBCB
(201,203,203)
#D4D8D7
(212,216,215)
#DFE5E3
(223,229,227)
#EAF2EF
(234,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C7077; }

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

This text font color is #7C7077.

Background Color

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

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

This div background color is #7C7077.

Border color

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

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

This div border color is #7C7077.

Opacity

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

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

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

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

This text has shadow with #7C7077 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7C7077.

Preview

Color preview on black background

This text has color #7C7077 on black background.


Color preview on white background

This text has color #7C7077 on white background.


Black color preview on #7C7077 background

This text has black color on #7C7077 background.


White color preview on #7C7077 background

This text has white color on #7C7077 background.


Related colors

Complementary color

Complementary color for #hex is #838F88.


I love getcolorcode.com

Triadic colors

1 #777C70 and #70777C with #7C7077 are triadic colors.

2 #77707C and #707C77 with #7C7077 are triadic colors.