COLOR #757B5B

HEX: #757B5B RGB: (117,123,91)

Color info

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

RGB color model

#757B5B color RGB value is (117,123,91).

RGB: (117,123,91) (46%, 48%, 36%)

RGB channels and saturation

R 117 of 255 = 46%
G 123 of 255 = 48%
B 91 of 255 = 36%

117
123
91

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

Portions of RGB colors in percentages

R + G + B = 117 + 123 + 91 = 331 (100%)
R 117 of 331 ~ 35.35%
G 123 of 331 ~ 37.16%
B 91 of 331 ~ 27.49'%

%35.35
%37.16
%27.49

CMYK color model

#757B5B color CMYK value is (5,0,26,52).

  • cyan value is 4.88%
  • magenta value is 0.00%
  • yellow value is 26.02%
  • key color value is 51.76%
CMYK: (5,0,26,52) C5M0Y26K52 (5%,0%,26%,52%) (0.05/0.00/0.26/0.52) 

CMYK percentages

%4.88
%0
%26.02
%51.76

Codes

Color #757B5B in popluar color models

75 7B 5B
RGB 117 123 91
HSL 71° 14.95% 41.96%
HSB/HSV 71° 26.02% 48.24%
CMYK 4.88% 0.00% 26.02%
51.76%

Color #757B5B in popluar number systems.

HEX 75 7B 5B
Decimal 117 123 91
Binary 1110101 1111011 1011011
Octal 165 173 133

Shades and tints

Shades of #757B5B

#757B5B
(117,123,91)
#6B7053
(107,112,83)
#61654B
(97,101,75)
#575A43
(87,90,67)
#4D4F3B
(77,79,59)
#434433
(67,68,51)
#39392B
(57,57,43)
#2F2E23
(47,46,35)
#25231B
(37,35,27)
#1B1813
(27,24,19)
#110D0B
(17,13,11)
#000000
(0,0,0)

Tints of #757B5B

#757B5B
(117,123,91)
#818769
(129,135,105)
#8D9377
(141,147,119)
#999F85
(153,159,133)
#A5AB93
(165,171,147)
#B1B7A1
(177,183,161)
#BDC3AF
(189,195,175)
#C9CFBD
(201,207,189)
#D5DBCB
(213,219,203)
#E1E7D9
(225,231,217)
#EDF3E7
(237,243,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #757B5B color. Also use rgb(117,123,91) instead hex code.

Text Font Color

.myTextColor { color: #757B5B; }

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

This text font color is #757B5B.

Background Color

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

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

This div background color is #757B5B.

Border color

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

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

This div border color is #757B5B.

Opacity

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

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

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

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

This text has shadow with #757B5B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #757B5B.

Preview

Color preview on black background

This text has color #757B5B on black background.


Color preview on white background

This text has color #757B5B on white background.


Black color preview on #757B5B background

This text has black color on #757B5B background.


White color preview on #757B5B background

This text has white color on #757B5B background.


Related colors

Complementary color

Complementary color for #hex is #8A84A4.


I love getcolorcode.com

Triadic colors

1 #5B757B and #7B5B75 with #757B5B are triadic colors.

2 #5B7B75 and #7B755B with #757B5B are triadic colors.