COLOR #756E58

HEX: #756E58 RGB: (117,110,88)

Color info

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

RGB color model

#756E58 color RGB value is (117,110,88).

RGB: (117,110,88) (46%, 43%, 35%)

RGB channels and saturation

R 117 of 255 = 46%
G 110 of 255 = 43%
B 88 of 255 = 35%

117
110
88

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

Portions of RGB colors in percentages

R + G + B = 117 + 110 + 88 = 315 (100%)
R 117 of 315 ~ 37.14%
G 110 of 315 ~ 34.92%
B 88 of 315 ~ 27.94'%

%37.14
%34.92
%27.94

CMYK color model

#756E58 color CMYK value is (0,6,25,54).

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

CMYK: (0,6,25,54)
C0M6Y25K54 (0%, 6%, 25%, 54%)
(0.00 / 0.06 / 0.25 / 0.54)

CMYK percentages

%0
%5.98
%24.79
%54.12

Codes

Color #756E58 in popluar color models

75 6E 58
RGB 117 110 88
HSL 46° 14.15% 40.20%
HSB/HSV 46° 24.79% 45.88%
CMYK 0.00% 5.98% 24.79%
54.12%

Color #756E58 in popluar number systems.

HEX 75 6E 58
Decimal 117 110 88
Binary 1110101 1101110 1011000
Octal 165 156 130

Shades and tints

Shades of #756E58

#756E58
(117,110,88)
#6B6450
(107,100,80)
#615A48
(97,90,72)
#575040
(87,80,64)
#4D4638
(77,70,56)
#433C30
(67,60,48)
#393228
(57,50,40)
#2F2820
(47,40,32)
#251E18
(37,30,24)
#1B1410
(27,20,16)
#110A08
(17,10,8)
#000000
(0,0,0)

Tints of #756E58

#756E58
(117,110,88)
#817B67
(129,123,103)
#8D8876
(141,136,118)
#999585
(153,149,133)
#A5A294
(165,162,148)
#B1AFA3
(177,175,163)
#BDBCB2
(189,188,178)
#C9C9C1
(201,201,193)
#D5D6D0
(213,214,208)
#E1E3DF
(225,227,223)
#EDF0EE
(237,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #756E58; }

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

This text font color is #756E58.

Background Color

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

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

This div background color is #756E58.

Border color

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

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

This div border color is #756E58.

Opacity

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

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

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

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

This text has shadow with #756E58 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #756E58.

Preview

Color preview on black background

This text has color #756E58 on black background.


Color preview on white background

This text has color #756E58 on white background.


Black color preview on #756E58 background

This text has black color on #756E58 background.


White color preview on #756E58 background

This text has white color on #756E58 background.


Related colors

Complementary color

Complementary color for #hex is #8A91A7.


I love getcolorcode.com

Triadic colors

1 #58756E and #6E5875 with #756E58 are triadic colors.

2 #586E75 and #6E7558 with #756E58 are triadic colors.