COLOR #76875E

HEX: #76875E
RGB: (118,135,94)

Color info

#76875E contains red, green and blue colors in about the same proportion. Web safe color of #76875E is #669966 (or #696).

RGB color model

#76875E color RGB value is (118,135,94).

  • red value is 118;
  • green value is 135;
  • blue value is 94.
RGB:
(118,135,94)
(46%,53%,37%)

RGB channels and saturation

R 118 of 255 = 46%
G 135 of 255 = 53%
B 94 of 255 = 37%

118
135
94

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

Portions of RGB colors in percentages

R + G + B =
118 + 135 + 94 = 347 (100%)
R 118 of 347 ~ 34.01%
G 135 of 347 ~ 38.9%
B 94 of 347 ~ 27.09%

%34.01
%38.9
%27.09

CMYK color model

#76875E color CMYK value is (13,0,30,47).

  • cyan value is 12.59%
  • magenta value is 0.00%
  • yellow value is 30.37%
  • key color value is 47.06%
CMYK:
(13,0,30,47)
C13M0Y30K47 
(13%,0%,30%,47%)
(0.13/0.00/0.30/0.47)	

CMYK percentages

%12.59
%0
%30.37
%47.06

Codes

Color #76875E in popluar color models

76875E
RGB11813594
HSL85°17.90%44.90%
HSB/HSV85°30.37%52.94%
CMYK12.59%0.00%30.37%
47.06%

Color #76875E in popluar number systems.

HEX76875E
Decimal11813594
Binary1110110100001111011110
Octal166207136

Shades and tints

Shades of #76875E

#76875E
(118,135,94)
#6C7B56
(108,123,86)
#626F4E
(98,111,78)
#586346
(88,99,70)
#4E573E
(78,87,62)
#444B36
(68,75,54)
#3A3F2E
(58,63,46)
#303326
(48,51,38)
#26271E
(38,39,30)
#1C1B16
(28,27,22)
#120F0E
(18,15,14)
#000000
(0,0,0)

Tints of #76875E

#76875E
(118,135,94)
#82916C
(130,145,108)
#8E9B7A
(142,155,122)
#9AA588
(154,165,136)
#A6AF96
(166,175,150)
#B2B9A4
(178,185,164)
#BEC3B2
(190,195,178)
#CACDC0
(202,205,192)
#D6D7CE
(214,215,206)
#E2E1DC
(226,225,220)
#EEEBEA
(238,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76875E color. Also use rgb(118,135,94) instead hex code.

Text Font Color

.myTextColor { color: #76875E; }

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

This text font color is #76875E.


Background Color

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

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

This div background color is #76875E.


Border color

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

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

This div border color is #76875E.


Opacity

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

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

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

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

This text has shadow with #76875E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76875E on black background.


Color preview on white background

This text has color #76875E on white background.



Black color preview on #76875E background

This text has black color on #76875E background.


White color preview on #76875E background

This text has white color on #76875E background.