COLOR #748C7A

HEX: #748C7A
RGB: (116,140,122)

Color info

#748C7A contains red, green and blue colors in about the same proportion. Web safe color of #748C7A is #669966 (or #696).

RGB color model

#748C7A color RGB value is (116,140,122).

  • red value is 116;
  • green value is 140;
  • blue value is 122.
RGB:
(116,140,122)
(45%,55%,48%)

RGB channels and saturation

R 116 of 255 = 45%
G 140 of 255 = 55%
B 122 of 255 = 48%

116
140
122

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

Portions of RGB colors in percentages

R + G + B =
116 + 140 + 122 = 378 (100%)
R 116 of 378 ~ 30.69%
G 140 of 378 ~ 37.04%
B 122 of 378 ~ 32.28%

%30.69
%37.04
%32.28

CMYK color model

#748C7A color CMYK value is (17,0,13,45).

  • cyan value is 17.14%
  • magenta value is 0.00%
  • yellow value is 12.86%
  • key color value is 45.10%
CMYK:
(17,0,13,45)
C17M0Y13K45 
(17%,0%,13%,45%)
(0.17/0.00/0.13/0.45)	

CMYK percentages

%17.14
%0
%12.86
%45.1

Codes

Color #748C7A in popluar color models

748C7A
RGB116140122
HSL135°9.45%50.20%
HSB/HSV135°17.14%54.90%
CMYK17.14%0.00%12.86%
45.10%

Color #748C7A in popluar number systems.

HEX748C7A
Decimal116140122
Binary1110100100011001111010
Octal164214172

Shades and tints

Shades of #748C7A

#748C7A
(116,140,122)
#6A806F
(106,128,111)
#607464
(96,116,100)
#566859
(86,104,89)
#4C5C4E
(76,92,78)
#425043
(66,80,67)
#384438
(56,68,56)
#2E382D
(46,56,45)
#242C22
(36,44,34)
#1A2017
(26,32,23)
#10140C
(16,20,12)
#000000
(0,0,0)

Tints of #748C7A

#748C7A
(116,140,122)
#809686
(128,150,134)
#8CA092
(140,160,146)
#98AA9E
(152,170,158)
#A4B4AA
(164,180,170)
#B0BEB6
(176,190,182)
#BCC8C2
(188,200,194)
#C8D2CE
(200,210,206)
#D4DCDA
(212,220,218)
#E0E6E6
(224,230,230)
#ECF0F2
(236,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #748C7A color. Also use rgb(116,140,122) instead hex code.

Text Font Color

.myTextColor { color: #748C7A; }

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

This text font color is #748C7A.


Background Color

.myBgColor { background-color: #748C7A; }

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

This div background color is #748C7A.


Border color

.myBorderColor { border: 1px solid #748C7A; }

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

This div border color is #748C7A.


Opacity

.myOpacity80 { color: #748C7A; opacity: 0.8; }

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

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

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

This text has shadow with #748C7A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #748C7A on black background.


Color preview on white background

This text has color #748C7A on white background.



Black color preview on #748C7A background

This text has black color on #748C7A background.


White color preview on #748C7A background

This text has white color on #748C7A background.