COLOR #74696B

HEX: #74696B
RGB: (116,105,107)

Color info

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

RGB color model

#74696B color RGB value is (116,105,107).

  • red value is 116;
  • green value is 105;
  • blue value is 107.
RGB:
(116,105,107)
(45%,41%,42%)

RGB channels and saturation

R 116 of 255 = 45%
G 105 of 255 = 41%
B 107 of 255 = 42%

116
105
107

R + G + B ~ 43%. #74696B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
116 + 105 + 107 = 328 (100%)
R 116 of 328 ~ 35.37%
G 105 of 328 ~ 32.01%
B 107 of 328 ~ 32.62%

%35.37
%32.01
%32.62

CMYK color model

#74696B color CMYK value is (0,9,8,55).

  • cyan value is 0.00%
  • magenta value is 9.48%
  • yellow value is 7.76%
  • key color value is 54.51%
CMYK:
(0,9,8,55)
C0M9Y8K55 
(0%,9%,8%,55%)
(0.00/0.09/0.08/0.55)	

CMYK percentages

%0
%9.48
%7.76
%54.51

Codes

Color #74696B in popluar color models

74696B
RGB116105107
HSL349°4.98%43.33%
HSB/HSV349°9.48%45.49%
CMYK0.00%9.48%7.76%
54.51%

Color #74696B in popluar number systems.

HEX74696B
Decimal116105107
Binary111010011010011101011
Octal164151153

Shades and tints

Shades of #74696B

#74696B
(116,105,107)
#6A6062
(106,96,98)
#605759
(96,87,89)
#564E50
(86,78,80)
#4C4547
(76,69,71)
#423C3E
(66,60,62)
#383335
(56,51,53)
#2E2A2C
(46,42,44)
#242123
(36,33,35)
#1A181A
(26,24,26)
#100F11
(16,15,17)
#000000
(0,0,0)

Tints of #74696B

#74696B
(116,105,107)
#807678
(128,118,120)
#8C8385
(140,131,133)
#989092
(152,144,146)
#A49D9F
(164,157,159)
#B0AAAC
(176,170,172)
#BCB7B9
(188,183,185)
#C8C4C6
(200,196,198)
#D4D1D3
(212,209,211)
#E0DEE0
(224,222,224)
#ECEBED
(236,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74696B color. Also use rgb(116,105,107) instead hex code.

Text Font Color

.myTextColor { color: #74696B; }

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

This text font color is #74696B.


Background Color

.myBgColor { background-color: #74696B; }

<div style="background-color:#74696B">Inner text</div>

This div background color is #74696B.


Border color

.myBorderColor { border: 1px solid #74696B; }

<div style="border:3px solid #74696B">Div</div>

This div border color is #74696B.


Opacity

.myOpacity80 { color: #74696B; opacity: 0.8; }

<p style="color:#74696B;opacity:0.8;">80%</p>

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

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

This text has shadow with #74696B color.

.textShadow {text-shadow: 3px 3px 1px #74696B, 3px 3px 1px red;}

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

This text has shadow with #74696B primary color and red secondary color.


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

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

This text has shadow with #74696B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74696B on black background.


Color preview on white background

This text has color #74696B on white background.



Black color preview on #74696B background

This text has black color on #74696B background.


White color preview on #74696B background

This text has white color on #74696B background.