COLOR #777C35

HEX: #777C35 RGB: (119,124,53)

Color info

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

RGB color model

#777C35 color RGB value is (119,124,53).

RGB: (119,124,53) (47%, 49%, 21%)

RGB channels and saturation

R 119 of 255 = 47%
G 124 of 255 = 49%
B 53 of 255 = 21%

119
124
53

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

Portions of RGB colors in percentages

R + G + B = 119 + 124 + 53 = 296 (100%)
R 119 of 296 ~ 40.2%
G 124 of 296 ~ 41.89%
B 53 of 296 ~ 17.91'%

%40.2
%41.89
%17.91

CMYK color model

#777C35 color CMYK value is (4,0,57,51).

  • cyan value is 4.03%
  • magenta value is 0.00%
  • yellow value is 57.26%
  • key color value is 51.37%

CMYK: (4,0,57,51)
C4M0Y57K51 (4%, 0%, 57%, 51%)
(0.04 / 0.00 / 0.57 / 0.51)

CMYK percentages

%4.03
%0
%57.26
%51.37

Codes

Color #777C35 in popluar color models

77 7C 35
RGB 119 124 53
HSL 64° 40.11% 34.71%
HSB/HSV 64° 57.26% 48.63%
CMYK 4.03% 0.00% 57.26%
51.37%

Color #777C35 in popluar number systems.

HEX 77 7C 35
Decimal 119 124 53
Binary 1110111 1111100 110101
Octal 167 174 65

Shades and tints

Shades of #777C35

#777C35
(119,124,53)
#6D7131
(109,113,49)
#63662D
(99,102,45)
#595B29
(89,91,41)
#4F5025
(79,80,37)
#454521
(69,69,33)
#3B3A1D
(59,58,29)
#312F19
(49,47,25)
#272415
(39,36,21)
#1D1911
(29,25,17)
#130E0D
(19,14,13)
#000000
(0,0,0)

Tints of #777C35

#777C35
(119,124,53)
#838747
(131,135,71)
#8F9259
(143,146,89)
#9B9D6B
(155,157,107)
#A7A87D
(167,168,125)
#B3B38F
(179,179,143)
#BFBEA1
(191,190,161)
#CBC9B3
(203,201,179)
#D7D4C5
(215,212,197)
#E3DFD7
(227,223,215)
#EFEAE9
(239,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #777C35 color. Also use rgb(119,124,53) instead hex code.

Text Font Color

.myTextColor { color: #777C35; }

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

This text font color is #777C35.

Background Color

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

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

This div background color is #777C35.

Border color

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

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

This div border color is #777C35.

Opacity

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

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

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

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

This text has shadow with #777C35 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #777C35.

Preview

Color preview on black background

This text has color #777C35 on black background.


Color preview on white background

This text has color #777C35 on white background.


Black color preview on #777C35 background

This text has black color on #777C35 background.


White color preview on #777C35 background

This text has white color on #777C35 background.


Related colors

Complementary color

Complementary color for #hex is #8883CA.


I love getcolorcode.com

Triadic colors

1 #35777C and #7C3577 with #777C35 are triadic colors.

2 #357C77 and #7C7735 with #777C35 are triadic colors.