COLOR #76513E

HEX: #76513E
RGB: (118,81,62)

Color info

#76513E contains red, green and blue colors in about the same proportion. Web safe color of #76513E is #666633 (or #663).

RGB color model

#76513E color RGB value is (118,81,62).

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

RGB channels and saturation

R 118 of 255 = 46%
G 81 of 255 = 32%
B 62 of 255 = 24%

118
81
62

R + G + B ~ 34%. #76513E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
118 + 81 + 62 = 261 (100%)
R 118 of 261 ~ 45.21%
G 81 of 261 ~ 31.03%
B 62 of 261 ~ 23.75%

%45.21
%31.03
%23.75

CMYK color model

#76513E color CMYK value is (0,31,47,54).

  • cyan value is 0.00%
  • magenta value is 31.36%
  • yellow value is 47.46%
  • key color value is 53.73%
CMYK:
(0,31,47,54)
C0M31Y47K54 
(0%,31%,47%,54%)
(0.00/0.31/0.47/0.54)	

CMYK percentages

%0
%31.36
%47.46
%53.73

Codes

Color #76513E in popluar color models

76513E
RGB1188162
HSL20°31.11%35.29%
HSB/HSV20°47.46%46.27%
CMYK0.00%31.36%47.46%
53.73%

Color #76513E in popluar number systems.

HEX76513E
Decimal1188162
Binary11101101010001111110
Octal16612176

Shades and tints

Shades of #76513E

#76513E
(118,81,62)
#6C4A39
(108,74,57)
#624334
(98,67,52)
#583C2F
(88,60,47)
#4E352A
(78,53,42)
#442E25
(68,46,37)
#3A2720
(58,39,32)
#30201B
(48,32,27)
#261916
(38,25,22)
#1C1211
(28,18,17)
#120B0C
(18,11,12)
#000000
(0,0,0)

Tints of #76513E

#76513E
(118,81,62)
#82604F
(130,96,79)
#8E6F60
(142,111,96)
#9A7E71
(154,126,113)
#A68D82
(166,141,130)
#B29C93
(178,156,147)
#BEABA4
(190,171,164)
#CABAB5
(202,186,181)
#D6C9C6
(214,201,198)
#E2D8D7
(226,216,215)
#EEE7E8
(238,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76513E color. Also use rgb(118,81,62) instead hex code.

Text Font Color

.myTextColor { color: #76513E; }

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

This text font color is #76513E.


Background Color

.myBgColor { background-color: #76513E; }

<div style="background-color:#76513E">Inner text</div>

This div background color is #76513E.


Border color

.myBorderColor { border: 1px solid #76513E; }

<div style="border:3px solid #76513E">Div</div>

This div border color is #76513E.


Opacity

.myOpacity80 { color: #76513E; opacity: 0.8; }

<p style="color:#76513E;opacity:0.8;">80%</p>

Text with #76513E 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 #76513E;}

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

This text has shadow with #76513E color.

.textShadow {text-shadow: 3px 3px 1px #76513E, 3px 3px 1px red;}

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

This text has shadow with #76513E primary color and red secondary color.


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

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

This text has shadow with #76513E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76513E on black background.


Color preview on white background

This text has color #76513E on white background.



Black color preview on #76513E background

This text has black color on #76513E background.


White color preview on #76513E background

This text has white color on #76513E background.