COLOR #76505B

HEX: #76505B
RGB: (118,80,91)

Color info

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

RGB color model

#76505B color RGB value is (118,80,91).

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

RGB channels and saturation

R 118 of 255 = 46%
G 80 of 255 = 31%
B 91 of 255 = 36%

118
80
91

R + G + B ~ 38%. #76505B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
118 + 80 + 91 = 289 (100%)
R 118 of 289 ~ 40.83%
G 80 of 289 ~ 27.68%
B 91 of 289 ~ 31.49%

%40.83
%27.68
%31.49

CMYK color model

#76505B color CMYK value is (0,32,23,54).

  • cyan value is 0.00%
  • magenta value is 32.20%
  • yellow value is 22.88%
  • key color value is 53.73%
CMYK:
(0,32,23,54)
C0M32Y23K54 
(0%,32%,23%,54%)
(0.00/0.32/0.23/0.54)	

CMYK percentages

%0
%32.2
%22.88
%53.73

Codes

Color #76505B in popluar color models

76505B
RGB1188091
HSL343°19.19%38.82%
HSB/HSV343°32.20%46.27%
CMYK0.00%32.20%22.88%
53.73%

Color #76505B in popluar number systems.

HEX76505B
Decimal1188091
Binary111011010100001011011
Octal166120133

Shades and tints

Shades of #76505B

#76505B
(118,80,91)
#6C4953
(108,73,83)
#62424B
(98,66,75)
#583B43
(88,59,67)
#4E343B
(78,52,59)
#442D33
(68,45,51)
#3A262B
(58,38,43)
#301F23
(48,31,35)
#26181B
(38,24,27)
#1C1113
(28,17,19)
#120A0B
(18,10,11)
#000000
(0,0,0)

Tints of #76505B

#76505B
(118,80,91)
#825F69
(130,95,105)
#8E6E77
(142,110,119)
#9A7D85
(154,125,133)
#A68C93
(166,140,147)
#B29BA1
(178,155,161)
#BEAAAF
(190,170,175)
#CAB9BD
(202,185,189)
#D6C8CB
(214,200,203)
#E2D7D9
(226,215,217)
#EEE6E7
(238,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76505B color. Also use rgb(118,80,91) instead hex code.

Text Font Color

.myTextColor { color: #76505B; }

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

This text font color is #76505B.


Background Color

.myBgColor { background-color: #76505B; }

<div style="background-color:#76505B">Inner text</div>

This div background color is #76505B.


Border color

.myBorderColor { border: 1px solid #76505B; }

<div style="border:3px solid #76505B">Div</div>

This div border color is #76505B.


Opacity

.myOpacity80 { color: #76505B; opacity: 0.8; }

<p style="color:#76505B;opacity:0.8;">80%</p>

Text with #76505B 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 #76505B;}

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

This text has shadow with #76505B color.

.textShadow {text-shadow: 3px 3px 1px #76505B, 3px 3px 1px red;}

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

This text has shadow with #76505B primary color and red secondary color.


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

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

This text has shadow with #76505B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76505B on black background.


Color preview on white background

This text has color #76505B on white background.



Black color preview on #76505B background

This text has black color on #76505B background.


White color preview on #76505B background

This text has white color on #76505B background.