COLOR #76837D

HEX: #76837D
RGB: (118,131,125)

Color info

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

RGB color model

#76837D color RGB value is (118,131,125).

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

RGB channels and saturation

R 118 of 255 = 46%
G 131 of 255 = 51%
B 125 of 255 = 49%

118
131
125

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

Portions of RGB colors in percentages

R + G + B =
118 + 131 + 125 = 374 (100%)
R 118 of 374 ~ 31.55%
G 131 of 374 ~ 35.03%
B 125 of 374 ~ 33.42%

%31.55
%35.03
%33.42

CMYK color model

#76837D color CMYK value is (10,0,5,49).

  • cyan value is 9.92%
  • magenta value is 0.00%
  • yellow value is 4.58%
  • key color value is 48.63%
CMYK:
(10,0,5,49)
C10M0Y5K49 
(10%,0%,5%,49%)
(0.10/0.00/0.05/0.49)	

CMYK percentages

%9.92
%0
%4.58
%48.63

Codes

Color #76837D in popluar color models

76837D
RGB118131125
HSL152°5.22%48.82%
HSB/HSV152°9.92%51.37%
CMYK9.92%0.00%4.58%
48.63%

Color #76837D in popluar number systems.

HEX76837D
Decimal118131125
Binary1110110100000111111101
Octal166203175

Shades and tints

Shades of #76837D

#76837D
(118,131,125)
#6C7872
(108,120,114)
#626D67
(98,109,103)
#58625C
(88,98,92)
#4E5751
(78,87,81)
#444C46
(68,76,70)
#3A413B
(58,65,59)
#303630
(48,54,48)
#262B25
(38,43,37)
#1C201A
(28,32,26)
#12150F
(18,21,15)
#000000
(0,0,0)

Tints of #76837D

#76837D
(118,131,125)
#828E88
(130,142,136)
#8E9993
(142,153,147)
#9AA49E
(154,164,158)
#A6AFA9
(166,175,169)
#B2BAB4
(178,186,180)
#BEC5BF
(190,197,191)
#CAD0CA
(202,208,202)
#D6DBD5
(214,219,213)
#E2E6E0
(226,230,224)
#EEF1EB
(238,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76837D; }

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

This text font color is #76837D.


Background Color

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

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

This div background color is #76837D.


Border color

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

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

This div border color is #76837D.


Opacity

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

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

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

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

This text has shadow with #76837D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76837D on black background.


Color preview on white background

This text has color #76837D on white background.



Black color preview on #76837D background

This text has black color on #76837D background.


White color preview on #76837D background

This text has white color on #76837D background.