COLOR #76563C

HEX: #76563C
RGB: (118,86,60)

Color info

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

RGB color model

#76563C color RGB value is (118,86,60).

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

RGB channels and saturation

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

118
86
60

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

Portions of RGB colors in percentages

R + G + B =
118 + 86 + 60 = 264 (100%)
R 118 of 264 ~ 44.7%
G 86 of 264 ~ 32.58%
B 60 of 264 ~ 22.73%

%44.7
%32.58
%22.73

CMYK color model

#76563C color CMYK value is (0,27,49,54).

  • cyan value is 0.00%
  • magenta value is 27.12%
  • yellow value is 49.15%
  • key color value is 53.73%
CMYK:
(0,27,49,54)
C0M27Y49K54 
(0%,27%,49%,54%)
(0.00/0.27/0.49/0.54)	

CMYK percentages

%0
%27.12
%49.15
%53.73

Codes

Color #76563C in popluar color models

76563C
RGB1188660
HSL27°32.58%34.90%
HSB/HSV27°49.15%46.27%
CMYK0.00%27.12%49.15%
53.73%

Color #76563C in popluar number systems.

HEX76563C
Decimal1188660
Binary11101101010110111100
Octal16612674

Shades and tints

Shades of #76563C

#76563C
(118,86,60)
#6C4F37
(108,79,55)
#624832
(98,72,50)
#58412D
(88,65,45)
#4E3A28
(78,58,40)
#443323
(68,51,35)
#3A2C1E
(58,44,30)
#302519
(48,37,25)
#261E14
(38,30,20)
#1C170F
(28,23,15)
#12100A
(18,16,10)
#000000
(0,0,0)

Tints of #76563C

#76563C
(118,86,60)
#82654D
(130,101,77)
#8E745E
(142,116,94)
#9A836F
(154,131,111)
#A69280
(166,146,128)
#B2A191
(178,161,145)
#BEB0A2
(190,176,162)
#CABFB3
(202,191,179)
#D6CEC4
(214,206,196)
#E2DDD5
(226,221,213)
#EEECE6
(238,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76563C; }

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

This text font color is #76563C.


Background Color

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

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

This div background color is #76563C.


Border color

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

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

This div border color is #76563C.


Opacity

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

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

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

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

This text has shadow with #76563C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76563C on black background.


Color preview on white background

This text has color #76563C on white background.



Black color preview on #76563C background

This text has black color on #76563C background.


White color preview on #76563C background

This text has white color on #76563C background.