COLOR #757E5C

HEX: #757E5C RGB: (117,126,92)

Color info

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

RGB color model

#757E5C color RGB value is (117,126,92).

RGB: (117,126,92) (46%, 49%, 36%)

RGB channels and saturation

R 117 of 255 = 46%
G 126 of 255 = 49%
B 92 of 255 = 36%

117
126
92

R + G + B ~ 44%. #757E5C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 117 + 126 + 92 = 335 (100%)
R 117 of 335 ~ 34.93%
G 126 of 335 ~ 37.61%
B 92 of 335 ~ 27.46'%

%34.93
%37.61
%27.46

CMYK color model

#757E5C color CMYK value is (7,0,27,51).

  • cyan value is 7.14%
  • magenta value is 0.00%
  • yellow value is 26.98%
  • key color value is 50.59%

CMYK: (7,0,27,51)
C7M0Y27K51 (7%, 0%, 27%, 51%)
(0.07 / 0.00 / 0.27 / 0.51)

CMYK percentages

%7.14
%0
%26.98
%50.59

Codes

Color #757E5C in popluar color models

75 7E 5C
RGB 117 126 92
HSL 76° 15.60% 42.75%
HSB/HSV 76° 26.98% 49.41%
CMYK 7.14% 0.00% 26.98%
50.59%

Color #757E5C in popluar number systems.

HEX 75 7E 5C
Decimal 117 126 92
Binary 1110101 1111110 1011100
Octal 165 176 134

Shades and tints

Shades of #757E5C

#757E5C
(117,126,92)
#6B7354
(107,115,84)
#61684C
(97,104,76)
#575D44
(87,93,68)
#4D523C
(77,82,60)
#434734
(67,71,52)
#393C2C
(57,60,44)
#2F3124
(47,49,36)
#25261C
(37,38,28)
#1B1B14
(27,27,20)
#11100C
(17,16,12)
#000000
(0,0,0)

Tints of #757E5C

#757E5C
(117,126,92)
#81896A
(129,137,106)
#8D9478
(141,148,120)
#999F86
(153,159,134)
#A5AA94
(165,170,148)
#B1B5A2
(177,181,162)
#BDC0B0
(189,192,176)
#C9CBBE
(201,203,190)
#D5D6CC
(213,214,204)
#E1E1DA
(225,225,218)
#EDECE8
(237,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #757E5C color. Also use rgb(117,126,92) instead hex code.

Text Font Color

.myTextColor { color: #757E5C; }

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

This text font color is #757E5C.

Background Color

.myBgColor { background-color: #757E5C; }

<div style="background-color:#757E5C">Inner text</div>

This div background color is #757E5C.

Border color

.myBorderColor { border: 1px solid #757E5C; }

<div style="border:3px solid #757E5C">Div</div>

This div border color is #757E5C.

Opacity

.myOpacity80 { color: #757E5C; opacity: 0.8; }

<p style="color:#757E5C;opacity:0.8;">80%</p>

Text with #757E5C 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 #757E5C;}

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

This text has shadow with #757E5C color.


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

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

This text has shadow with #757E5C primary color and red secondary color.


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

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

This text has shadow with #757E5C and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #757E5C.

Preview

Color preview on black background

This text has color #757E5C on black background.


Color preview on white background

This text has color #757E5C on white background.


Black color preview on #757E5C background

This text has black color on #757E5C background.


White color preview on #757E5C background

This text has white color on #757E5C background.


Related colors

Complementary color

Complementary color for #hex is #8A81A3.


I love getcolorcode.com

Triadic colors

1 #5C757E and #7E5C75 with #757E5C are triadic colors.

2 #5C7E75 and #7E755C with #757E5C are triadic colors.