COLOR #74878F

HEX: #74878F
RGB: (116,135,143)

Color info

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

RGB color model

#74878F color RGB value is (116,135,143).

  • red value is 116;
  • green value is 135;
  • blue value is 143.
RGB:
(116,135,143)
(45%,53%,56%)

RGB channels and saturation

R 116 of 255 = 45%
G 135 of 255 = 53%
B 143 of 255 = 56%

116
135
143

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

Portions of RGB colors in percentages

R + G + B =
116 + 135 + 143 = 394 (100%)
R 116 of 394 ~ 29.44%
G 135 of 394 ~ 34.26%
B 143 of 394 ~ 36.29%

%29.44
%34.26
%36.29

CMYK color model

#74878F color CMYK value is (19,6,0,44).

  • cyan value is 18.88%
  • magenta value is 5.59%
  • yellow value is 0.00%
  • key color value is 43.92%
CMYK:
(19,6,0,44)
C19M6Y0K44 
(19%,6%,0%,44%)
(0.19/0.06/0.00/0.44)	

CMYK percentages

%18.88
%5.59
%0
%43.92

Codes

Color #74878F in popluar color models

74878F
RGB116135143
HSL198°10.76%50.78%
HSB/HSV198°18.88%56.08%
CMYK18.88%5.59%0.00%
43.92%

Color #74878F in popluar number systems.

HEX74878F
Decimal116135143
Binary11101001000011110001111
Octal164207217

Shades and tints

Shades of #74878F

#74878F
(116,135,143)
#6A7B82
(106,123,130)
#606F75
(96,111,117)
#566368
(86,99,104)
#4C575B
(76,87,91)
#424B4E
(66,75,78)
#383F41
(56,63,65)
#2E3334
(46,51,52)
#242727
(36,39,39)
#1A1B1A
(26,27,26)
#100F0D
(16,15,13)
#000000
(0,0,0)

Tints of #74878F

#74878F
(116,135,143)
#809199
(128,145,153)
#8C9BA3
(140,155,163)
#98A5AD
(152,165,173)
#A4AFB7
(164,175,183)
#B0B9C1
(176,185,193)
#BCC3CB
(188,195,203)
#C8CDD5
(200,205,213)
#D4D7DF
(212,215,223)
#E0E1E9
(224,225,233)
#ECEBF3
(236,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74878F color. Also use rgb(116,135,143) instead hex code.

Text Font Color

.myTextColor { color: #74878F; }

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

This text font color is #74878F.


Background Color

.myBgColor { background-color: #74878F; }

<div style="background-color:#74878F">Inner text</div>

This div background color is #74878F.


Border color

.myBorderColor { border: 1px solid #74878F; }

<div style="border:3px solid #74878F">Div</div>

This div border color is #74878F.


Opacity

.myOpacity80 { color: #74878F; opacity: 0.8; }

<p style="color:#74878F;opacity:0.8;">80%</p>

Text with #74878F 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 #74878F;}

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

This text has shadow with #74878F color.

.textShadow {text-shadow: 3px 3px 1px #74878F, 3px 3px 1px red;}

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

This text has shadow with #74878F primary color and red secondary color.


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

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

This text has shadow with #74878F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74878F on black background.


Color preview on white background

This text has color #74878F on white background.



Black color preview on #74878F background

This text has black color on #74878F background.


White color preview on #74878F background

This text has white color on #74878F background.