COLOR #756E4A

HEX: #756E4A
RGB: (117,110,74)

Color info

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

RGB color model

#756E4A color RGB value is (117,110,74).

  • red value is 117;
  • green value is 110;
  • blue value is 74.
RGB:
(117,110,74)
(46%,43%,29%)

RGB channels and saturation

R 117 of 255 = 46%
G 110 of 255 = 43%
B 74 of 255 = 29%

117
110
74

R + G + B ~ 39%. #756E4A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
117 + 110 + 74 = 301 (100%)
R 117 of 301 ~ 38.87%
G 110 of 301 ~ 36.54%
B 74 of 301 ~ 24.58%

%38.87
%36.54
%24.58

CMYK color model

#756E4A color CMYK value is (0,6,37,54).

  • cyan value is 0.00%
  • magenta value is 5.98%
  • yellow value is 36.75%
  • key color value is 54.12%
CMYK:
(0,6,37,54)
C0M6Y37K54 
(0%,6%,37%,54%)
(0.00/0.06/0.37/0.54)	

CMYK percentages

%0
%5.98
%36.75
%54.12

Codes

Color #756E4A in popluar color models

756E4A
RGB11711074
HSL50°22.51%37.45%
HSB/HSV50°36.75%45.88%
CMYK0.00%5.98%36.75%
54.12%

Color #756E4A in popluar number systems.

HEX756E4A
Decimal11711074
Binary111010111011101001010
Octal165156112

Shades and tints

Shades of #756E4A

#756E4A
(117,110,74)
#6B6444
(107,100,68)
#615A3E
(97,90,62)
#575038
(87,80,56)
#4D4632
(77,70,50)
#433C2C
(67,60,44)
#393226
(57,50,38)
#2F2820
(47,40,32)
#251E1A
(37,30,26)
#1B1414
(27,20,20)
#110A0E
(17,10,14)
#000000
(0,0,0)

Tints of #756E4A

#756E4A
(117,110,74)
#817B5A
(129,123,90)
#8D886A
(141,136,106)
#99957A
(153,149,122)
#A5A28A
(165,162,138)
#B1AF9A
(177,175,154)
#BDBCAA
(189,188,170)
#C9C9BA
(201,201,186)
#D5D6CA
(213,214,202)
#E1E3DA
(225,227,218)
#EDF0EA
(237,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #756E4A color. Also use rgb(117,110,74) instead hex code.

Text Font Color

.myTextColor { color: #756E4A; }

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

This text font color is #756E4A.


Background Color

.myBgColor { background-color: #756E4A; }

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

This div background color is #756E4A.


Border color

.myBorderColor { border: 1px solid #756E4A; }

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

This div border color is #756E4A.


Opacity

.myOpacity80 { color: #756E4A; opacity: 0.8; }

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

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

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

This text has shadow with #756E4A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #756E4A on black background.


Color preview on white background

This text has color #756E4A on white background.



Black color preview on #756E4A background

This text has black color on #756E4A background.


White color preview on #756E4A background

This text has white color on #756E4A background.