COLOR #77665A

HEX: #77665A RGB: (119,102,90)

Color info

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

RGB color model

#77665A color RGB value is (119,102,90).

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

RGB channels and saturation

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

119
102
90

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

Portions of RGB colors in percentages

R + G + B = 119 + 102 + 90 = 311 (100%)
R 119 of 311 ~ 38.26%
G 102 of 311 ~ 32.8%
B 90 of 311 ~ 28.94'%

%38.26
%32.8
%28.94

CMYK color model

#77665A color CMYK value is (0,14,24,53).

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

CMYK: (0,14,24,53)
C0M14Y24K53 (0%, 14%, 24%, 53%)
(0.00 / 0.14 / 0.24 / 0.53)

CMYK percentages

%0
%14.29
%24.37
%53.33

Codes

Color #77665A in popluar color models

77 66 5A
RGB 119 102 90
HSL 25° 13.88% 40.98%
HSB/HSV 25° 24.37% 46.67%
CMYK 0.00% 14.29% 24.37%
53.33%

Color #77665A in popluar number systems.

HEX 77 66 5A
Decimal 119 102 90
Binary 1110111 1100110 1011010
Octal 167 146 132

Shades and tints

Shades of #77665A

#77665A
(119,102,90)
#6D5D52
(109,93,82)
#63544A
(99,84,74)
#594B42
(89,75,66)
#4F423A
(79,66,58)
#453932
(69,57,50)
#3B302A
(59,48,42)
#312722
(49,39,34)
#271E1A
(39,30,26)
#1D1512
(29,21,18)
#130C0A
(19,12,10)
#000000
(0,0,0)

Tints of #77665A

#77665A
(119,102,90)
#837369
(131,115,105)
#8F8078
(143,128,120)
#9B8D87
(155,141,135)
#A79A96
(167,154,150)
#B3A7A5
(179,167,165)
#BFB4B4
(191,180,180)
#CBC1C3
(203,193,195)
#D7CED2
(215,206,210)
#E3DBE1
(227,219,225)
#EFE8F0
(239,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #77665A; }

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

This text font color is #77665A.

Background Color

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

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

This div background color is #77665A.

Border color

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

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

This div border color is #77665A.

Opacity

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

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

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

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

This text has shadow with #77665A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #77665A.

Preview

Color preview on black background

This text has color #77665A on black background.


Color preview on white background

This text has color #77665A on white background.


Black color preview on #77665A background

This text has black color on #77665A background.


White color preview on #77665A background

This text has white color on #77665A background.


Related colors

Complementary color

Complementary color for #hex is #8899A5.


I love getcolorcode.com

Triadic colors

1 #5A7766 and #665A77 with #77665A are triadic colors.

2 #5A6677 and #66775A with #77665A are triadic colors.