COLOR #748A78

HEX: #748A78 RGB: (116,138,120)

Color info

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

RGB color model

#748A78 color RGB value is (116,138,120).

RGB: (116,138,120) (45%, 54%, 47%)

RGB channels and saturation

R 116 of 255 = 45%
G 138 of 255 = 54%
B 120 of 255 = 47%

116
138
120

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

Portions of RGB colors in percentages

R + G + B = 116 + 138 + 120 = 374 (100%)
R 116 of 374 ~ 31.02%
G 138 of 374 ~ 36.9%
B 120 of 374 ~ 32.09'%

%31.02
%36.9
%32.09

CMYK color model

#748A78 color CMYK value is (16,0,13,46).

  • cyan value is 15.94%
  • magenta value is 0.00%
  • yellow value is 13.04%
  • key color value is 45.88%

CMYK: (16,0,13,46)
C16M0Y13K46 (16%, 0%, 13%, 46%)
(0.16 / 0.00 / 0.13 / 0.46)

CMYK percentages

%15.94
%0
%13.04
%45.88

Codes

Color #748A78 in popluar color models

74 8A 78
RGB 116 138 120
HSL 131° 8.66% 49.80%
HSB/HSV 131° 15.94% 54.12%
CMYK 15.94% 0.00% 13.04%
45.88%

Color #748A78 in popluar number systems.

HEX 74 8A 78
Decimal 116 138 120
Binary 1110100 10001010 1111000
Octal 164 212 170

Shades and tints

Shades of #748A78

#748A78
(116,138,120)
#6A7E6E
(106,126,110)
#607264
(96,114,100)
#56665A
(86,102,90)
#4C5A50
(76,90,80)
#424E46
(66,78,70)
#38423C
(56,66,60)
#2E3632
(46,54,50)
#242A28
(36,42,40)
#1A1E1E
(26,30,30)
#101214
(16,18,20)
#000000
(0,0,0)

Tints of #748A78

#748A78
(116,138,120)
#809484
(128,148,132)
#8C9E90
(140,158,144)
#98A89C
(152,168,156)
#A4B2A8
(164,178,168)
#B0BCB4
(176,188,180)
#BCC6C0
(188,198,192)
#C8D0CC
(200,208,204)
#D4DAD8
(212,218,216)
#E0E4E4
(224,228,228)
#ECEEF0
(236,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #748A78 color. Also use rgb(116,138,120) instead hex code.

Text Font Color

.myTextColor { color: #748A78; }

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

This text font color is #748A78.

Background Color

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

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

This div background color is #748A78.

Border color

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

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

This div border color is #748A78.

Opacity

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

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

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

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

This text has shadow with #748A78 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #748A78.

Preview

Color preview on black background

This text has color #748A78 on black background.


Color preview on white background

This text has color #748A78 on white background.


Black color preview on #748A78 background

This text has black color on #748A78 background.


White color preview on #748A78 background

This text has white color on #748A78 background.


Related colors

Complementary color

Complementary color for #hex is #8B7587.


I love getcolorcode.com

Triadic colors

1 #78748A and #8A7874 with #748A78 are triadic colors.

2 #788A74 and #8A7478 with #748A78 are triadic colors.