COLOR #748080

HEX: #748080 RGB: (116,128,128)

Color info

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

RGB color model

#748080 color RGB value is (116,128,128).

RGB: (116,128,128) (45%, 50%, 50%)

RGB channels and saturation

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

116
128
128

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

Portions of RGB colors in percentages

R + G + B = 116 + 128 + 128 = 372 (100%)
R 116 of 372 ~ 31.18%
G 128 of 372 ~ 34.41%
B 128 of 372 ~ 34.41'%

%31.18
%34.41
%34.41

CMYK color model

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

  • cyan value is 9.38%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 49.80%

CMYK: (9,0,0,50)
C9M0Y0K50 (9%, 0%, 0%, 50%)
(0.09 / 0.00 / 0.00 / 0.50)

CMYK percentages

%9.38
%0
%0
%49.8

Codes

Color #748080 in popluar color models

74 80 80
RGB 116 128 128
HSL 180° 4.92% 47.84%
HSB/HSV 180° 9.38% 50.20%
CMYK 9.38% 0.00% 0.00%
49.80%

Color #748080 in popluar number systems.

HEX 74 80 80
Decimal 116 128 128
Binary 1110100 10000000 10000000
Octal 164 200 200

Shades and tints

Shades of #748080

#748080
(116,128,128)
#6A7575
(106,117,117)
#606A6A
(96,106,106)
#565F5F
(86,95,95)
#4C5454
(76,84,84)
#424949
(66,73,73)
#383E3E
(56,62,62)
#2E3333
(46,51,51)
#242828
(36,40,40)
#1A1D1D
(26,29,29)
#101212
(16,18,18)
#000000
(0,0,0)

Tints of #748080

#748080
(116,128,128)
#808B8B
(128,139,139)
#8C9696
(140,150,150)
#98A1A1
(152,161,161)
#A4ACAC
(164,172,172)
#B0B7B7
(176,183,183)
#BCC2C2
(188,194,194)
#C8CDCD
(200,205,205)
#D4D8D8
(212,216,216)
#E0E3E3
(224,227,227)
#ECEEEE
(236,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #748080; }

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

This text font color is #748080.

Background Color

.myBgColor { background-color: #748080; }

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

This div background color is #748080.

Border color

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

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

This div border color is #748080.

Opacity

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

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

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

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

This text has shadow with #748080 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #748080.

Preview

Color preview on black background

This text has color #748080 on black background.


Color preview on white background

This text has color #748080 on white background.


Black color preview on #748080 background

This text has black color on #748080 background.


White color preview on #748080 background

This text has white color on #748080 background.


Related colors

Complementary color

Complementary color for #hex is #8B7F7F.


I love getcolorcode.com