COLOR #766C52

HEX: #766C52
RGB: (118,108,82)

Color info

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

RGB color model

#766C52 color RGB value is (118,108,82).

  • red value is 118;
  • green value is 108;
  • blue value is 82.
RGB:
(118,108,82)
(46%,42%,32%)

RGB channels and saturation

R 118 of 255 = 46%
G 108 of 255 = 42%
B 82 of 255 = 32%

118
108
82

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

Portions of RGB colors in percentages

R + G + B =
118 + 108 + 82 = 308 (100%)
R 118 of 308 ~ 38.31%
G 108 of 308 ~ 35.06%
B 82 of 308 ~ 26.62%

%38.31
%35.06
%26.62

CMYK color model

#766C52 color CMYK value is (0,8,31,54).

  • cyan value is 0.00%
  • magenta value is 8.47%
  • yellow value is 30.51%
  • key color value is 53.73%
CMYK:
(0,8,31,54)
C0M8Y31K54 
(0%,8%,31%,54%)
(0.00/0.08/0.31/0.54)	

CMYK percentages

%0
%8.47
%30.51
%53.73

Codes

Color #766C52 in popluar color models

766C52
RGB11810882
HSL43°18.00%39.22%
HSB/HSV43°30.51%46.27%
CMYK0.00%8.47%30.51%
53.73%

Color #766C52 in popluar number systems.

HEX766C52
Decimal11810882
Binary111011011011001010010
Octal166154122

Shades and tints

Shades of #766C52

#766C52
(118,108,82)
#6C634B
(108,99,75)
#625A44
(98,90,68)
#58513D
(88,81,61)
#4E4836
(78,72,54)
#443F2F
(68,63,47)
#3A3628
(58,54,40)
#302D21
(48,45,33)
#26241A
(38,36,26)
#1C1B13
(28,27,19)
#12120C
(18,18,12)
#000000
(0,0,0)

Tints of #766C52

#766C52
(118,108,82)
#827961
(130,121,97)
#8E8670
(142,134,112)
#9A937F
(154,147,127)
#A6A08E
(166,160,142)
#B2AD9D
(178,173,157)
#BEBAAC
(190,186,172)
#CAC7BB
(202,199,187)
#D6D4CA
(214,212,202)
#E2E1D9
(226,225,217)
#EEEEE8
(238,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #766C52 color. Also use rgb(118,108,82) instead hex code.

Text Font Color

.myTextColor { color: #766C52; }

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

This text font color is #766C52.


Background Color

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

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

This div background color is #766C52.


Border color

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

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

This div border color is #766C52.


Opacity

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

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

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

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

This text has shadow with #766C52 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #766C52 on black background.


Color preview on white background

This text has color #766C52 on white background.



Black color preview on #766C52 background

This text has black color on #766C52 background.


White color preview on #766C52 background

This text has white color on #766C52 background.