COLOR #76563F

HEX: #76563F
RGB: (118,86,63)

Color info

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

RGB color model

#76563F color RGB value is (118,86,63).

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

RGB channels and saturation

R 118 of 255 = 46%
G 86 of 255 = 34%
B 63 of 255 = 25%

118
86
63

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

Portions of RGB colors in percentages

R + G + B =
118 + 86 + 63 = 267 (100%)
R 118 of 267 ~ 44.19%
G 86 of 267 ~ 32.21%
B 63 of 267 ~ 23.6%

%44.19
%32.21
%23.6

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 27.12%
  • yellow value is 46.61%
  • 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
%46.61
%53.73

Codes

Color #76563F in popluar color models

76563F
RGB1188663
HSL25°30.39%35.49%
HSB/HSV25°46.61%46.27%
CMYK0.00%27.12%46.61%
53.73%

Color #76563F in popluar number systems.

HEX76563F
Decimal1188663
Binary11101101010110111111
Octal16612677

Shades and tints

Shades of #76563F

#76563F
(118,86,63)
#6C4F3A
(108,79,58)
#624835
(98,72,53)
#584130
(88,65,48)
#4E3A2B
(78,58,43)
#443326
(68,51,38)
#3A2C21
(58,44,33)
#30251C
(48,37,28)
#261E17
(38,30,23)
#1C1712
(28,23,18)
#12100D
(18,16,13)
#000000
(0,0,0)

Tints of #76563F

#76563F
(118,86,63)
#826550
(130,101,80)
#8E7461
(142,116,97)
#9A8372
(154,131,114)
#A69283
(166,146,131)
#B2A194
(178,161,148)
#BEB0A5
(190,176,165)
#CABFB6
(202,191,182)
#D6CEC7
(214,206,199)
#E2DDD8
(226,221,216)
#EEECE9
(238,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76563F; }

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

This text font color is #76563F.


Background Color

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

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

This div background color is #76563F.


Border color

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

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

This div border color is #76563F.


Opacity

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

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

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

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

This text has shadow with #76563F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76563F on black background.


Color preview on white background

This text has color #76563F on white background.



Black color preview on #76563F background

This text has black color on #76563F background.


White color preview on #76563F background

This text has white color on #76563F background.