COLOR #748079

HEX: #748079
RGB: (116,128,121)

Color info

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

RGB color model

#748079 color RGB value is (116,128,121).

  • red value is 116;
  • green value is 128;
  • blue value is 121.
RGB:
(116,128,121)
(45%,50%,47%)

RGB channels and saturation

R 116 of 255 = 45%
G 128 of 255 = 50%
B 121 of 255 = 47%

116
128
121

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

Portions of RGB colors in percentages

R + G + B =
116 + 128 + 121 = 365 (100%)
R 116 of 365 ~ 31.78%
G 128 of 365 ~ 35.07%
B 121 of 365 ~ 33.15%

%31.78
%35.07
%33.15

CMYK color model

#748079 color CMYK value is (9,0,5,50).

  • cyan value is 9.38%
  • magenta value is 0.00%
  • yellow value is 5.47%
  • key color value is 49.80%
CMYK:
(9,0,5,50)
C9M0Y5K50 
(9%,0%,5%,50%)
(0.09/0.00/0.05/0.50)	

CMYK percentages

%9.38
%0
%5.47
%49.8

Codes

Color #748079 in popluar color models

748079
RGB116128121
HSL145°4.92%47.84%
HSB/HSV145°9.38%50.20%
CMYK9.38%0.00%5.47%
49.80%

Color #748079 in popluar number systems.

HEX748079
Decimal116128121
Binary1110100100000001111001
Octal164200171

Shades and tints

Shades of #748079

#748079
(116,128,121)
#6A756E
(106,117,110)
#606A63
(96,106,99)
#565F58
(86,95,88)
#4C544D
(76,84,77)
#424942
(66,73,66)
#383E37
(56,62,55)
#2E332C
(46,51,44)
#242821
(36,40,33)
#1A1D16
(26,29,22)
#10120B
(16,18,11)
#000000
(0,0,0)

Tints of #748079

#748079
(116,128,121)
#808B85
(128,139,133)
#8C9691
(140,150,145)
#98A19D
(152,161,157)
#A4ACA9
(164,172,169)
#B0B7B5
(176,183,181)
#BCC2C1
(188,194,193)
#C8CDCD
(200,205,205)
#D4D8D9
(212,216,217)
#E0E3E5
(224,227,229)
#ECEEF1
(236,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #748079 color. Also use rgb(116,128,121) instead hex code.

Text Font Color

.myTextColor { color: #748079; }

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

This text font color is #748079.


Background Color

.myBgColor { background-color: #748079; }

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

This div background color is #748079.


Border color

.myBorderColor { border: 1px solid #748079; }

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

This div border color is #748079.


Opacity

.myOpacity80 { color: #748079; opacity: 0.8; }

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

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

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

This text has shadow with #748079 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #748079 on black background.


Color preview on white background

This text has color #748079 on white background.



Black color preview on #748079 background

This text has black color on #748079 background.


White color preview on #748079 background

This text has white color on #748079 background.