COLOR #74656B

HEX: #74656B RGB: (116,101,107)

Color info

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

RGB color model

#74656B color RGB value is (116,101,107).

RGB: (116,101,107) (45%, 40%, 42%)

RGB channels and saturation

R 116 of 255 = 45%
G 101 of 255 = 40%
B 107 of 255 = 42%

116
101
107

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

Portions of RGB colors in percentages

R + G + B = 116 + 101 + 107 = 324 (100%)
R 116 of 324 ~ 35.8%
G 101 of 324 ~ 31.17%
B 107 of 324 ~ 33.02'%

%35.8
%31.17
%33.02

CMYK color model

#74656B color CMYK value is (0,13,8,55).

  • cyan value is 0.00%
  • magenta value is 12.93%
  • yellow value is 7.76%
  • key color value is 54.51%

CMYK: (0,13,8,55)
C0M13Y8K55 (0%, 13%, 8%, 55%)
(0.00 / 0.13 / 0.08 / 0.55)

CMYK percentages

%0
%12.93
%7.76
%54.51

Codes

Color #74656B in popluar color models

74 65 6B
RGB 116 101 107
HSL 336° 6.91% 42.55%
HSB/HSV 336° 12.93% 45.49%
CMYK 0.00% 12.93% 7.76%
54.51%

Color #74656B in popluar number systems.

HEX 74 65 6B
Decimal 116 101 107
Binary 1110100 1100101 1101011
Octal 164 145 153

Shades and tints

Shades of #74656B

#74656B
(116,101,107)
#6A5C62
(106,92,98)
#605359
(96,83,89)
#564A50
(86,74,80)
#4C4147
(76,65,71)
#42383E
(66,56,62)
#382F35
(56,47,53)
#2E262C
(46,38,44)
#241D23
(36,29,35)
#1A141A
(26,20,26)
#100B11
(16,11,17)
#000000
(0,0,0)

Tints of #74656B

#74656B
(116,101,107)
#807378
(128,115,120)
#8C8185
(140,129,133)
#988F92
(152,143,146)
#A49D9F
(164,157,159)
#B0ABAC
(176,171,172)
#BCB9B9
(188,185,185)
#C8C7C6
(200,199,198)
#D4D5D3
(212,213,211)
#E0E3E0
(224,227,224)
#ECF1ED
(236,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #74656B; }

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

This text font color is #74656B.

Background Color

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

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

This div background color is #74656B.

Border color

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

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

This div border color is #74656B.

Opacity

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

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

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

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

This text has shadow with #74656B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #74656B.

Preview

Color preview on black background

This text has color #74656B on black background.


Color preview on white background

This text has color #74656B on white background.


Black color preview on #74656B background

This text has black color on #74656B background.


White color preview on #74656B background

This text has white color on #74656B background.


Related colors

Complementary color

Complementary color for #hex is #8B9A94.


I love getcolorcode.com

Triadic colors

1 #6B7465 and #656B74 with #74656B are triadic colors.

2 #6B6574 and #65746B with #74656B are triadic colors.