COLOR #7F8074

HEX: #7F8074 RGB: (127,128,116)

Color info

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

RGB color model

#7F8074 color RGB value is (127,128,116).

RGB: (127,128,116) (50%, 50%, 45%)

RGB channels and saturation

R 127 of 255 = 50%
G 128 of 255 = 50%
B 116 of 255 = 45%

127
128
116

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

Portions of RGB colors in percentages

R + G + B = 127 + 128 + 116 = 371 (100%)
R 127 of 371 ~ 34.23%
G 128 of 371 ~ 34.5%
B 116 of 371 ~ 31.27'%

%34.23
%34.5
%31.27

CMYK color model

#7F8074 color CMYK value is (1,0,9,50).

  • cyan value is 0.78%
  • magenta value is 0.00%
  • yellow value is 9.38%
  • key color value is 49.80%
CMYK: (1,0,9,50) C1M0Y9K50 (1%,0%,9%,50%) (0.01/0.00/0.09/0.50) 

CMYK percentages

%0.78
%0
%9.38
%49.8

Codes

Color #7F8074 in popluar color models

7F 80 74
RGB 127 128 116
HSL 65° 4.92% 47.84%
HSB/HSV 65° 9.38% 50.20%
CMYK 0.78% 0.00% 9.38%
49.80%

Color #7F8074 in popluar number systems.

HEX 7F 80 74
Decimal 127 128 116
Binary 1111111 10000000 1110100
Octal 177 200 164

Shades and tints

Shades of #7F8074

#7F8074
(127,128,116)
#74756A
(116,117,106)
#696A60
(105,106,96)
#5E5F56
(94,95,86)
#53544C
(83,84,76)
#484942
(72,73,66)
#3D3E38
(61,62,56)
#32332E
(50,51,46)
#272824
(39,40,36)
#1C1D1A
(28,29,26)
#111210
(17,18,16)
#000000
(0,0,0)

Tints of #7F8074

#7F8074
(127,128,116)
#8A8B80
(138,139,128)
#95968C
(149,150,140)
#A0A198
(160,161,152)
#ABACA4
(171,172,164)
#B6B7B0
(182,183,176)
#C1C2BC
(193,194,188)
#CCCDC8
(204,205,200)
#D7D8D4
(215,216,212)
#E2E3E0
(226,227,224)
#EDEEEC
(237,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F8074 color. Also use rgb(127,128,116) instead hex code.

Text Font Color

.myTextColor { color: #7F8074; }

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

This text font color is #7F8074.

Background Color

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

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

This div background color is #7F8074.

Border color

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

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

This div border color is #7F8074.

Opacity

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

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

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

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

This text has shadow with #7F8074 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7F8074.

Preview

Color preview on black background

This text has color #7F8074 on black background.


Color preview on white background

This text has color #7F8074 on white background.


Black color preview on #7F8074 background

This text has black color on #7F8074 background.


White color preview on #7F8074 background

This text has white color on #7F8074 background.


Related colors

Complementary color

Complementary color for #hex is #807F8B.


I love getcolorcode.com

Triadic colors

1 #747F80 and #80747F with #7F8074 are triadic colors.

2 #74807F and #807F74 with #7F8074 are triadic colors.