COLOR #7C7074

HEX: #7C7074 RGB: (124,112,116)

Color info

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

RGB color model

#7C7074 color RGB value is (124,112,116).

RGB: (124,112,116) (49%, 44%, 45%)

RGB channels and saturation

R 124 of 255 = 49%
G 112 of 255 = 44%
B 116 of 255 = 45%

124
112
116

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

Portions of RGB colors in percentages

R + G + B = 124 + 112 + 116 = 352 (100%)
R 124 of 352 ~ 35.23%
G 112 of 352 ~ 31.82%
B 116 of 352 ~ 32.95'%

%35.23
%31.82
%32.95

CMYK color model

#7C7074 color CMYK value is (0,10,6,51).

  • cyan value is 0.00%
  • magenta value is 9.68%
  • yellow value is 6.45%
  • key color value is 51.37%

CMYK: (0,10,6,51)
C0M10Y6K51 (0%, 10%, 6%, 51%)
(0.00 / 0.10 / 0.06 / 0.51)

CMYK percentages

%0
%9.68
%6.45
%51.37

Codes

Color #7C7074 in popluar color models

7C 70 74
RGB 124 112 116
HSL 340° 5.08% 46.27%
HSB/HSV 340° 9.68% 48.63%
CMYK 0.00% 9.68% 6.45%
51.37%

Color #7C7074 in popluar number systems.

HEX 7C 70 74
Decimal 124 112 116
Binary 1111100 1110000 1110100
Octal 174 160 164

Shades and tints

Shades of #7C7074

#7C7074
(124,112,116)
#71666A
(113,102,106)
#665C60
(102,92,96)
#5B5256
(91,82,86)
#50484C
(80,72,76)
#453E42
(69,62,66)
#3A3438
(58,52,56)
#2F2A2E
(47,42,46)
#242024
(36,32,36)
#19161A
(25,22,26)
#0E0C10
(14,12,16)
#000000
(0,0,0)

Tints of #7C7074

#7C7074
(124,112,116)
#877D80
(135,125,128)
#928A8C
(146,138,140)
#9D9798
(157,151,152)
#A8A4A4
(168,164,164)
#B3B1B0
(179,177,176)
#BEBEBC
(190,190,188)
#C9CBC8
(201,203,200)
#D4D8D4
(212,216,212)
#DFE5E0
(223,229,224)
#EAF2EC
(234,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C7074; }

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

This text font color is #7C7074.

Background Color

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

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

This div background color is #7C7074.

Border color

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

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

This div border color is #7C7074.

Opacity

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

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

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

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

This text has shadow with #7C7074 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7C7074.

Preview

Color preview on black background

This text has color #7C7074 on black background.


Color preview on white background

This text has color #7C7074 on white background.


Black color preview on #7C7074 background

This text has black color on #7C7074 background.


White color preview on #7C7074 background

This text has white color on #7C7074 background.


Related colors

Complementary color

Complementary color for #hex is #838F8B.


I love getcolorcode.com

Triadic colors

1 #747C70 and #70747C with #7C7074 are triadic colors.

2 #74707C and #707C74 with #7C7074 are triadic colors.