COLOR #756F50

HEX: #756F50 RGB: (117,111,80)

Color info

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

RGB color model

#756F50 color RGB value is (117,111,80).

RGB: (117,111,80) (46%, 44%, 31%)

RGB channels and saturation

R 117 of 255 = 46%
G 111 of 255 = 44%
B 80 of 255 = 31%

117
111
80

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

Portions of RGB colors in percentages

R + G + B = 117 + 111 + 80 = 308 (100%)
R 117 of 308 ~ 37.99%
G 111 of 308 ~ 36.04%
B 80 of 308 ~ 25.97'%

%37.99
%36.04
%25.97

CMYK color model

#756F50 color CMYK value is (0,5,32,54).

  • cyan value is 0.00%
  • magenta value is 5.13%
  • yellow value is 31.62%
  • key color value is 54.12%
CMYK: (0,5,32,54) C0M5Y32K54 (0%,5%,32%,54%) (0.00/0.05/0.32/0.54) 

CMYK percentages

%0
%5.13
%31.62
%54.12

Codes

Color #756F50 in popluar color models

75 6F 50
RGB 117 111 80
HSL 50° 18.78% 38.63%
HSB/HSV 50° 31.62% 45.88%
CMYK 0.00% 5.13% 31.62%
54.12%

Color #756F50 in popluar number systems.

HEX 75 6F 50
Decimal 117 111 80
Binary 1110101 1101111 1010000
Octal 165 157 120

Shades and tints

Shades of #756F50

#756F50
(117,111,80)
#6B6549
(107,101,73)
#615B42
(97,91,66)
#57513B
(87,81,59)
#4D4734
(77,71,52)
#433D2D
(67,61,45)
#393326
(57,51,38)
#2F291F
(47,41,31)
#251F18
(37,31,24)
#1B1511
(27,21,17)
#110B0A
(17,11,10)
#000000
(0,0,0)

Tints of #756F50

#756F50
(117,111,80)
#817C5F
(129,124,95)
#8D896E
(141,137,110)
#99967D
(153,150,125)
#A5A38C
(165,163,140)
#B1B09B
(177,176,155)
#BDBDAA
(189,189,170)
#C9CAB9
(201,202,185)
#D5D7C8
(213,215,200)
#E1E4D7
(225,228,215)
#EDF1E6
(237,241,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #756F50; }

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

This text font color is #756F50.

Background Color

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

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

This div background color is #756F50.

Border color

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

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

This div border color is #756F50.

Opacity

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

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

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

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

This text has shadow with #756F50 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #756F50.

Preview

Color preview on black background

This text has color #756F50 on black background.


Color preview on white background

This text has color #756F50 on white background.


Black color preview on #756F50 background

This text has black color on #756F50 background.


White color preview on #756F50 background

This text has white color on #756F50 background.


Related colors

Complementary color

Complementary color for #hex is #8A90AF.


I love getcolorcode.com

Triadic colors

1 #50756F and #6F5075 with #756F50 are triadic colors.

2 #506F75 and #6F7550 with #756F50 are triadic colors.