COLOR #766143

HEX: #766143
RGB: (118,97,67)

Color info

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

RGB color model

#766143 color RGB value is (118,97,67).

  • red value is 118;
  • green value is 97;
  • blue value is 67.
RGB:
(118,97,67)
(46%,38%,26%)

RGB channels and saturation

R 118 of 255 = 46%
G 97 of 255 = 38%
B 67 of 255 = 26%

118
97
67

R + G + B ~ 37%. #766143 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
118 + 97 + 67 = 282 (100%)
R 118 of 282 ~ 41.84%
G 97 of 282 ~ 34.4%
B 67 of 282 ~ 23.76%

%41.84
%34.4
%23.76

CMYK color model

#766143 color CMYK value is (0,18,43,54).

  • cyan value is 0.00%
  • magenta value is 17.80%
  • yellow value is 43.22%
  • key color value is 53.73%
CMYK:
(0,18,43,54)
C0M18Y43K54 
(0%,18%,43%,54%)
(0.00/0.18/0.43/0.54)	

CMYK percentages

%0
%17.8
%43.22
%53.73

Codes

Color #766143 in popluar color models

766143
RGB1189767
HSL35°27.57%36.27%
HSB/HSV35°43.22%46.27%
CMYK0.00%17.80%43.22%
53.73%

Color #766143 in popluar number systems.

HEX766143
Decimal1189767
Binary111011011000011000011
Octal166141103

Shades and tints

Shades of #766143

#766143
(118,97,67)
#6C593D
(108,89,61)
#625137
(98,81,55)
#584931
(88,73,49)
#4E412B
(78,65,43)
#443925
(68,57,37)
#3A311F
(58,49,31)
#302919
(48,41,25)
#262113
(38,33,19)
#1C190D
(28,25,13)
#121107
(18,17,7)
#000000
(0,0,0)

Tints of #766143

#766143
(118,97,67)
#826F54
(130,111,84)
#8E7D65
(142,125,101)
#9A8B76
(154,139,118)
#A69987
(166,153,135)
#B2A798
(178,167,152)
#BEB5A9
(190,181,169)
#CAC3BA
(202,195,186)
#D6D1CB
(214,209,203)
#E2DFDC
(226,223,220)
#EEEDED
(238,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #766143 color. Also use rgb(118,97,67) instead hex code.

Text Font Color

.myTextColor { color: #766143; }

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

This text font color is #766143.


Background Color

.myBgColor { background-color: #766143; }

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

This div background color is #766143.


Border color

.myBorderColor { border: 1px solid #766143; }

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

This div border color is #766143.


Opacity

.myOpacity80 { color: #766143; opacity: 0.8; }

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

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

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

This text has shadow with #766143 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #766143 on black background.


Color preview on white background

This text has color #766143 on white background.



Black color preview on #766143 background

This text has black color on #766143 background.


White color preview on #766143 background

This text has white color on #766143 background.