COLOR #756F51

HEX: #756F51
RGB: (117,111,81)

Color info

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

RGB color model

#756F51 color RGB value is (117,111,81).

  • red value is 117;
  • green value is 111;
  • blue value is 81.
RGB:
(117,111,81)
(46%,44%,32%)

RGB channels and saturation

R 117 of 255 = 46%
G 111 of 255 = 44%
B 81 of 255 = 32%

117
111
81

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

Portions of RGB colors in percentages

R + G + B =
117 + 111 + 81 = 309 (100%)
R 117 of 309 ~ 37.86%
G 111 of 309 ~ 35.92%
B 81 of 309 ~ 26.21%

%37.86
%35.92
%26.21

CMYK color model

#756F51 color CMYK value is (0,5,31,54).

  • cyan value is 0.00%
  • magenta value is 5.13%
  • yellow value is 30.77%
  • key color value is 54.12%
CMYK:
(0,5,31,54)
C0M5Y31K54 
(0%,5%,31%,54%)
(0.00/0.05/0.31/0.54)	

CMYK percentages

%0
%5.13
%30.77
%54.12

Codes

Color #756F51 in popluar color models

756F51
RGB11711181
HSL50°18.18%38.82%
HSB/HSV50°30.77%45.88%
CMYK0.00%5.13%30.77%
54.12%

Color #756F51 in popluar number systems.

HEX756F51
Decimal11711181
Binary111010111011111010001
Octal165157121

Shades and tints

Shades of #756F51

#756F51
(117,111,81)
#6B654A
(107,101,74)
#615B43
(97,91,67)
#57513C
(87,81,60)
#4D4735
(77,71,53)
#433D2E
(67,61,46)
#393327
(57,51,39)
#2F2920
(47,41,32)
#251F19
(37,31,25)
#1B1512
(27,21,18)
#110B0B
(17,11,11)
#000000
(0,0,0)

Tints of #756F51

#756F51
(117,111,81)
#817C60
(129,124,96)
#8D896F
(141,137,111)
#99967E
(153,150,126)
#A5A38D
(165,163,141)
#B1B09C
(177,176,156)
#BDBDAB
(189,189,171)
#C9CABA
(201,202,186)
#D5D7C9
(213,215,201)
#E1E4D8
(225,228,216)
#EDF1E7
(237,241,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #756F51 color. Also use rgb(117,111,81) instead hex code.

Text Font Color

.myTextColor { color: #756F51; }

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

This text font color is #756F51.


Background Color

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

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

This div background color is #756F51.


Border color

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

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

This div border color is #756F51.


Opacity

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

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

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

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

This text has shadow with #756F51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #756F51 on black background.


Color preview on white background

This text has color #756F51 on white background.



Black color preview on #756F51 background

This text has black color on #756F51 background.


White color preview on #756F51 background

This text has white color on #756F51 background.