COLOR #74927B

HEX: #74927B RGB: (116,146,123)

Color info

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

RGB color model

#74927B color RGB value is (116,146,123).

RGB: (116,146,123) (45%, 57%, 48%)

RGB channels and saturation

R 116 of 255 = 45%
G 146 of 255 = 57%
B 123 of 255 = 48%

116
146
123

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

Portions of RGB colors in percentages

R + G + B = 116 + 146 + 123 = 385 (100%)
R 116 of 385 ~ 30.13%
G 146 of 385 ~ 37.92%
B 123 of 385 ~ 31.95'%

%30.13
%37.92
%31.95

CMYK color model

#74927B color CMYK value is (21,0,16,43).

  • cyan value is 20.55%
  • magenta value is 0.00%
  • yellow value is 15.75%
  • key color value is 42.75%

CMYK: (21,0,16,43)
C21M0Y16K43 (21%, 0%, 16%, 43%)
(0.21 / 0.00 / 0.16 / 0.43)

CMYK percentages

%20.55
%0
%15.75
%42.75

Codes

Color #74927B in popluar color models

74 92 7B
RGB 116 146 123
HSL 134° 12.10% 51.37%
HSB/HSV 134° 20.55% 57.25%
CMYK 20.55% 0.00% 15.75%
42.75%

Color #74927B in popluar number systems.

HEX 74 92 7B
Decimal 116 146 123
Binary 1110100 10010010 1111011
Octal 164 222 173

Shades and tints

Shades of #74927B

#74927B
(116,146,123)
#6A8570
(106,133,112)
#607865
(96,120,101)
#566B5A
(86,107,90)
#4C5E4F
(76,94,79)
#425144
(66,81,68)
#384439
(56,68,57)
#2E372E
(46,55,46)
#242A23
(36,42,35)
#1A1D18
(26,29,24)
#10100D
(16,16,13)
#000000
(0,0,0)

Tints of #74927B

#74927B
(116,146,123)
#809B87
(128,155,135)
#8CA493
(140,164,147)
#98AD9F
(152,173,159)
#A4B6AB
(164,182,171)
#B0BFB7
(176,191,183)
#BCC8C3
(188,200,195)
#C8D1CF
(200,209,207)
#D4DADB
(212,218,219)
#E0E3E7
(224,227,231)
#ECECF3
(236,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74927B color. Also use rgb(116,146,123) instead hex code.

Text Font Color

.myTextColor { color: #74927B; }

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

This text font color is #74927B.

Background Color

.myBgColor { background-color: #74927B; }

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

This div background color is #74927B.

Border color

.myBorderColor { border: 1px solid #74927B; }

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

This div border color is #74927B.

Opacity

.myOpacity80 { color: #74927B; opacity: 0.8; }

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

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

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

This text has shadow with #74927B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #74927B.

Preview

Color preview on black background

This text has color #74927B on black background.


Color preview on white background

This text has color #74927B on white background.


Black color preview on #74927B background

This text has black color on #74927B background.


White color preview on #74927B background

This text has white color on #74927B background.


Related colors

Complementary color

Complementary color for #hex is #8B6D84.


I love getcolorcode.com

Triadic colors

1 #7B7492 and #927B74 with #74927B are triadic colors.

2 #7B9274 and #92747B with #74927B are triadic colors.