COLOR #74A78B

HEX: #74A78B RGB: (116,167,139)

Color info

#74A78B contains red, green and blue colors in about the same proportion. Web safe color of #74A78B is #669999 (or #699).

RGB color model

#74A78B color RGB value is (116,167,139).

RGB: (116,167,139) (45%, 65%, 55%)

RGB channels and saturation

R 116 of 255 = 45%
G 167 of 255 = 65%
B 139 of 255 = 55%

116
167
139

R + G + B ~ 55%. #74A78B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 116 + 167 + 139 = 422 (100%)
R 116 of 422 ~ 27.49%
G 167 of 422 ~ 39.57%
B 139 of 422 ~ 32.94'%

%27.49
%39.57
%32.94

CMYK color model

#74A78B color CMYK value is (31,0,17,35).

  • cyan value is 30.54%
  • magenta value is 0.00%
  • yellow value is 16.77%
  • key color value is 34.51%

CMYK: (31,0,17,35)
C31M0Y17K35 (31%, 0%, 17%, 35%)
(0.31 / 0.00 / 0.17 / 0.35)

CMYK percentages

%30.54
%0
%16.77
%34.51

Codes

Color #74A78B in popluar color models

74 A7 8B
RGB 116 167 139
HSL 147° 22.47% 55.49%
HSB/HSV 147° 30.54% 65.49%
CMYK 30.54% 0.00% 16.77%
34.51%

Color #74A78B in popluar number systems.

HEX 74 A7 8B
Decimal 116 167 139
Binary 1110100 10100111 10001011
Octal 164 247 213

Shades and tints

Shades of #74A78B

#74A78B
(116,167,139)
#6A987F
(106,152,127)
#608973
(96,137,115)
#567A67
(86,122,103)
#4C6B5B
(76,107,91)
#425C4F
(66,92,79)
#384D43
(56,77,67)
#2E3E37
(46,62,55)
#242F2B
(36,47,43)
#1A201F
(26,32,31)
#101113
(16,17,19)
#000000
(0,0,0)

Tints of #74A78B

#74A78B
(116,167,139)
#80AF95
(128,175,149)
#8CB79F
(140,183,159)
#98BFA9
(152,191,169)
#A4C7B3
(164,199,179)
#B0CFBD
(176,207,189)
#BCD7C7
(188,215,199)
#C8DFD1
(200,223,209)
#D4E7DB
(212,231,219)
#E0EFE5
(224,239,229)
#ECF7EF
(236,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74A78B color. Also use rgb(116,167,139) instead hex code.

Text Font Color

.myTextColor { color: #74A78B; }

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

This text font color is #74A78B.

Background Color

.myBgColor { background-color: #74A78B; }

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

This div background color is #74A78B.

Border color

.myBorderColor { border: 1px solid #74A78B; }

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

This div border color is #74A78B.

Opacity

.myOpacity80 { color: #74A78B; opacity: 0.8; }

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

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

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

This text has shadow with #74A78B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #74A78B.

Preview

Color preview on black background

This text has color #74A78B on black background.


Color preview on white background

This text has color #74A78B on white background.


Black color preview on #74A78B background

This text has black color on #74A78B background.


White color preview on #74A78B background

This text has white color on #74A78B background.


Related colors

Complementary color

Complementary color for #hex is #8B5874.


I love getcolorcode.com

Triadic colors

1 #8B74A7 and #A78B74 with #74A78B are triadic colors.

2 #8BA774 and #A7748B with #74A78B are triadic colors.