COLOR #77665B

HEX: #77665B RGB: (119,102,91)

Color info

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

RGB color model

#77665B color RGB value is (119,102,91).

RGB: (119,102,91) (47%, 40%, 36%)

RGB channels and saturation

R 119 of 255 = 47%
G 102 of 255 = 40%
B 91 of 255 = 36%

119
102
91

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

Portions of RGB colors in percentages

R + G + B = 119 + 102 + 91 = 312 (100%)
R 119 of 312 ~ 38.14%
G 102 of 312 ~ 32.69%
B 91 of 312 ~ 29.17'%

%38.14
%32.69
%29.17

CMYK color model

#77665B color CMYK value is (0,14,24,53).

  • cyan value is 0.00%
  • magenta value is 14.29%
  • yellow value is 23.53%
  • key color value is 53.33%

CMYK: (0,14,24,53)
C0M14Y24K53 (0%, 14%, 24%, 53%)
(0.00 / 0.14 / 0.24 / 0.53)

CMYK percentages

%0
%14.29
%23.53
%53.33

Codes

Color #77665B in popluar color models

77 66 5B
RGB 119 102 91
HSL 24° 13.33% 41.18%
HSB/HSV 24° 23.53% 46.67%
CMYK 0.00% 14.29% 23.53%
53.33%

Color #77665B in popluar number systems.

HEX 77 66 5B
Decimal 119 102 91
Binary 1110111 1100110 1011011
Octal 167 146 133

Shades and tints

Shades of #77665B

#77665B
(119,102,91)
#6D5D53
(109,93,83)
#63544B
(99,84,75)
#594B43
(89,75,67)
#4F423B
(79,66,59)
#453933
(69,57,51)
#3B302B
(59,48,43)
#312723
(49,39,35)
#271E1B
(39,30,27)
#1D1513
(29,21,19)
#130C0B
(19,12,11)
#000000
(0,0,0)

Tints of #77665B

#77665B
(119,102,91)
#837369
(131,115,105)
#8F8077
(143,128,119)
#9B8D85
(155,141,133)
#A79A93
(167,154,147)
#B3A7A1
(179,167,161)
#BFB4AF
(191,180,175)
#CBC1BD
(203,193,189)
#D7CECB
(215,206,203)
#E3DBD9
(227,219,217)
#EFE8E7
(239,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77665B color. Also use rgb(119,102,91) instead hex code.

Text Font Color

.myTextColor { color: #77665B; }

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

This text font color is #77665B.

Background Color

.myBgColor { background-color: #77665B; }

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

This div background color is #77665B.

Border color

.myBorderColor { border: 1px solid #77665B; }

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

This div border color is #77665B.

Opacity

.myOpacity80 { color: #77665B; opacity: 0.8; }

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

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

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

This text has shadow with #77665B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #77665B.

Preview

Color preview on black background

This text has color #77665B on black background.


Color preview on white background

This text has color #77665B on white background.


Black color preview on #77665B background

This text has black color on #77665B background.


White color preview on #77665B background

This text has white color on #77665B background.


Related colors

Complementary color

Complementary color for #hex is #8899A4.


I love getcolorcode.com

Triadic colors

1 #5B7766 and #665B77 with #77665B are triadic colors.

2 #5B6677 and #66775B with #77665B are triadic colors.