COLOR #748077

HEX: #748077
RGB: (116,128,119)

Color info

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

RGB color model

#748077 color RGB value is (116,128,119).

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

RGB channels and saturation

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

116
128
119

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

Portions of RGB colors in percentages

R + G + B =
116 + 128 + 119 = 363 (100%)
R 116 of 363 ~ 31.96%
G 128 of 363 ~ 35.26%
B 119 of 363 ~ 32.78%

%31.96
%35.26
%32.78

CMYK color model

#748077 color CMYK value is (9,0,7,50).

  • cyan value is 9.38%
  • magenta value is 0.00%
  • yellow value is 7.03%
  • key color value is 49.80%
CMYK:
(9,0,7,50)
C9M0Y7K50 
(9%,0%,7%,50%)
(0.09/0.00/0.07/0.50)	

CMYK percentages

%9.38
%0
%7.03
%49.8

Codes

Color #748077 in popluar color models

748077
RGB116128119
HSL135°4.92%47.84%
HSB/HSV135°9.38%50.20%
CMYK9.38%0.00%7.03%
49.80%

Color #748077 in popluar number systems.

HEX748077
Decimal116128119
Binary1110100100000001110111
Octal164200167

Shades and tints

Shades of #748077

#748077
(116,128,119)
#6A756D
(106,117,109)
#606A63
(96,106,99)
#565F59
(86,95,89)
#4C544F
(76,84,79)
#424945
(66,73,69)
#383E3B
(56,62,59)
#2E3331
(46,51,49)
#242827
(36,40,39)
#1A1D1D
(26,29,29)
#101213
(16,18,19)
#000000
(0,0,0)

Tints of #748077

#748077
(116,128,119)
#808B83
(128,139,131)
#8C968F
(140,150,143)
#98A19B
(152,161,155)
#A4ACA7
(164,172,167)
#B0B7B3
(176,183,179)
#BCC2BF
(188,194,191)
#C8CDCB
(200,205,203)
#D4D8D7
(212,216,215)
#E0E3E3
(224,227,227)
#ECEEEF
(236,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #748077; }

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

This text font color is #748077.


Background Color

.myBgColor { background-color: #748077; }

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

This div background color is #748077.


Border color

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

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

This div border color is #748077.


Opacity

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

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

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

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

This text has shadow with #748077 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #748077 on black background.


Color preview on white background

This text has color #748077 on white background.



Black color preview on #748077 background

This text has black color on #748077 background.


White color preview on #748077 background

This text has white color on #748077 background.