COLOR #777065

HEX: #777065 RGB: (119,112,101)

Color info

#777065 contains red, green and blue colors in about the same proportion. Web safe color of #777065 is #666666 (or #666).

RGB color model

#777065 color RGB value is (119,112,101).

RGB: (119,112,101) (47%, 44%, 40%)

RGB channels and saturation

R 119 of 255 = 47%
G 112 of 255 = 44%
B 101 of 255 = 40%

119
112
101

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

Portions of RGB colors in percentages

R + G + B = 119 + 112 + 101 = 332 (100%)
R 119 of 332 ~ 35.84%
G 112 of 332 ~ 33.73%
B 101 of 332 ~ 30.42'%

%35.84
%33.73
%30.42

CMYK color model

#777065 color CMYK value is (0,6,15,53).

  • cyan value is 0.00%
  • magenta value is 5.88%
  • yellow value is 15.13%
  • key color value is 53.33%

CMYK: (0,6,15,53)
C0M6Y15K53 (0%, 6%, 15%, 53%)
(0.00 / 0.06 / 0.15 / 0.53)

CMYK percentages

%0
%5.88
%15.13
%53.33

Codes

Color #777065 in popluar color models

77 70 65
RGB 119 112 101
HSL 37° 8.18% 43.14%
HSB/HSV 37° 15.13% 46.67%
CMYK 0.00% 5.88% 15.13%
53.33%

Color #777065 in popluar number systems.

HEX 77 70 65
Decimal 119 112 101
Binary 1110111 1110000 1100101
Octal 167 160 145

Shades and tints

Shades of #777065

#777065
(119,112,101)
#6D665C
(109,102,92)
#635C53
(99,92,83)
#59524A
(89,82,74)
#4F4841
(79,72,65)
#453E38
(69,62,56)
#3B342F
(59,52,47)
#312A26
(49,42,38)
#27201D
(39,32,29)
#1D1614
(29,22,20)
#130C0B
(19,12,11)
#000000
(0,0,0)

Tints of #777065

#777065
(119,112,101)
#837D73
(131,125,115)
#8F8A81
(143,138,129)
#9B978F
(155,151,143)
#A7A49D
(167,164,157)
#B3B1AB
(179,177,171)
#BFBEB9
(191,190,185)
#CBCBC7
(203,203,199)
#D7D8D5
(215,216,213)
#E3E5E3
(227,229,227)
#EFF2F1
(239,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #777065 color. Also use rgb(119,112,101) instead hex code.

Text Font Color

.myTextColor { color: #777065; }

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

This text font color is #777065.

Background Color

.myBgColor { background-color: #777065; }

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

This div background color is #777065.

Border color

.myBorderColor { border: 1px solid #777065; }

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

This div border color is #777065.

Opacity

.myOpacity80 { color: #777065; opacity: 0.8; }

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

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

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

This text has shadow with #777065 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #777065.

Preview

Color preview on black background

This text has color #777065 on black background.


Color preview on white background

This text has color #777065 on white background.


Black color preview on #777065 background

This text has black color on #777065 background.


White color preview on #777065 background

This text has white color on #777065 background.


Related colors

Complementary color

Complementary color for #hex is #888F9A.


I love getcolorcode.com

Triadic colors

1 #657770 and #706577 with #777065 are triadic colors.

2 #657077 and #707765 with #777065 are triadic colors.