COLOR #777A38

HEX: #777A38 RGB: (119,122,56)

Color info

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

RGB color model

#777A38 color RGB value is (119,122,56).

RGB: (119,122,56) (47%, 48%, 22%)

RGB channels and saturation

R 119 of 255 = 47%
G 122 of 255 = 48%
B 56 of 255 = 22%

119
122
56

R + G + B ~ 39%. #777A38 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 119 + 122 + 56 = 297 (100%)
R 119 of 297 ~ 40.07%
G 122 of 297 ~ 41.08%
B 56 of 297 ~ 18.86'%

%40.07
%41.08
%18.86

CMYK color model

#777A38 color CMYK value is (2,0,54,52).

  • cyan value is 2.46%
  • magenta value is 0.00%
  • yellow value is 54.10%
  • key color value is 52.16%

CMYK: (2,0,54,52)
C2M0Y54K52 (2%, 0%, 54%, 52%)
(0.02 / 0.00 / 0.54 / 0.52)

CMYK percentages

%2.46
%0
%54.1
%52.16

Codes

Color #777A38 in popluar color models

77 7A 38
RGB 119 122 56
HSL 63° 37.08% 34.90%
HSB/HSV 63° 54.10% 47.84%
CMYK 2.46% 0.00% 54.10%
52.16%

Color #777A38 in popluar number systems.

HEX 77 7A 38
Decimal 119 122 56
Binary 1110111 1111010 111000
Octal 167 172 70

Shades and tints

Shades of #777A38

#777A38
(119,122,56)
#6D6F33
(109,111,51)
#63642E
(99,100,46)
#595929
(89,89,41)
#4F4E24
(79,78,36)
#45431F
(69,67,31)
#3B381A
(59,56,26)
#312D15
(49,45,21)
#272210
(39,34,16)
#1D170B
(29,23,11)
#130C06
(19,12,6)
#000000
(0,0,0)

Tints of #777A38

#777A38
(119,122,56)
#83864A
(131,134,74)
#8F925C
(143,146,92)
#9B9E6E
(155,158,110)
#A7AA80
(167,170,128)
#B3B692
(179,182,146)
#BFC2A4
(191,194,164)
#CBCEB6
(203,206,182)
#D7DAC8
(215,218,200)
#E3E6DA
(227,230,218)
#EFF2EC
(239,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #777A38; }

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

This text font color is #777A38.

Background Color

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

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

This div background color is #777A38.

Border color

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

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

This div border color is #777A38.

Opacity

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

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

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

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

This text has shadow with #777A38 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #777A38.

Preview

Color preview on black background

This text has color #777A38 on black background.


Color preview on white background

This text has color #777A38 on white background.


Black color preview on #777A38 background

This text has black color on #777A38 background.


White color preview on #777A38 background

This text has white color on #777A38 background.


Related colors

Complementary color

Complementary color for #hex is #8885C7.


I love getcolorcode.com

Triadic colors

1 #38777A and #7A3877 with #777A38 are triadic colors.

2 #387A77 and #7A7738 with #777A38 are triadic colors.