COLOR #76775D

HEX: #76775D RGB: (118,119,93)

Color info

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

RGB color model

#76775D color RGB value is (118,119,93).

RGB: (118,119,93) (46%, 47%, 36%)

RGB channels and saturation

R 118 of 255 = 46%
G 119 of 255 = 47%
B 93 of 255 = 36%

118
119
93

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

Portions of RGB colors in percentages

R + G + B = 118 + 119 + 93 = 330 (100%)
R 118 of 330 ~ 35.76%
G 119 of 330 ~ 36.06%
B 93 of 330 ~ 28.18'%

%35.76
%36.06
%28.18

CMYK color model

#76775D color CMYK value is (1,0,22,53).

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

CMYK: (1,0,22,53)
C1M0Y22K53 (1%, 0%, 22%, 53%)
(0.01 / 0.00 / 0.22 / 0.53)

CMYK percentages

%0.84
%0
%21.85
%53.33

Codes

Color #76775D in popluar color models

76 77 5D
RGB 118 119 93
HSL 62° 12.26% 41.57%
HSB/HSV 62° 21.85% 46.67%
CMYK 0.84% 0.00% 21.85%
53.33%

Color #76775D in popluar number systems.

HEX 76 77 5D
Decimal 118 119 93
Binary 1110110 1110111 1011101
Octal 166 167 135

Shades and tints

Shades of #76775D

#76775D
(118,119,93)
#6C6D55
(108,109,85)
#62634D
(98,99,77)
#585945
(88,89,69)
#4E4F3D
(78,79,61)
#444535
(68,69,53)
#3A3B2D
(58,59,45)
#303125
(48,49,37)
#26271D
(38,39,29)
#1C1D15
(28,29,21)
#12130D
(18,19,13)
#000000
(0,0,0)

Tints of #76775D

#76775D
(118,119,93)
#82836B
(130,131,107)
#8E8F79
(142,143,121)
#9A9B87
(154,155,135)
#A6A795
(166,167,149)
#B2B3A3
(178,179,163)
#BEBFB1
(190,191,177)
#CACBBF
(202,203,191)
#D6D7CD
(214,215,205)
#E2E3DB
(226,227,219)
#EEEFE9
(238,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76775D; }

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

This text font color is #76775D.

Background Color

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

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

This div background color is #76775D.

Border color

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

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

This div border color is #76775D.

Opacity

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

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

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

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

This text has shadow with #76775D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #76775D.

Preview

Color preview on black background

This text has color #76775D on black background.


Color preview on white background

This text has color #76775D on white background.


Black color preview on #76775D background

This text has black color on #76775D background.


White color preview on #76775D background

This text has white color on #76775D background.


Related colors

Complementary color

Complementary color for #hex is #8988A2.


I love getcolorcode.com

Triadic colors

1 #5D7677 and #775D76 with #76775D are triadic colors.

2 #5D7776 and #77765D with #76775D are triadic colors.