COLOR #76654A

HEX: #76654A
RGB: (118,101,74)

Color info

#76654A contains red, green and blue colors in about the same proportion. Web safe color of #76654A is #666633 (or #663).

RGB color model

#76654A color RGB value is (118,101,74).

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

RGB channels and saturation

R 118 of 255 = 46%
G 101 of 255 = 40%
B 74 of 255 = 29%

118
101
74

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

Portions of RGB colors in percentages

R + G + B =
118 + 101 + 74 = 293 (100%)
R 118 of 293 ~ 40.27%
G 101 of 293 ~ 34.47%
B 74 of 293 ~ 25.26%

%40.27
%34.47
%25.26

CMYK color model

#76654A color CMYK value is (0,14,37,54).

  • cyan value is 0.00%
  • magenta value is 14.41%
  • yellow value is 37.29%
  • key color value is 53.73%
CMYK:
(0,14,37,54)
C0M14Y37K54 
(0%,14%,37%,54%)
(0.00/0.14/0.37/0.54)	

CMYK percentages

%0
%14.41
%37.29
%53.73

Codes

Color #76654A in popluar color models

76654A
RGB11810174
HSL37°22.92%37.65%
HSB/HSV37°37.29%46.27%
CMYK0.00%14.41%37.29%
53.73%

Color #76654A in popluar number systems.

HEX76654A
Decimal11810174
Binary111011011001011001010
Octal166145112

Shades and tints

Shades of #76654A

#76654A
(118,101,74)
#6C5C44
(108,92,68)
#62533E
(98,83,62)
#584A38
(88,74,56)
#4E4132
(78,65,50)
#44382C
(68,56,44)
#3A2F26
(58,47,38)
#302620
(48,38,32)
#261D1A
(38,29,26)
#1C1414
(28,20,20)
#120B0E
(18,11,14)
#000000
(0,0,0)

Tints of #76654A

#76654A
(118,101,74)
#82735A
(130,115,90)
#8E816A
(142,129,106)
#9A8F7A
(154,143,122)
#A69D8A
(166,157,138)
#B2AB9A
(178,171,154)
#BEB9AA
(190,185,170)
#CAC7BA
(202,199,186)
#D6D5CA
(214,213,202)
#E2E3DA
(226,227,218)
#EEF1EA
(238,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76654A; }

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

This text font color is #76654A.


Background Color

.myBgColor { background-color: #76654A; }

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

This div background color is #76654A.


Border color

.myBorderColor { border: 1px solid #76654A; }

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

This div border color is #76654A.


Opacity

.myOpacity80 { color: #76654A; opacity: 0.8; }

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

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

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

This text has shadow with #76654A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76654A on black background.


Color preview on white background

This text has color #76654A on white background.



Black color preview on #76654A background

This text has black color on #76654A background.


White color preview on #76654A background

This text has white color on #76654A background.