COLOR #77655A

HEX: #77655A RGB: (119,101,90)

Color info

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

RGB color model

#77655A color RGB value is (119,101,90).

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

RGB channels and saturation

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

119
101
90

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

Portions of RGB colors in percentages

R + G + B = 119 + 101 + 90 = 310 (100%)
R 119 of 310 ~ 38.39%
G 101 of 310 ~ 32.58%
B 90 of 310 ~ 29.03'%

%38.39
%32.58
%29.03

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 15.13%
  • yellow value is 24.37%
  • 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
%24.37
%53.33

Codes

Color #77655A in popluar color models

77 65 5A
RGB 119 101 90
HSL 23° 13.88% 40.98%
HSB/HSV 23° 24.37% 46.67%
CMYK 0.00% 15.13% 24.37%
53.33%

Color #77655A in popluar number systems.

HEX 77 65 5A
Decimal 119 101 90
Binary 1110111 1100101 1011010
Octal 167 145 132

Shades and tints

Shades of #77655A

#77655A
(119,101,90)
#6D5C52
(109,92,82)
#63534A
(99,83,74)
#594A42
(89,74,66)
#4F413A
(79,65,58)
#453832
(69,56,50)
#3B2F2A
(59,47,42)
#312622
(49,38,34)
#271D1A
(39,29,26)
#1D1412
(29,20,18)
#130B0A
(19,11,10)
#000000
(0,0,0)

Tints of #77655A

#77655A
(119,101,90)
#837369
(131,115,105)
#8F8178
(143,129,120)
#9B8F87
(155,143,135)
#A79D96
(167,157,150)
#B3ABA5
(179,171,165)
#BFB9B4
(191,185,180)
#CBC7C3
(203,199,195)
#D7D5D2
(215,213,210)
#E3E3E1
(227,227,225)
#EFF1F0
(239,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #77655A; }

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

This text font color is #77655A.

Background Color

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

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

This div background color is #77655A.

Border color

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

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

This div border color is #77655A.

Opacity

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

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

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

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

This text has shadow with #77655A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #77655A.

Preview

Color preview on black background

This text has color #77655A on black background.


Color preview on white background

This text has color #77655A on white background.


Black color preview on #77655A background

This text has black color on #77655A background.


White color preview on #77655A background

This text has white color on #77655A background.


Related colors

Complementary color

Complementary color for #hex is #889AA5.


I love getcolorcode.com

Triadic colors

1 #5A7765 and #655A77 with #77655A are triadic colors.

2 #5A6577 and #65775A with #77655A are triadic colors.