COLOR #74766E

HEX: #74766E
RGB: (116,118,110)

Color info

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

RGB color model

#74766E color RGB value is (116,118,110).

  • red value is 116;
  • green value is 118;
  • blue value is 110.
RGB:
(116,118,110)
(45%,46%,43%)

RGB channels and saturation

R 116 of 255 = 45%
G 118 of 255 = 46%
B 110 of 255 = 43%

116
118
110

R + G + B ~ 45%. #74766E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
116 + 118 + 110 = 344 (100%)
R 116 of 344 ~ 33.72%
G 118 of 344 ~ 34.3%
B 110 of 344 ~ 31.98%

%33.72
%34.3
%31.98

CMYK color model

#74766E color CMYK value is (2,0,7,54).

  • cyan value is 1.69%
  • magenta value is 0.00%
  • yellow value is 6.78%
  • key color value is 53.73%
CMYK:
(2,0,7,54)
C2M0Y7K54 
(2%,0%,7%,54%)
(0.02/0.00/0.07/0.54)	

CMYK percentages

%1.69
%0
%6.78
%53.73

Codes

Color #74766E in popluar color models

74766E
RGB116118110
HSL75°3.51%44.71%
HSB/HSV75°6.78%46.27%
CMYK1.69%0.00%6.78%
53.73%

Color #74766E in popluar number systems.

HEX74766E
Decimal116118110
Binary111010011101101101110
Octal164166156

Shades and tints

Shades of #74766E

#74766E
(116,118,110)
#6A6C64
(106,108,100)
#60625A
(96,98,90)
#565850
(86,88,80)
#4C4E46
(76,78,70)
#42443C
(66,68,60)
#383A32
(56,58,50)
#2E3028
(46,48,40)
#24261E
(36,38,30)
#1A1C14
(26,28,20)
#10120A
(16,18,10)
#000000
(0,0,0)

Tints of #74766E

#74766E
(116,118,110)
#80827B
(128,130,123)
#8C8E88
(140,142,136)
#989A95
(152,154,149)
#A4A6A2
(164,166,162)
#B0B2AF
(176,178,175)
#BCBEBC
(188,190,188)
#C8CAC9
(200,202,201)
#D4D6D6
(212,214,214)
#E0E2E3
(224,226,227)
#ECEEF0
(236,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74766E color. Also use rgb(116,118,110) instead hex code.

Text Font Color

.myTextColor { color: #74766E; }

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

This text font color is #74766E.


Background Color

.myBgColor { background-color: #74766E; }

<div style="background-color:#74766E">Inner text</div>

This div background color is #74766E.


Border color

.myBorderColor { border: 1px solid #74766E; }

<div style="border:3px solid #74766E">Div</div>

This div border color is #74766E.


Opacity

.myOpacity80 { color: #74766E; opacity: 0.8; }

<p style="color:#74766E;opacity:0.8;">80%</p>

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

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

This text has shadow with #74766E color.

.textShadow {text-shadow: 3px 3px 1px #74766E, 3px 3px 1px red;}

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

This text has shadow with #74766E primary color and red secondary color.


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

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

This text has shadow with #74766E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74766E on black background.


Color preview on white background

This text has color #74766E on white background.



Black color preview on #74766E background

This text has black color on #74766E background.


White color preview on #74766E background

This text has white color on #74766E background.