COLOR #756B5A

HEX: #756B5A RGB: (117,107,90)

Color info

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

RGB color model

#756B5A color RGB value is (117,107,90).

RGB: (117,107,90) (46%, 42%, 35%)

RGB channels and saturation

R 117 of 255 = 46%
G 107 of 255 = 42%
B 90 of 255 = 35%

117
107
90

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

Portions of RGB colors in percentages

R + G + B = 117 + 107 + 90 = 314 (100%)
R 117 of 314 ~ 37.26%
G 107 of 314 ~ 34.08%
B 90 of 314 ~ 28.66'%

%37.26
%34.08
%28.66

CMYK color model

#756B5A color CMYK value is (0,9,23,54).

  • cyan value is 0.00%
  • magenta value is 8.55%
  • yellow value is 23.08%
  • key color value is 54.12%

CMYK: (0,9,23,54)
C0M9Y23K54 (0%, 9%, 23%, 54%)
(0.00 / 0.09 / 0.23 / 0.54)

CMYK percentages

%0
%8.55
%23.08
%54.12

Codes

Color #756B5A in popluar color models

75 6B 5A
RGB 117 107 90
HSL 38° 13.04% 40.59%
HSB/HSV 38° 23.08% 45.88%
CMYK 0.00% 8.55% 23.08%
54.12%

Color #756B5A in popluar number systems.

HEX 75 6B 5A
Decimal 117 107 90
Binary 1110101 1101011 1011010
Octal 165 153 132

Shades and tints

Shades of #756B5A

#756B5A
(117,107,90)
#6B6252
(107,98,82)
#61594A
(97,89,74)
#575042
(87,80,66)
#4D473A
(77,71,58)
#433E32
(67,62,50)
#39352A
(57,53,42)
#2F2C22
(47,44,34)
#25231A
(37,35,26)
#1B1A12
(27,26,18)
#11110A
(17,17,10)
#000000
(0,0,0)

Tints of #756B5A

#756B5A
(117,107,90)
#817869
(129,120,105)
#8D8578
(141,133,120)
#999287
(153,146,135)
#A59F96
(165,159,150)
#B1ACA5
(177,172,165)
#BDB9B4
(189,185,180)
#C9C6C3
(201,198,195)
#D5D3D2
(213,211,210)
#E1E0E1
(225,224,225)
#EDEDF0
(237,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #756B5A color. Also use rgb(117,107,90) instead hex code.

Text Font Color

.myTextColor { color: #756B5A; }

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

This text font color is #756B5A.

Background Color

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

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

This div background color is #756B5A.

Border color

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

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

This div border color is #756B5A.

Opacity

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

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

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

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

This text has shadow with #756B5A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #756B5A.

Preview

Color preview on black background

This text has color #756B5A on black background.


Color preview on white background

This text has color #756B5A on white background.


Black color preview on #756B5A background

This text has black color on #756B5A background.


White color preview on #756B5A background

This text has white color on #756B5A background.


Related colors

Complementary color

Complementary color for #hex is #8A94A5.


I love getcolorcode.com

Triadic colors

1 #5A756B and #6B5A75 with #756B5A are triadic colors.

2 #5A6B75 and #6B755A with #756B5A are triadic colors.