COLOR #757F59

HEX: #757F59 RGB: (117,127,89)

Color info

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

RGB color model

#757F59 color RGB value is (117,127,89).

RGB: (117,127,89) (46%, 50%, 35%)

RGB channels and saturation

R 117 of 255 = 46%
G 127 of 255 = 50%
B 89 of 255 = 35%

117
127
89

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

Portions of RGB colors in percentages

R + G + B = 117 + 127 + 89 = 333 (100%)
R 117 of 333 ~ 35.14%
G 127 of 333 ~ 38.14%
B 89 of 333 ~ 26.73'%

%35.14
%38.14
%26.73

CMYK color model

#757F59 color CMYK value is (8,0,30,50).

  • cyan value is 7.87%
  • magenta value is 0.00%
  • yellow value is 29.92%
  • key color value is 50.20%

CMYK: (8,0,30,50)
C8M0Y30K50 (8%, 0%, 30%, 50%)
(0.08 / 0.00 / 0.30 / 0.50)

CMYK percentages

%7.87
%0
%29.92
%50.2

Codes

Color #757F59 in popluar color models

75 7F 59
RGB 117 127 89
HSL 76° 17.59% 42.35%
HSB/HSV 76° 29.92% 49.80%
CMYK 7.87% 0.00% 29.92%
50.20%

Color #757F59 in popluar number systems.

HEX 75 7F 59
Decimal 117 127 89
Binary 1110101 1111111 1011001
Octal 165 177 131

Shades and tints

Shades of #757F59

#757F59
(117,127,89)
#6B7451
(107,116,81)
#616949
(97,105,73)
#575E41
(87,94,65)
#4D5339
(77,83,57)
#434831
(67,72,49)
#393D29
(57,61,41)
#2F3221
(47,50,33)
#252719
(37,39,25)
#1B1C11
(27,28,17)
#111109
(17,17,9)
#000000
(0,0,0)

Tints of #757F59

#757F59
(117,127,89)
#818A68
(129,138,104)
#8D9577
(141,149,119)
#99A086
(153,160,134)
#A5AB95
(165,171,149)
#B1B6A4
(177,182,164)
#BDC1B3
(189,193,179)
#C9CCC2
(201,204,194)
#D5D7D1
(213,215,209)
#E1E2E0
(225,226,224)
#EDEDEF
(237,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #757F59 color. Also use rgb(117,127,89) instead hex code.

Text Font Color

.myTextColor { color: #757F59; }

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

This text font color is #757F59.

Background Color

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

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

This div background color is #757F59.

Border color

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

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

This div border color is #757F59.

Opacity

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

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

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

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

This text has shadow with #757F59 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #757F59.

Preview

Color preview on black background

This text has color #757F59 on black background.


Color preview on white background

This text has color #757F59 on white background.


Black color preview on #757F59 background

This text has black color on #757F59 background.


White color preview on #757F59 background

This text has white color on #757F59 background.


Related colors

Complementary color

Complementary color for #hex is #8A80A6.


I love getcolorcode.com

Triadic colors

1 #59757F and #7F5975 with #757F59 are triadic colors.

2 #597F75 and #7F7559 with #757F59 are triadic colors.