COLOR #766B53

HEX: #766B53
RGB: (118,107,83)

Color info

#766B53 contains red, green and blue colors in about the same proportion. Web safe color of #766B53 is #666666 (or #666).

RGB color model

#766B53 color RGB value is (118,107,83).

  • red value is 118;
  • green value is 107;
  • blue value is 83.
RGB:
(118,107,83)
(46%,42%,33%)

RGB channels and saturation

R 118 of 255 = 46%
G 107 of 255 = 42%
B 83 of 255 = 33%

118
107
83

R + G + B ~ 40%. #766B53 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
118 + 107 + 83 = 308 (100%)
R 118 of 308 ~ 38.31%
G 107 of 308 ~ 34.74%
B 83 of 308 ~ 26.95%

%38.31
%34.74
%26.95

CMYK color model

#766B53 color CMYK value is (0,9,30,54).

  • cyan value is 0.00%
  • magenta value is 9.32%
  • yellow value is 29.66%
  • key color value is 53.73%
CMYK:
(0,9,30,54)
C0M9Y30K54 
(0%,9%,30%,54%)
(0.00/0.09/0.30/0.54)	

CMYK percentages

%0
%9.32
%29.66
%53.73

Codes

Color #766B53 in popluar color models

766B53
RGB11810783
HSL41°17.41%39.41%
HSB/HSV41°29.66%46.27%
CMYK0.00%9.32%29.66%
53.73%

Color #766B53 in popluar number systems.

HEX766B53
Decimal11810783
Binary111011011010111010011
Octal166153123

Shades and tints

Shades of #766B53

#766B53
(118,107,83)
#6C624C
(108,98,76)
#625945
(98,89,69)
#58503E
(88,80,62)
#4E4737
(78,71,55)
#443E30
(68,62,48)
#3A3529
(58,53,41)
#302C22
(48,44,34)
#26231B
(38,35,27)
#1C1A14
(28,26,20)
#12110D
(18,17,13)
#000000
(0,0,0)

Tints of #766B53

#766B53
(118,107,83)
#827862
(130,120,98)
#8E8571
(142,133,113)
#9A9280
(154,146,128)
#A69F8F
(166,159,143)
#B2AC9E
(178,172,158)
#BEB9AD
(190,185,173)
#CAC6BC
(202,198,188)
#D6D3CB
(214,211,203)
#E2E0DA
(226,224,218)
#EEEDE9
(238,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #766B53 color. Also use rgb(118,107,83) instead hex code.

Text Font Color

.myTextColor { color: #766B53; }

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

This text font color is #766B53.


Background Color

.myBgColor { background-color: #766B53; }

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

This div background color is #766B53.


Border color

.myBorderColor { border: 1px solid #766B53; }

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

This div border color is #766B53.


Opacity

.myOpacity80 { color: #766B53; opacity: 0.8; }

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

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

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

This text has shadow with #766B53 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #766B53 on black background.


Color preview on white background

This text has color #766B53 on white background.



Black color preview on #766B53 background

This text has black color on #766B53 background.


White color preview on #766B53 background

This text has white color on #766B53 background.