COLOR #76506D

HEX: #76506D
RGB: (118,80,109)

Color info

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

RGB color model

#76506D color RGB value is (118,80,109).

  • red value is 118;
  • green value is 80;
  • blue value is 109.
RGB:
(118,80,109)
(46%,31%,43%)

RGB channels and saturation

R 118 of 255 = 46%
G 80 of 255 = 31%
B 109 of 255 = 43%

118
80
109

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

Portions of RGB colors in percentages

R + G + B =
118 + 80 + 109 = 307 (100%)
R 118 of 307 ~ 38.44%
G 80 of 307 ~ 26.06%
B 109 of 307 ~ 35.5%

%38.44
%26.06
%35.5

CMYK color model

#76506D color CMYK value is (0,32,8,54).

  • cyan value is 0.00%
  • magenta value is 32.20%
  • yellow value is 7.63%
  • key color value is 53.73%
CMYK:
(0,32,8,54)
C0M32Y8K54 
(0%,32%,8%,54%)
(0.00/0.32/0.08/0.54)	

CMYK percentages

%0
%32.2
%7.63
%53.73

Codes

Color #76506D in popluar color models

76506D
RGB11880109
HSL314°19.19%38.82%
HSB/HSV314°32.20%46.27%
CMYK0.00%32.20%7.63%
53.73%

Color #76506D in popluar number systems.

HEX76506D
Decimal11880109
Binary111011010100001101101
Octal166120155

Shades and tints

Shades of #76506D

#76506D
(118,80,109)
#6C4964
(108,73,100)
#62425B
(98,66,91)
#583B52
(88,59,82)
#4E3449
(78,52,73)
#442D40
(68,45,64)
#3A2637
(58,38,55)
#301F2E
(48,31,46)
#261825
(38,24,37)
#1C111C
(28,17,28)
#120A13
(18,10,19)
#000000
(0,0,0)

Tints of #76506D

#76506D
(118,80,109)
#825F7A
(130,95,122)
#8E6E87
(142,110,135)
#9A7D94
(154,125,148)
#A68CA1
(166,140,161)
#B29BAE
(178,155,174)
#BEAABB
(190,170,187)
#CAB9C8
(202,185,200)
#D6C8D5
(214,200,213)
#E2D7E2
(226,215,226)
#EEE6EF
(238,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76506D color. Also use rgb(118,80,109) instead hex code.

Text Font Color

.myTextColor { color: #76506D; }

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

This text font color is #76506D.


Background Color

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

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

This div background color is #76506D.


Border color

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

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

This div border color is #76506D.


Opacity

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

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

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

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

This text has shadow with #76506D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76506D on black background.


Color preview on white background

This text has color #76506D on white background.



Black color preview on #76506D background

This text has black color on #76506D background.


White color preview on #76506D background

This text has white color on #76506D background.