COLOR #748081

HEX: #748081 RGB: (116,128,129)

Color info

#748081 contains red, green and blue colors in about the same proportion. Web safe color of #748081 is #666699 (or #669).

RGB color model

#748081 color RGB value is (116,128,129).

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

RGB channels and saturation

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

116
128
129

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

Portions of RGB colors in percentages

R + G + B = 116 + 128 + 129 = 373 (100%)
R 116 of 373 ~ 31.1%
G 128 of 373 ~ 34.32%
B 129 of 373 ~ 34.58'%

%31.1
%34.32
%34.58

CMYK color model

#748081 color CMYK value is (10,1,0,49).

  • cyan value is 10.08%
  • magenta value is 0.78%
  • yellow value is 0.00%
  • key color value is 49.41%

CMYK: (10,1,0,49)
C10M1Y0K49 (10%, 1%, 0%, 49%)
(0.10 / 0.01 / 0.00 / 0.49)

CMYK percentages

%10.08
%0.78
%0
%49.41

Codes

Color #748081 in popluar color models

74 80 81
RGB 116 128 129
HSL 185° 5.31% 48.04%
HSB/HSV 185° 10.08% 50.59%
CMYK 10.08% 0.78% 0.00%
49.41%

Color #748081 in popluar number systems.

HEX 74 80 81
Decimal 116 128 129
Binary 1110100 10000000 10000001
Octal 164 200 201

Shades and tints

Shades of #748081

#748081
(116,128,129)
#6A7576
(106,117,118)
#606A6B
(96,106,107)
#565F60
(86,95,96)
#4C5455
(76,84,85)
#42494A
(66,73,74)
#383E3F
(56,62,63)
#2E3334
(46,51,52)
#242829
(36,40,41)
#1A1D1E
(26,29,30)
#101213
(16,18,19)
#000000
(0,0,0)

Tints of #748081

#748081
(116,128,129)
#808B8C
(128,139,140)
#8C9697
(140,150,151)
#98A1A2
(152,161,162)
#A4ACAD
(164,172,173)
#B0B7B8
(176,183,184)
#BCC2C3
(188,194,195)
#C8CDCE
(200,205,206)
#D4D8D9
(212,216,217)
#E0E3E4
(224,227,228)
#ECEEEF
(236,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #748081; }

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

This text font color is #748081.

Background Color

.myBgColor { background-color: #748081; }

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

This div background color is #748081.

Border color

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

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

This div border color is #748081.

Opacity

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

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

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

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

This text has shadow with #748081 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #748081.

Preview

Color preview on black background

This text has color #748081 on black background.


Color preview on white background

This text has color #748081 on white background.


Black color preview on #748081 background

This text has black color on #748081 background.


White color preview on #748081 background

This text has white color on #748081 background.


Related colors

Complementary color

Complementary color for #hex is #8B7F7E.


I love getcolorcode.com

Triadic colors

1 #817480 and #808174 with #748081 are triadic colors.

2 #818074 and #807481 with #748081 are triadic colors.