COLOR #776565

HEX: #776565 RGB: (119,101,101)

Color info

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

RGB color model

#776565 color RGB value is (119,101,101).

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

RGB channels and saturation

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

119
101
101

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

Portions of RGB colors in percentages

R + G + B = 119 + 101 + 101 = 321 (100%)
R 119 of 321 ~ 37.07%
G 101 of 321 ~ 31.46%
B 101 of 321 ~ 31.46'%

%37.07
%31.46
%31.46

CMYK color model

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

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

CMYK: (0,15,15,53)
C0M15Y15K53 (0%, 15%, 15%, 53%)
(0.00 / 0.15 / 0.15 / 0.53)

CMYK percentages

%0
%15.13
%15.13
%53.33

Codes

Color #776565 in popluar color models

77 65 65
RGB 119 101 101
HSL 8.18% 43.14%
HSB/HSV 15.13% 46.67%
CMYK 0.00% 15.13% 15.13%
53.33%

Color #776565 in popluar number systems.

HEX 77 65 65
Decimal 119 101 101
Binary 1110111 1100101 1100101
Octal 167 145 145

Shades and tints

Shades of #776565

#776565
(119,101,101)
#6D5C5C
(109,92,92)
#635353
(99,83,83)
#594A4A
(89,74,74)
#4F4141
(79,65,65)
#453838
(69,56,56)
#3B2F2F
(59,47,47)
#312626
(49,38,38)
#271D1D
(39,29,29)
#1D1414
(29,20,20)
#130B0B
(19,11,11)
#000000
(0,0,0)

Tints of #776565

#776565
(119,101,101)
#837373
(131,115,115)
#8F8181
(143,129,129)
#9B8F8F
(155,143,143)
#A79D9D
(167,157,157)
#B3ABAB
(179,171,171)
#BFB9B9
(191,185,185)
#CBC7C7
(203,199,199)
#D7D5D5
(215,213,213)
#E3E3E3
(227,227,227)
#EFF1F1
(239,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #776565; }

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

This text font color is #776565.

Background Color

.myBgColor { background-color: #776565; }

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

This div background color is #776565.

Border color

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

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

This div border color is #776565.

Opacity

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

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

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

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

This text has shadow with #776565 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #776565.

Preview

Color preview on black background

This text has color #776565 on black background.


Color preview on white background

This text has color #776565 on white background.


Black color preview on #776565 background

This text has black color on #776565 background.


White color preview on #776565 background

This text has white color on #776565 background.


Related colors

Complementary color

Complementary color for #hex is #889A9A.


I love getcolorcode.com