COLOR #76886E

HEX: #76886E
RGB: (118,136,110)

Color info

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

RGB color model

#76886E color RGB value is (118,136,110).

  • red value is 118;
  • green value is 136;
  • blue value is 110.
RGB:
(118,136,110)
(46%,53%,43%)

RGB channels and saturation

R 118 of 255 = 46%
G 136 of 255 = 53%
B 110 of 255 = 43%

118
136
110

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

Portions of RGB colors in percentages

R + G + B =
118 + 136 + 110 = 364 (100%)
R 118 of 364 ~ 32.42%
G 136 of 364 ~ 37.36%
B 110 of 364 ~ 30.22%

%32.42
%37.36
%30.22

CMYK color model

#76886E color CMYK value is (13,0,19,47).

  • cyan value is 13.24%
  • magenta value is 0.00%
  • yellow value is 19.12%
  • key color value is 46.67%
CMYK:
(13,0,19,47)
C13M0Y19K47 
(13%,0%,19%,47%)
(0.13/0.00/0.19/0.47)	

CMYK percentages

%13.24
%0
%19.12
%46.67

Codes

Color #76886E in popluar color models

76886E
RGB118136110
HSL102°10.57%48.24%
HSB/HSV102°19.12%53.33%
CMYK13.24%0.00%19.12%
46.67%

Color #76886E in popluar number systems.

HEX76886E
Decimal118136110
Binary1110110100010001101110
Octal166210156

Shades and tints

Shades of #76886E

#76886E
(118,136,110)
#6C7C64
(108,124,100)
#62705A
(98,112,90)
#586450
(88,100,80)
#4E5846
(78,88,70)
#444C3C
(68,76,60)
#3A4032
(58,64,50)
#303428
(48,52,40)
#26281E
(38,40,30)
#1C1C14
(28,28,20)
#12100A
(18,16,10)
#000000
(0,0,0)

Tints of #76886E

#76886E
(118,136,110)
#82927B
(130,146,123)
#8E9C88
(142,156,136)
#9AA695
(154,166,149)
#A6B0A2
(166,176,162)
#B2BAAF
(178,186,175)
#BEC4BC
(190,196,188)
#CACEC9
(202,206,201)
#D6D8D6
(214,216,214)
#E2E2E3
(226,226,227)
#EEECF0
(238,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76886E color. Also use rgb(118,136,110) instead hex code.

Text Font Color

.myTextColor { color: #76886E; }

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

This text font color is #76886E.


Background Color

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

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

This div background color is #76886E.


Border color

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

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

This div border color is #76886E.


Opacity

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

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

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

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

This text has shadow with #76886E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76886E on black background.


Color preview on white background

This text has color #76886E on white background.



Black color preview on #76886E background

This text has black color on #76886E background.


White color preview on #76886E background

This text has white color on #76886E background.