COLOR #74868B

HEX: #74868B
RGB: (116,134,139)

Color info

#74868B contains red, green and blue colors in about the same proportion. Web safe color of #74868B is #669999 (or #699).

RGB color model

#74868B color RGB value is (116,134,139).

  • red value is 116;
  • green value is 134;
  • blue value is 139.
RGB:
(116,134,139)
(45%,53%,55%)

RGB channels and saturation

R 116 of 255 = 45%
G 134 of 255 = 53%
B 139 of 255 = 55%

116
134
139

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

Portions of RGB colors in percentages

R + G + B =
116 + 134 + 139 = 389 (100%)
R 116 of 389 ~ 29.82%
G 134 of 389 ~ 34.45%
B 139 of 389 ~ 35.73%

%29.82
%34.45
%35.73

CMYK color model

#74868B color CMYK value is (17,4,0,45).

  • cyan value is 16.55%
  • magenta value is 3.60%
  • yellow value is 0.00%
  • key color value is 45.49%
CMYK:
(17,4,0,45)
C17M4Y0K45 
(17%,4%,0%,45%)
(0.17/0.04/0.00/0.45)	

CMYK percentages

%16.55
%3.6
%0
%45.49

Codes

Color #74868B in popluar color models

74868B
RGB116134139
HSL193°9.02%50.00%
HSB/HSV193°16.55%54.51%
CMYK16.55%3.60%0.00%
45.49%

Color #74868B in popluar number systems.

HEX74868B
Decimal116134139
Binary11101001000011010001011
Octal164206213

Shades and tints

Shades of #74868B

#74868B
(116,134,139)
#6A7A7F
(106,122,127)
#606E73
(96,110,115)
#566267
(86,98,103)
#4C565B
(76,86,91)
#424A4F
(66,74,79)
#383E43
(56,62,67)
#2E3237
(46,50,55)
#24262B
(36,38,43)
#1A1A1F
(26,26,31)
#100E13
(16,14,19)
#000000
(0,0,0)

Tints of #74868B

#74868B
(116,134,139)
#809195
(128,145,149)
#8C9C9F
(140,156,159)
#98A7A9
(152,167,169)
#A4B2B3
(164,178,179)
#B0BDBD
(176,189,189)
#BCC8C7
(188,200,199)
#C8D3D1
(200,211,209)
#D4DEDB
(212,222,219)
#E0E9E5
(224,233,229)
#ECF4EF
(236,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74868B color. Also use rgb(116,134,139) instead hex code.

Text Font Color

.myTextColor { color: #74868B; }

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

This text font color is #74868B.


Background Color

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

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

This div background color is #74868B.


Border color

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

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

This div border color is #74868B.


Opacity

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

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

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

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

This text has shadow with #74868B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74868B on black background.


Color preview on white background

This text has color #74868B on white background.



Black color preview on #74868B background

This text has black color on #74868B background.


White color preview on #74868B background

This text has white color on #74868B background.