COLOR #777A26

HEX: #777A26
RGB: (119,122,38)

Color info

#777A26 contains mainly red and green colors. Web safe color of #777A26 is #666633 (or #663).

RGB color model

#777A26 color RGB value is (119,122,38).

  • red value is 119;
  • green value is 122;
  • blue value is 38.
RGB:
(119,122,38)
(47%,48%,15%)

RGB channels and saturation

R 119 of 255 = 47%
G 122 of 255 = 48%
B 38 of 255 = 15%

119
122
38

R + G + B ~ 37%. #777A26 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
119 + 122 + 38 = 279 (100%)
R 119 of 279 ~ 42.65%
G 122 of 279 ~ 43.73%
B 38 of 279 ~ 13.62%

%42.65
%43.73
%13.62

CMYK color model

#777A26 color CMYK value is (2,0,69,52).

  • cyan value is 2.46%
  • magenta value is 0.00%
  • yellow value is 68.85%
  • key color value is 52.16%
CMYK:
(2,0,69,52)
C2M0Y69K52 
(2%,0%,69%,52%)
(0.02/0.00/0.69/0.52)	

CMYK percentages

%2.46
%0
%68.85
%52.16

Codes

Color #777A26 in popluar color models

777A26
RGB11912238
HSL62°52.50%31.37%
HSB/HSV62°68.85%47.84%
CMYK2.46%0.00%68.85%
52.16%

Color #777A26 in popluar number systems.

HEX777A26
Decimal11912238
Binary11101111111010100110
Octal16717246

Shades and tints

Shades of #777A26

#777A26
(119,122,38)
#6D6F23
(109,111,35)
#636420
(99,100,32)
#59591D
(89,89,29)
#4F4E1A
(79,78,26)
#454317
(69,67,23)
#3B3814
(59,56,20)
#312D11
(49,45,17)
#27220E
(39,34,14)
#1D170B
(29,23,11)
#130C08
(19,12,8)
#000000
(0,0,0)

Tints of #777A26

#777A26
(119,122,38)
#838639
(131,134,57)
#8F924C
(143,146,76)
#9B9E5F
(155,158,95)
#A7AA72
(167,170,114)
#B3B685
(179,182,133)
#BFC298
(191,194,152)
#CBCEAB
(203,206,171)
#D7DABE
(215,218,190)
#E3E6D1
(227,230,209)
#EFF2E4
(239,242,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #777A26 color. Also use rgb(119,122,38) instead hex code.

Text Font Color

.myTextColor { color: #777A26; }

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

This text font color is #777A26.


Background Color

.myBgColor { background-color: #777A26; }

<div style="background-color:#777A26">Inner text</div>

This div background color is #777A26.


Border color

.myBorderColor { border: 1px solid #777A26; }

<div style="border:3px solid #777A26">Div</div>

This div border color is #777A26.


Opacity

.myOpacity80 { color: #777A26; opacity: 0.8; }

<p style="color:#777A26;opacity:0.8;">80%</p>

Text with #777A26 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 #777A26;}

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

This text has shadow with #777A26 color.

.textShadow {text-shadow: 3px 3px 1px #777A26, 3px 3px 1px red;}

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

This text has shadow with #777A26 primary color and red secondary color.


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

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

This text has shadow with #777A26 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #777A26 on black background.


Color preview on white background

This text has color #777A26 on white background.



Black color preview on #777A26 background

This text has black color on #777A26 background.


White color preview on #777A26 background

This text has white color on #777A26 background.