COLOR #76887D

HEX: #76887D
RGB: (118,136,125)

Color info

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

RGB color model

#76887D color RGB value is (118,136,125).

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

RGB channels and saturation

R 118 of 255 = 46%
G 136 of 255 = 53%
B 125 of 255 = 49%

118
136
125

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

Portions of RGB colors in percentages

R + G + B =
118 + 136 + 125 = 379 (100%)
R 118 of 379 ~ 31.13%
G 136 of 379 ~ 35.88%
B 125 of 379 ~ 32.98%

%31.13
%35.88
%32.98

CMYK color model

#76887D color CMYK value is (13,0,8,47).

  • cyan value is 13.24%
  • magenta value is 0.00%
  • yellow value is 8.09%
  • key color value is 46.67%
CMYK:
(13,0,8,47)
C13M0Y8K47 
(13%,0%,8%,47%)
(0.13/0.00/0.08/0.47)	

CMYK percentages

%13.24
%0
%8.09
%46.67

Codes

Color #76887D in popluar color models

76887D
RGB118136125
HSL143°7.09%49.80%
HSB/HSV143°13.24%53.33%
CMYK13.24%0.00%8.09%
46.67%

Color #76887D in popluar number systems.

HEX76887D
Decimal118136125
Binary1110110100010001111101
Octal166210175

Shades and tints

Shades of #76887D

#76887D
(118,136,125)
#6C7C72
(108,124,114)
#627067
(98,112,103)
#58645C
(88,100,92)
#4E5851
(78,88,81)
#444C46
(68,76,70)
#3A403B
(58,64,59)
#303430
(48,52,48)
#262825
(38,40,37)
#1C1C1A
(28,28,26)
#12100F
(18,16,15)
#000000
(0,0,0)

Tints of #76887D

#76887D
(118,136,125)
#829288
(130,146,136)
#8E9C93
(142,156,147)
#9AA69E
(154,166,158)
#A6B0A9
(166,176,169)
#B2BAB4
(178,186,180)
#BEC4BF
(190,196,191)
#CACECA
(202,206,202)
#D6D8D5
(214,216,213)
#E2E2E0
(226,226,224)
#EEECEB
(238,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76887D color. Also use rgb(118,136,125) instead hex code.

Text Font Color

.myTextColor { color: #76887D; }

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

This text font color is #76887D.


Background Color

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

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

This div background color is #76887D.


Border color

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

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

This div border color is #76887D.


Opacity

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

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

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

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

This text has shadow with #76887D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76887D on black background.


Color preview on white background

This text has color #76887D on white background.



Black color preview on #76887D background

This text has black color on #76887D background.


White color preview on #76887D background

This text has white color on #76887D background.