COLOR #77615A

HEX: #77615A RGB: (119,97,90)

Color info

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

RGB color model

#77615A color RGB value is (119,97,90).

RGB: (119,97,90) (47%, 38%, 35%)

RGB channels and saturation

R 119 of 255 = 47%
G 97 of 255 = 38%
B 90 of 255 = 35%

119
97
90

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

Portions of RGB colors in percentages

R + G + B = 119 + 97 + 90 = 306 (100%)
R 119 of 306 ~ 38.89%
G 97 of 306 ~ 31.7%
B 90 of 306 ~ 29.41'%

%38.89
%31.7
%29.41

CMYK color model

#77615A color CMYK value is (0,18,24,53).

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

CMYK: (0,18,24,53)
C0M18Y24K53 (0%, 18%, 24%, 53%)
(0.00 / 0.18 / 0.24 / 0.53)

CMYK percentages

%0
%18.49
%24.37
%53.33

Codes

Color #77615A in popluar color models

77 61 5A
RGB 119 97 90
HSL 14° 13.88% 40.98%
HSB/HSV 14° 24.37% 46.67%
CMYK 0.00% 18.49% 24.37%
53.33%

Color #77615A in popluar number systems.

HEX 77 61 5A
Decimal 119 97 90
Binary 1110111 1100001 1011010
Octal 167 141 132

Shades and tints

Shades of #77615A

#77615A
(119,97,90)
#6D5952
(109,89,82)
#63514A
(99,81,74)
#594942
(89,73,66)
#4F413A
(79,65,58)
#453932
(69,57,50)
#3B312A
(59,49,42)
#312922
(49,41,34)
#27211A
(39,33,26)
#1D1912
(29,25,18)
#13110A
(19,17,10)
#000000
(0,0,0)

Tints of #77615A

#77615A
(119,97,90)
#836F69
(131,111,105)
#8F7D78
(143,125,120)
#9B8B87
(155,139,135)
#A79996
(167,153,150)
#B3A7A5
(179,167,165)
#BFB5B4
(191,181,180)
#CBC3C3
(203,195,195)
#D7D1D2
(215,209,210)
#E3DFE1
(227,223,225)
#EFEDF0
(239,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #77615A; }

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

This text font color is #77615A.

Background Color

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

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

This div background color is #77615A.

Border color

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

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

This div border color is #77615A.

Opacity

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

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

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

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

This text has shadow with #77615A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #77615A.

Preview

Color preview on black background

This text has color #77615A on black background.


Color preview on white background

This text has color #77615A on white background.


Black color preview on #77615A background

This text has black color on #77615A background.


White color preview on #77615A background

This text has white color on #77615A background.


Related colors

Complementary color

Complementary color for #hex is #889EA5.


I love getcolorcode.com

Triadic colors

1 #5A7761 and #615A77 with #77615A are triadic colors.

2 #5A6177 and #61775A with #77615A are triadic colors.