COLOR #74771A

HEX: #74771A
RGB: (116,119,26)

Color info

#74771A contains mainly red and green colors. Web safe color of #74771A is #666600 (or #660).

RGB color model

#74771A color RGB value is (116,119,26).

  • red value is 116;
  • green value is 119;
  • blue value is 26.
RGB:
(116,119,26)
(45%,47%,10%)

RGB channels and saturation

R 116 of 255 = 45%
G 119 of 255 = 47%
B 26 of 255 = 10%

116
119
26

R + G + B ~ 34%. #74771A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
116 + 119 + 26 = 261 (100%)
R 116 of 261 ~ 44.44%
G 119 of 261 ~ 45.59%
B 26 of 261 ~ 9.96%

%44.44
%45.59
%9.96

CMYK color model

#74771A color CMYK value is (3,0,78,53).

  • cyan value is 2.52%
  • magenta value is 0.00%
  • yellow value is 78.15%
  • key color value is 53.33%
CMYK:
(3,0,78,53)
C3M0Y78K53 
(3%,0%,78%,53%)
(0.03/0.00/0.78/0.53)	

CMYK percentages

%2.52
%0
%78.15
%53.33

Codes

Color #74771A in popluar color models

74771A
RGB11611926
HSL62°64.14%28.43%
HSB/HSV62°78.15%46.67%
CMYK2.52%0.00%78.15%
53.33%

Color #74771A in popluar number systems.

HEX74771A
Decimal11611926
Binary1110100111011111010
Octal16416732

Shades and tints

Shades of #74771A

#74771A
(116,119,26)
#6A6D18
(106,109,24)
#606316
(96,99,22)
#565914
(86,89,20)
#4C4F12
(76,79,18)
#424510
(66,69,16)
#383B0E
(56,59,14)
#2E310C
(46,49,12)
#24270A
(36,39,10)
#1A1D08
(26,29,8)
#101306
(16,19,6)
#000000
(0,0,0)

Tints of #74771A

#74771A
(116,119,26)
#80832E
(128,131,46)
#8C8F42
(140,143,66)
#989B56
(152,155,86)
#A4A76A
(164,167,106)
#B0B37E
(176,179,126)
#BCBF92
(188,191,146)
#C8CBA6
(200,203,166)
#D4D7BA
(212,215,186)
#E0E3CE
(224,227,206)
#ECEFE2
(236,239,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74771A color. Also use rgb(116,119,26) instead hex code.

Text Font Color

.myTextColor { color: #74771A; }

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

This text font color is #74771A.


Background Color

.myBgColor { background-color: #74771A; }

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

This div background color is #74771A.


Border color

.myBorderColor { border: 1px solid #74771A; }

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

This div border color is #74771A.


Opacity

.myOpacity80 { color: #74771A; opacity: 0.8; }

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

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

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

This text has shadow with #74771A color.

.textShadow {text-shadow: 3px 3px 1px #74771A, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74771A on black background.


Color preview on white background

This text has color #74771A on white background.



Black color preview on #74771A background

This text has black color on #74771A background.


White color preview on #74771A background

This text has white color on #74771A background.