COLOR #76645F

HEX: #76645F
RGB: (118,100,95)

Color info

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

RGB color model

#76645F color RGB value is (118,100,95).

  • red value is 118;
  • green value is 100;
  • blue value is 95.
RGB:
(118,100,95)
(46%,39%,37%)

RGB channels and saturation

R 118 of 255 = 46%
G 100 of 255 = 39%
B 95 of 255 = 37%

118
100
95

R + G + B ~ 41%. #76645F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
118 + 100 + 95 = 313 (100%)
R 118 of 313 ~ 37.7%
G 100 of 313 ~ 31.95%
B 95 of 313 ~ 30.35%

%37.7
%31.95
%30.35

CMYK color model

#76645F color CMYK value is (0,15,19,54).

  • cyan value is 0.00%
  • magenta value is 15.25%
  • yellow value is 19.49%
  • key color value is 53.73%
CMYK:
(0,15,19,54)
C0M15Y19K54 
(0%,15%,19%,54%)
(0.00/0.15/0.19/0.54)	

CMYK percentages

%0
%15.25
%19.49
%53.73

Codes

Color #76645F in popluar color models

76645F
RGB11810095
HSL13°10.80%41.76%
HSB/HSV13°19.49%46.27%
CMYK0.00%15.25%19.49%
53.73%

Color #76645F in popluar number systems.

HEX76645F
Decimal11810095
Binary111011011001001011111
Octal166144137

Shades and tints

Shades of #76645F

#76645F
(118,100,95)
#6C5B57
(108,91,87)
#62524F
(98,82,79)
#584947
(88,73,71)
#4E403F
(78,64,63)
#443737
(68,55,55)
#3A2E2F
(58,46,47)
#302527
(48,37,39)
#261C1F
(38,28,31)
#1C1317
(28,19,23)
#120A0F
(18,10,15)
#000000
(0,0,0)

Tints of #76645F

#76645F
(118,100,95)
#82726D
(130,114,109)
#8E807B
(142,128,123)
#9A8E89
(154,142,137)
#A69C97
(166,156,151)
#B2AAA5
(178,170,165)
#BEB8B3
(190,184,179)
#CAC6C1
(202,198,193)
#D6D4CF
(214,212,207)
#E2E2DD
(226,226,221)
#EEF0EB
(238,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76645F color. Also use rgb(118,100,95) instead hex code.

Text Font Color

.myTextColor { color: #76645F; }

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

This text font color is #76645F.


Background Color

.myBgColor { background-color: #76645F; }

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

This div background color is #76645F.


Border color

.myBorderColor { border: 1px solid #76645F; }

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

This div border color is #76645F.


Opacity

.myOpacity80 { color: #76645F; opacity: 0.8; }

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

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

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

This text has shadow with #76645F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76645F on black background.


Color preview on white background

This text has color #76645F on white background.



Black color preview on #76645F background

This text has black color on #76645F background.


White color preview on #76645F background

This text has white color on #76645F background.