COLOR #76755F

HEX: #76755F
RGB: (118,117,95)

Color info

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

RGB color model

#76755F color RGB value is (118,117,95).

  • red value is 118;
  • green value is 117;
  • blue value is 95.
RGB:
(118,117,95)
(46%,46%,37%)

RGB channels and saturation

R 118 of 255 = 46%
G 117 of 255 = 46%
B 95 of 255 = 37%

118
117
95

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

Portions of RGB colors in percentages

R + G + B =
118 + 117 + 95 = 330 (100%)
R 118 of 330 ~ 35.76%
G 117 of 330 ~ 35.45%
B 95 of 330 ~ 28.79%

%35.76
%35.45
%28.79

CMYK color model

#76755F color CMYK value is (0,1,19,54).

  • cyan value is 0.00%
  • magenta value is 0.85%
  • yellow value is 19.49%
  • key color value is 53.73%
CMYK:
(0,1,19,54)
C0M1Y19K54 
(0%,1%,19%,54%)
(0.00/0.01/0.19/0.54)	

CMYK percentages

%0
%0.85
%19.49
%53.73

Codes

Color #76755F in popluar color models

76755F
RGB11811795
HSL57°10.80%41.76%
HSB/HSV57°19.49%46.27%
CMYK0.00%0.85%19.49%
53.73%

Color #76755F in popluar number systems.

HEX76755F
Decimal11811795
Binary111011011101011011111
Octal166165137

Shades and tints

Shades of #76755F

#76755F
(118,117,95)
#6C6B57
(108,107,87)
#62614F
(98,97,79)
#585747
(88,87,71)
#4E4D3F
(78,77,63)
#444337
(68,67,55)
#3A392F
(58,57,47)
#302F27
(48,47,39)
#26251F
(38,37,31)
#1C1B17
(28,27,23)
#12110F
(18,17,15)
#000000
(0,0,0)

Tints of #76755F

#76755F
(118,117,95)
#82816D
(130,129,109)
#8E8D7B
(142,141,123)
#9A9989
(154,153,137)
#A6A597
(166,165,151)
#B2B1A5
(178,177,165)
#BEBDB3
(190,189,179)
#CAC9C1
(202,201,193)
#D6D5CF
(214,213,207)
#E2E1DD
(226,225,221)
#EEEDEB
(238,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76755F color. Also use rgb(118,117,95) instead hex code.

Text Font Color

.myTextColor { color: #76755F; }

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

This text font color is #76755F.


Background Color

.myBgColor { background-color: #76755F; }

<div style="background-color:#76755F">Inner text</div>

This div background color is #76755F.


Border color

.myBorderColor { border: 1px solid #76755F; }

<div style="border:3px solid #76755F">Div</div>

This div border color is #76755F.


Opacity

.myOpacity80 { color: #76755F; opacity: 0.8; }

<p style="color:#76755F;opacity:0.8;">80%</p>

Text with #76755F 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 #76755F;}

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

This text has shadow with #76755F color.

.textShadow {text-shadow: 3px 3px 1px #76755F, 3px 3px 1px red;}

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

This text has shadow with #76755F primary color and red secondary color.


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

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

This text has shadow with #76755F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76755F on black background.


Color preview on white background

This text has color #76755F on white background.



Black color preview on #76755F background

This text has black color on #76755F background.


White color preview on #76755F background

This text has white color on #76755F background.