COLOR #77755F

HEX: #77755F RGB: (119,117,95)

Color info

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

RGB color model

#77755F color RGB value is (119,117,95).

RGB: (119,117,95) (47%, 46%, 37%)

RGB channels and saturation

R 119 of 255 = 47%
G 117 of 255 = 46%
B 95 of 255 = 37%

119
117
95

R + G + B ~ 43%. #77755F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 119 + 117 + 95 = 331 (100%)
R 119 of 331 ~ 35.95%
G 117 of 331 ~ 35.35%
B 95 of 331 ~ 28.7'%

%35.95
%35.35
%28.7

CMYK color model

#77755F color CMYK value is (0,2,20,53).

  • cyan value is 0.00%
  • magenta value is 1.68%
  • yellow value is 20.17%
  • key color value is 53.33%
CMYK: (0,2,20,53) C0M2Y20K53 (0%,2%,20%,53%) (0.00/0.02/0.20/0.53) 

CMYK percentages

%0
%1.68
%20.17
%53.33

Codes

Color #77755F in popluar color models

77 75 5F
RGB 119 117 95
HSL 55° 11.21% 41.96%
HSB/HSV 55° 20.17% 46.67%
CMYK 0.00% 1.68% 20.17%
53.33%

Color #77755F in popluar number systems.

HEX 77 75 5F
Decimal 119 117 95
Binary 1110111 1110101 1011111
Octal 167 165 137

Shades and tints

Shades of #77755F

#77755F
(119,117,95)
#6D6B57
(109,107,87)
#63614F
(99,97,79)
#595747
(89,87,71)
#4F4D3F
(79,77,63)
#454337
(69,67,55)
#3B392F
(59,57,47)
#312F27
(49,47,39)
#27251F
(39,37,31)
#1D1B17
(29,27,23)
#13110F
(19,17,15)
#000000
(0,0,0)

Tints of #77755F

#77755F
(119,117,95)
#83816D
(131,129,109)
#8F8D7B
(143,141,123)
#9B9989
(155,153,137)
#A7A597
(167,165,151)
#B3B1A5
(179,177,165)
#BFBDB3
(191,189,179)
#CBC9C1
(203,201,193)
#D7D5CF
(215,213,207)
#E3E1DD
(227,225,221)
#EFEDEB
(239,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77755F color. Also use rgb(119,117,95) instead hex code.

Text Font Color

.myTextColor { color: #77755F; }

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

This text font color is #77755F.

Background Color

.myBgColor { background-color: #77755F; }

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

This div background color is #77755F.

Border color

.myBorderColor { border: 1px solid #77755F; }

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

This div border color is #77755F.

Opacity

.myOpacity80 { color: #77755F; opacity: 0.8; }

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

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

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

This text has shadow with #77755F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #77755F.

Preview

Color preview on black background

This text has color #77755F on black background.


Color preview on white background

This text has color #77755F on white background.


Black color preview on #77755F background

This text has black color on #77755F background.


White color preview on #77755F background

This text has white color on #77755F background.


Related colors

Complementary color

Complementary color for #hex is #888AA0.


I love getcolorcode.com

Triadic colors

1 #5F7775 and #755F77 with #77755F are triadic colors.

2 #5F7577 and #75775F with #77755F are triadic colors.