COLOR #77615D

HEX: #77615D RGB: (119,97,93)

Color info

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

RGB color model

#77615D color RGB value is (119,97,93).

RGB: (119,97,93) (47%, 38%, 36%)

RGB channels and saturation

R 119 of 255 = 47%
G 97 of 255 = 38%
B 93 of 255 = 36%

119
97
93

R + G + B ~ 40%. #77615D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 119 + 97 + 93 = 309 (100%)
R 119 of 309 ~ 38.51%
G 97 of 309 ~ 31.39%
B 93 of 309 ~ 30.1'%

%38.51
%31.39
%30.1

CMYK color model

#77615D color CMYK value is (0,18,22,53).

  • cyan value is 0.00%
  • magenta value is 18.49%
  • yellow value is 21.85%
  • key color value is 53.33%

CMYK: (0,18,22,53)
C0M18Y22K53 (0%, 18%, 22%, 53%)
(0.00 / 0.18 / 0.22 / 0.53)

CMYK percentages

%0
%18.49
%21.85
%53.33

Codes

Color #77615D in popluar color models

77 61 5D
RGB 119 97 93
HSL 12.26% 41.57%
HSB/HSV 21.85% 46.67%
CMYK 0.00% 18.49% 21.85%
53.33%

Color #77615D in popluar number systems.

HEX 77 61 5D
Decimal 119 97 93
Binary 1110111 1100001 1011101
Octal 167 141 135

Shades and tints

Shades of #77615D

#77615D
(119,97,93)
#6D5955
(109,89,85)
#63514D
(99,81,77)
#594945
(89,73,69)
#4F413D
(79,65,61)
#453935
(69,57,53)
#3B312D
(59,49,45)
#312925
(49,41,37)
#27211D
(39,33,29)
#1D1915
(29,25,21)
#13110D
(19,17,13)
#000000
(0,0,0)

Tints of #77615D

#77615D
(119,97,93)
#836F6B
(131,111,107)
#8F7D79
(143,125,121)
#9B8B87
(155,139,135)
#A79995
(167,153,149)
#B3A7A3
(179,167,163)
#BFB5B1
(191,181,177)
#CBC3BF
(203,195,191)
#D7D1CD
(215,209,205)
#E3DFDB
(227,223,219)
#EFEDE9
(239,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77615D color. Also use rgb(119,97,93) instead hex code.

Text Font Color

.myTextColor { color: #77615D; }

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

This text font color is #77615D.

Background Color

.myBgColor { background-color: #77615D; }

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

This div background color is #77615D.

Border color

.myBorderColor { border: 1px solid #77615D; }

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

This div border color is #77615D.

Opacity

.myOpacity80 { color: #77615D; opacity: 0.8; }

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

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

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

This text has shadow with #77615D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #77615D.

Preview

Color preview on black background

This text has color #77615D on black background.


Color preview on white background

This text has color #77615D on white background.


Black color preview on #77615D background

This text has black color on #77615D background.


White color preview on #77615D background

This text has white color on #77615D background.


Related colors

Complementary color

Complementary color for #hex is #889EA2.


I love getcolorcode.com

Triadic colors

1 #5D7761 and #615D77 with #77615D are triadic colors.

2 #5D6177 and #61775D with #77615D are triadic colors.