COLOR #76515D

HEX: #76515D
RGB: (118,81,93)

Color info

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

RGB color model

#76515D color RGB value is (118,81,93).

  • red value is 118;
  • green value is 81;
  • blue value is 93.
RGB:
(118,81,93)
(46%,32%,36%)

RGB channels and saturation

R 118 of 255 = 46%
G 81 of 255 = 32%
B 93 of 255 = 36%

118
81
93

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

Portions of RGB colors in percentages

R + G + B =
118 + 81 + 93 = 292 (100%)
R 118 of 292 ~ 40.41%
G 81 of 292 ~ 27.74%
B 93 of 292 ~ 31.85%

%40.41
%27.74
%31.85

CMYK color model

#76515D color CMYK value is (0,31,21,54).

  • cyan value is 0.00%
  • magenta value is 31.36%
  • yellow value is 21.19%
  • key color value is 53.73%
CMYK:
(0,31,21,54)
C0M31Y21K54 
(0%,31%,21%,54%)
(0.00/0.31/0.21/0.54)	

CMYK percentages

%0
%31.36
%21.19
%53.73

Codes

Color #76515D in popluar color models

76515D
RGB1188193
HSL341°18.59%39.02%
HSB/HSV341°31.36%46.27%
CMYK0.00%31.36%21.19%
53.73%

Color #76515D in popluar number systems.

HEX76515D
Decimal1188193
Binary111011010100011011101
Octal166121135

Shades and tints

Shades of #76515D

#76515D
(118,81,93)
#6C4A55
(108,74,85)
#62434D
(98,67,77)
#583C45
(88,60,69)
#4E353D
(78,53,61)
#442E35
(68,46,53)
#3A272D
(58,39,45)
#302025
(48,32,37)
#26191D
(38,25,29)
#1C1215
(28,18,21)
#120B0D
(18,11,13)
#000000
(0,0,0)

Tints of #76515D

#76515D
(118,81,93)
#82606B
(130,96,107)
#8E6F79
(142,111,121)
#9A7E87
(154,126,135)
#A68D95
(166,141,149)
#B29CA3
(178,156,163)
#BEABB1
(190,171,177)
#CABABF
(202,186,191)
#D6C9CD
(214,201,205)
#E2D8DB
(226,216,219)
#EEE7E9
(238,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76515D color. Also use rgb(118,81,93) instead hex code.

Text Font Color

.myTextColor { color: #76515D; }

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

This text font color is #76515D.


Background Color

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

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

This div background color is #76515D.


Border color

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

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

This div border color is #76515D.


Opacity

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

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

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

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

This text has shadow with #76515D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76515D on black background.


Color preview on white background

This text has color #76515D on white background.



Black color preview on #76515D background

This text has black color on #76515D background.


White color preview on #76515D background

This text has white color on #76515D background.