COLOR #756E5F

HEX: #756E5F RGB: (117,110,95)

Color info

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

RGB color model

#756E5F color RGB value is (117,110,95).

RGB: (117,110,95) (46%, 43%, 37%)

RGB channels and saturation

R 117 of 255 = 46%
G 110 of 255 = 43%
B 95 of 255 = 37%

117
110
95

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

Portions of RGB colors in percentages

R + G + B = 117 + 110 + 95 = 322 (100%)
R 117 of 322 ~ 36.34%
G 110 of 322 ~ 34.16%
B 95 of 322 ~ 29.5'%

%36.34
%34.16
%29.5

CMYK color model

#756E5F color CMYK value is (0,6,19,54).

  • cyan value is 0.00%
  • magenta value is 5.98%
  • yellow value is 18.80%
  • key color value is 54.12%

CMYK: (0,6,19,54)
C0M6Y19K54 (0%, 6%, 19%, 54%)
(0.00 / 0.06 / 0.19 / 0.54)

CMYK percentages

%0
%5.98
%18.8
%54.12

Codes

Color #756E5F in popluar color models

75 6E 5F
RGB 117 110 95
HSL 41° 10.38% 41.57%
HSB/HSV 41° 18.80% 45.88%
CMYK 0.00% 5.98% 18.80%
54.12%

Color #756E5F in popluar number systems.

HEX 75 6E 5F
Decimal 117 110 95
Binary 1110101 1101110 1011111
Octal 165 156 137

Shades and tints

Shades of #756E5F

#756E5F
(117,110,95)
#6B6457
(107,100,87)
#615A4F
(97,90,79)
#575047
(87,80,71)
#4D463F
(77,70,63)
#433C37
(67,60,55)
#39322F
(57,50,47)
#2F2827
(47,40,39)
#251E1F
(37,30,31)
#1B1417
(27,20,23)
#110A0F
(17,10,15)
#000000
(0,0,0)

Tints of #756E5F

#756E5F
(117,110,95)
#817B6D
(129,123,109)
#8D887B
(141,136,123)
#999589
(153,149,137)
#A5A297
(165,162,151)
#B1AFA5
(177,175,165)
#BDBCB3
(189,188,179)
#C9C9C1
(201,201,193)
#D5D6CF
(213,214,207)
#E1E3DD
(225,227,221)
#EDF0EB
(237,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #756E5F; }

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

This text font color is #756E5F.

Background Color

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

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

This div background color is #756E5F.

Border color

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

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

This div border color is #756E5F.

Opacity

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

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

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

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

This text has shadow with #756E5F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #756E5F.

Preview

Color preview on black background

This text has color #756E5F on black background.


Color preview on white background

This text has color #756E5F on white background.


Black color preview on #756E5F background

This text has black color on #756E5F background.


White color preview on #756E5F background

This text has white color on #756E5F background.


Related colors

Complementary color

Complementary color for #hex is #8A91A0.


I love getcolorcode.com

Triadic colors

1 #5F756E and #6E5F75 with #756E5F are triadic colors.

2 #5F6E75 and #6E755F with #756E5F are triadic colors.