COLOR #765756

HEX: #765756
RGB: (118,87,86)

Color info

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

RGB color model

#765756 color RGB value is (118,87,86).

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

RGB channels and saturation

R 118 of 255 = 46%
G 87 of 255 = 34%
B 86 of 255 = 34%

118
87
86

R + G + B ~ 38%. #765756 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
118 + 87 + 86 = 291 (100%)
R 118 of 291 ~ 40.55%
G 87 of 291 ~ 29.9%
B 86 of 291 ~ 29.55%

%40.55
%29.9
%29.55

CMYK color model

#765756 color CMYK value is (0,26,27,54).

  • cyan value is 0.00%
  • magenta value is 26.27%
  • yellow value is 27.12%
  • key color value is 53.73%
CMYK:
(0,26,27,54)
C0M26Y27K54 
(0%,26%,27%,54%)
(0.00/0.26/0.27/0.54)	

CMYK percentages

%0
%26.27
%27.12
%53.73

Codes

Color #765756 in popluar color models

765756
RGB1188786
HSL15.69%40.00%
HSB/HSV27.12%46.27%
CMYK0.00%26.27%27.12%
53.73%

Color #765756 in popluar number systems.

HEX765756
Decimal1188786
Binary111011010101111010110
Octal166127126

Shades and tints

Shades of #765756

#765756
(118,87,86)
#6C504F
(108,80,79)
#624948
(98,73,72)
#584241
(88,66,65)
#4E3B3A
(78,59,58)
#443433
(68,52,51)
#3A2D2C
(58,45,44)
#302625
(48,38,37)
#261F1E
(38,31,30)
#1C1817
(28,24,23)
#121110
(18,17,16)
#000000
(0,0,0)

Tints of #765756

#765756
(118,87,86)
#826665
(130,102,101)
#8E7574
(142,117,116)
#9A8483
(154,132,131)
#A69392
(166,147,146)
#B2A2A1
(178,162,161)
#BEB1B0
(190,177,176)
#CAC0BF
(202,192,191)
#D6CFCE
(214,207,206)
#E2DEDD
(226,222,221)
#EEEDEC
(238,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #765756; }

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

This text font color is #765756.


Background Color

.myBgColor { background-color: #765756; }

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

This div background color is #765756.


Border color

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

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

This div border color is #765756.


Opacity

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

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

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

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

This text has shadow with #765756 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #765756 on black background.


Color preview on white background

This text has color #765756 on white background.



Black color preview on #765756 background

This text has black color on #765756 background.


White color preview on #765756 background

This text has white color on #765756 background.