COLOR #74657B

HEX: #74657B RGB: (116,101,123)

Color info

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

RGB color model

#74657B color RGB value is (116,101,123).

RGB: (116,101,123) (45%, 40%, 48%)

RGB channels and saturation

R 116 of 255 = 45%
G 101 of 255 = 40%
B 123 of 255 = 48%

116
101
123

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

Portions of RGB colors in percentages

R + G + B = 116 + 101 + 123 = 340 (100%)
R 116 of 340 ~ 34.12%
G 101 of 340 ~ 29.71%
B 123 of 340 ~ 36.18'%

%34.12
%29.71
%36.18

CMYK color model

#74657B color CMYK value is (6,18,0,52).

  • cyan value is 5.69%
  • magenta value is 17.89%
  • yellow value is 0.00%
  • key color value is 51.76%

CMYK: (6,18,0,52)
C6M18Y0K52 (6%, 18%, 0%, 52%)
(0.06 / 0.18 / 0.00 / 0.52)

CMYK percentages

%5.69
%17.89
%0
%51.76

Codes

Color #74657B in popluar color models

74 65 7B
RGB 116 101 123
HSL 281° 9.82% 43.92%
HSB/HSV 281° 17.89% 48.24%
CMYK 5.69% 17.89% 0.00%
51.76%

Color #74657B in popluar number systems.

HEX 74 65 7B
Decimal 116 101 123
Binary 1110100 1100101 1111011
Octal 164 145 173

Shades and tints

Shades of #74657B

#74657B
(116,101,123)
#6A5C70
(106,92,112)
#605365
(96,83,101)
#564A5A
(86,74,90)
#4C414F
(76,65,79)
#423844
(66,56,68)
#382F39
(56,47,57)
#2E262E
(46,38,46)
#241D23
(36,29,35)
#1A1418
(26,20,24)
#100B0D
(16,11,13)
#000000
(0,0,0)

Tints of #74657B

#74657B
(116,101,123)
#807387
(128,115,135)
#8C8193
(140,129,147)
#988F9F
(152,143,159)
#A49DAB
(164,157,171)
#B0ABB7
(176,171,183)
#BCB9C3
(188,185,195)
#C8C7CF
(200,199,207)
#D4D5DB
(212,213,219)
#E0E3E7
(224,227,231)
#ECF1F3
(236,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #74657B; }

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

This text font color is #74657B.

Background Color

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

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

This div background color is #74657B.

Border color

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

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

This div border color is #74657B.

Opacity

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

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

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

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

This text has shadow with #74657B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #74657B.

Preview

Color preview on black background

This text has color #74657B on black background.


Color preview on white background

This text has color #74657B on white background.


Black color preview on #74657B background

This text has black color on #74657B background.


White color preview on #74657B background

This text has white color on #74657B background.


Related colors

Complementary color

Complementary color for #hex is #8B9A84.


I love getcolorcode.com

Triadic colors

1 #7B7465 and #657B74 with #74657B are triadic colors.

2 #7B6574 and #65747B with #74657B are triadic colors.