COLOR #77655B

HEX: #77655B
RGB: (119,101,91)

Color info

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

RGB color model

#77655B color RGB value is (119,101,91).

  • red value is 119;
  • green value is 101;
  • blue value is 91.
RGB:
(119,101,91)
(47%,40%,36%)

RGB channels and saturation

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

119
101
91

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

Portions of RGB colors in percentages

R + G + B =
119 + 101 + 91 = 311 (100%)
R 119 of 311 ~ 38.26%
G 101 of 311 ~ 32.48%
B 91 of 311 ~ 29.26%

%38.26
%32.48
%29.26

CMYK color model

#77655B color CMYK value is (0,15,24,53).

  • cyan value is 0.00%
  • magenta value is 15.13%
  • yellow value is 23.53%
  • key color value is 53.33%
CMYK:
(0,15,24,53)
C0M15Y24K53 
(0%,15%,24%,53%)
(0.00/0.15/0.24/0.53)	

CMYK percentages

%0
%15.13
%23.53
%53.33

Codes

Color #77655B in popluar color models

77655B
RGB11910191
HSL21°13.33%41.18%
HSB/HSV21°23.53%46.67%
CMYK0.00%15.13%23.53%
53.33%

Color #77655B in popluar number systems.

HEX77655B
Decimal11910191
Binary111011111001011011011
Octal167145133

Shades and tints

Shades of #77655B

#77655B
(119,101,91)
#6D5C53
(109,92,83)
#63534B
(99,83,75)
#594A43
(89,74,67)
#4F413B
(79,65,59)
#453833
(69,56,51)
#3B2F2B
(59,47,43)
#312623
(49,38,35)
#271D1B
(39,29,27)
#1D1413
(29,20,19)
#130B0B
(19,11,11)
#000000
(0,0,0)

Tints of #77655B

#77655B
(119,101,91)
#837369
(131,115,105)
#8F8177
(143,129,119)
#9B8F85
(155,143,133)
#A79D93
(167,157,147)
#B3ABA1
(179,171,161)
#BFB9AF
(191,185,175)
#CBC7BD
(203,199,189)
#D7D5CB
(215,213,203)
#E3E3D9
(227,227,217)
#EFF1E7
(239,241,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #77655B; }

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

This text font color is #77655B.


Background Color

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

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

This div background color is #77655B.


Border color

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

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

This div border color is #77655B.


Opacity

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

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

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

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

This text has shadow with #77655B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77655B on black background.


Color preview on white background

This text has color #77655B on white background.



Black color preview on #77655B background

This text has black color on #77655B background.


White color preview on #77655B background

This text has white color on #77655B background.