COLOR #748076

HEX: #748076
RGB: (116,128,118)

Color info

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

RGB color model

#748076 color RGB value is (116,128,118).

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

RGB channels and saturation

R 116 of 255 = 45%
G 128 of 255 = 50%
B 118 of 255 = 46%

116
128
118

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

Portions of RGB colors in percentages

R + G + B =
116 + 128 + 118 = 362 (100%)
R 116 of 362 ~ 32.04%
G 128 of 362 ~ 35.36%
B 118 of 362 ~ 32.6%

%32.04
%35.36
%32.6

CMYK color model

#748076 color CMYK value is (9,0,8,50).

  • cyan value is 9.38%
  • magenta value is 0.00%
  • yellow value is 7.81%
  • key color value is 49.80%
CMYK:
(9,0,8,50)
C9M0Y8K50 
(9%,0%,8%,50%)
(0.09/0.00/0.08/0.50)	

CMYK percentages

%9.38
%0
%7.81
%49.8

Codes

Color #748076 in popluar color models

748076
RGB116128118
HSL130°4.92%47.84%
HSB/HSV130°9.38%50.20%
CMYK9.38%0.00%7.81%
49.80%

Color #748076 in popluar number systems.

HEX748076
Decimal116128118
Binary1110100100000001110110
Octal164200166

Shades and tints

Shades of #748076

#748076
(116,128,118)
#6A756C
(106,117,108)
#606A62
(96,106,98)
#565F58
(86,95,88)
#4C544E
(76,84,78)
#424944
(66,73,68)
#383E3A
(56,62,58)
#2E3330
(46,51,48)
#242826
(36,40,38)
#1A1D1C
(26,29,28)
#101212
(16,18,18)
#000000
(0,0,0)

Tints of #748076

#748076
(116,128,118)
#808B82
(128,139,130)
#8C968E
(140,150,142)
#98A19A
(152,161,154)
#A4ACA6
(164,172,166)
#B0B7B2
(176,183,178)
#BCC2BE
(188,194,190)
#C8CDCA
(200,205,202)
#D4D8D6
(212,216,214)
#E0E3E2
(224,227,226)
#ECEEEE
(236,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #748076; }

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

This text font color is #748076.


Background Color

.myBgColor { background-color: #748076; }

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

This div background color is #748076.


Border color

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

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

This div border color is #748076.


Opacity

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

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

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

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

This text has shadow with #748076 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #748076 on black background.


Color preview on white background

This text has color #748076 on white background.



Black color preview on #748076 background

This text has black color on #748076 background.


White color preview on #748076 background

This text has white color on #748076 background.