COLOR #77615E

HEX: #77615E
RGB: (119,97,94)

Color info

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

RGB color model

#77615E color RGB value is (119,97,94).

  • red value is 119;
  • green value is 97;
  • blue value is 94.
RGB:
(119,97,94)
(47%,38%,37%)

RGB channels and saturation

R 119 of 255 = 47%
G 97 of 255 = 38%
B 94 of 255 = 37%

119
97
94

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

Portions of RGB colors in percentages

R + G + B =
119 + 97 + 94 = 310 (100%)
R 119 of 310 ~ 38.39%
G 97 of 310 ~ 31.29%
B 94 of 310 ~ 30.32%

%38.39
%31.29
%30.32

CMYK color model

#77615E color CMYK value is (0,18,21,53).

  • cyan value is 0.00%
  • magenta value is 18.49%
  • yellow value is 21.01%
  • key color value is 53.33%
CMYK:
(0,18,21,53)
C0M18Y21K53 
(0%,18%,21%,53%)
(0.00/0.18/0.21/0.53)	

CMYK percentages

%0
%18.49
%21.01
%53.33

Codes

Color #77615E in popluar color models

77615E
RGB1199794
HSL11.74%41.76%
HSB/HSV21.01%46.67%
CMYK0.00%18.49%21.01%
53.33%

Color #77615E in popluar number systems.

HEX77615E
Decimal1199794
Binary111011111000011011110
Octal167141136

Shades and tints

Shades of #77615E

#77615E
(119,97,94)
#6D5956
(109,89,86)
#63514E
(99,81,78)
#594946
(89,73,70)
#4F413E
(79,65,62)
#453936
(69,57,54)
#3B312E
(59,49,46)
#312926
(49,41,38)
#27211E
(39,33,30)
#1D1916
(29,25,22)
#13110E
(19,17,14)
#000000
(0,0,0)

Tints of #77615E

#77615E
(119,97,94)
#836F6C
(131,111,108)
#8F7D7A
(143,125,122)
#9B8B88
(155,139,136)
#A79996
(167,153,150)
#B3A7A4
(179,167,164)
#BFB5B2
(191,181,178)
#CBC3C0
(203,195,192)
#D7D1CE
(215,209,206)
#E3DFDC
(227,223,220)
#EFEDEA
(239,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #77615E; }

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

This text font color is #77615E.


Background Color

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

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

This div background color is #77615E.


Border color

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

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

This div border color is #77615E.


Opacity

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

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

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

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

This text has shadow with #77615E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77615E on black background.


Color preview on white background

This text has color #77615E on white background.



Black color preview on #77615E background

This text has black color on #77615E background.


White color preview on #77615E background

This text has white color on #77615E background.