COLOR #76563E

HEX: #76563E
RGB: (118,86,62)

Color info

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

RGB color model

#76563E color RGB value is (118,86,62).

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

RGB channels and saturation

R 118 of 255 = 46%
G 86 of 255 = 34%
B 62 of 255 = 24%

118
86
62

R + G + B ~ 35%. #76563E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
118 + 86 + 62 = 266 (100%)
R 118 of 266 ~ 44.36%
G 86 of 266 ~ 32.33%
B 62 of 266 ~ 23.31%

%44.36
%32.33
%23.31

CMYK color model

#76563E color CMYK value is (0,27,47,54).

  • cyan value is 0.00%
  • magenta value is 27.12%
  • yellow value is 47.46%
  • key color value is 53.73%
CMYK:
(0,27,47,54)
C0M27Y47K54 
(0%,27%,47%,54%)
(0.00/0.27/0.47/0.54)	

CMYK percentages

%0
%27.12
%47.46
%53.73

Codes

Color #76563E in popluar color models

76563E
RGB1188662
HSL26°31.11%35.29%
HSB/HSV26°47.46%46.27%
CMYK0.00%27.12%47.46%
53.73%

Color #76563E in popluar number systems.

HEX76563E
Decimal1188662
Binary11101101010110111110
Octal16612676

Shades and tints

Shades of #76563E

#76563E
(118,86,62)
#6C4F39
(108,79,57)
#624834
(98,72,52)
#58412F
(88,65,47)
#4E3A2A
(78,58,42)
#443325
(68,51,37)
#3A2C20
(58,44,32)
#30251B
(48,37,27)
#261E16
(38,30,22)
#1C1711
(28,23,17)
#12100C
(18,16,12)
#000000
(0,0,0)

Tints of #76563E

#76563E
(118,86,62)
#82654F
(130,101,79)
#8E7460
(142,116,96)
#9A8371
(154,131,113)
#A69282
(166,146,130)
#B2A193
(178,161,147)
#BEB0A4
(190,176,164)
#CABFB5
(202,191,181)
#D6CEC6
(214,206,198)
#E2DDD7
(226,221,215)
#EEECE8
(238,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76563E; }

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

This text font color is #76563E.


Background Color

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

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

This div background color is #76563E.


Border color

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

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

This div border color is #76563E.


Opacity

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

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

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

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

This text has shadow with #76563E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76563E on black background.


Color preview on white background

This text has color #76563E on white background.



Black color preview on #76563E background

This text has black color on #76563E background.


White color preview on #76563E background

This text has white color on #76563E background.