COLOR #766527

HEX: #766527
RGB: (118,101,39)

Color info

#766527 contains mainly red and green colors. Web safe color of #766527 is #666633 (or #663).

RGB color model

#766527 color RGB value is (118,101,39).

  • red value is 118;
  • green value is 101;
  • blue value is 39.
RGB:
(118,101,39)
(46%,40%,15%)

RGB channels and saturation

R 118 of 255 = 46%
G 101 of 255 = 40%
B 39 of 255 = 15%

118
101
39

R + G + B ~ 34%. #766527 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
118 + 101 + 39 = 258 (100%)
R 118 of 258 ~ 45.74%
G 101 of 258 ~ 39.15%
B 39 of 258 ~ 15.12%

%45.74
%39.15
%15.12

CMYK color model

#766527 color CMYK value is (0,14,67,54).

  • cyan value is 0.00%
  • magenta value is 14.41%
  • yellow value is 66.95%
  • key color value is 53.73%
CMYK:
(0,14,67,54)
C0M14Y67K54 
(0%,14%,67%,54%)
(0.00/0.14/0.67/0.54)	

CMYK percentages

%0
%14.41
%66.95
%53.73

Codes

Color #766527 in popluar color models

766527
RGB11810139
HSL47°50.32%30.78%
HSB/HSV47°66.95%46.27%
CMYK0.00%14.41%66.95%
53.73%

Color #766527 in popluar number systems.

HEX766527
Decimal11810139
Binary11101101100101100111
Octal16614547

Shades and tints

Shades of #766527

#766527
(118,101,39)
#6C5C24
(108,92,36)
#625321
(98,83,33)
#584A1E
(88,74,30)
#4E411B
(78,65,27)
#443818
(68,56,24)
#3A2F15
(58,47,21)
#302612
(48,38,18)
#261D0F
(38,29,15)
#1C140C
(28,20,12)
#120B09
(18,11,9)
#000000
(0,0,0)

Tints of #766527

#766527
(118,101,39)
#82733A
(130,115,58)
#8E814D
(142,129,77)
#9A8F60
(154,143,96)
#A69D73
(166,157,115)
#B2AB86
(178,171,134)
#BEB999
(190,185,153)
#CAC7AC
(202,199,172)
#D6D5BF
(214,213,191)
#E2E3D2
(226,227,210)
#EEF1E5
(238,241,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #766527 color. Also use rgb(118,101,39) instead hex code.

Text Font Color

.myTextColor { color: #766527; }

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

This text font color is #766527.


Background Color

.myBgColor { background-color: #766527; }

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

This div background color is #766527.


Border color

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

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

This div border color is #766527.


Opacity

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

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

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

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

This text has shadow with #766527 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #766527 on black background.


Color preview on white background

This text has color #766527 on white background.



Black color preview on #766527 background

This text has black color on #766527 background.


White color preview on #766527 background

This text has white color on #766527 background.