COLOR #757F65

HEX: #757F65 RGB: (117,127,101)

Color info

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

RGB color model

#757F65 color RGB value is (117,127,101).

RGB: (117,127,101) (46%, 50%, 40%)

RGB channels and saturation

R 117 of 255 = 46%
G 127 of 255 = 50%
B 101 of 255 = 40%

117
127
101

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

Portions of RGB colors in percentages

R + G + B = 117 + 127 + 101 = 345 (100%)
R 117 of 345 ~ 33.91%
G 127 of 345 ~ 36.81%
B 101 of 345 ~ 29.28'%

%33.91
%36.81
%29.28

CMYK color model

#757F65 color CMYK value is (8,0,20,50).

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

CMYK: (8,0,20,50)
C8M0Y20K50 (8%, 0%, 20%, 50%)
(0.08 / 0.00 / 0.20 / 0.50)

CMYK percentages

%7.87
%0
%20.47
%50.2

Codes

Color #757F65 in popluar color models

75 7F 65
RGB 117 127 101
HSL 83° 11.40% 44.71%
HSB/HSV 83° 20.47% 49.80%
CMYK 7.87% 0.00% 20.47%
50.20%

Color #757F65 in popluar number systems.

HEX 75 7F 65
Decimal 117 127 101
Binary 1110101 1111111 1100101
Octal 165 177 145

Shades and tints

Shades of #757F65

#757F65
(117,127,101)
#6B745C
(107,116,92)
#616953
(97,105,83)
#575E4A
(87,94,74)
#4D5341
(77,83,65)
#434838
(67,72,56)
#393D2F
(57,61,47)
#2F3226
(47,50,38)
#25271D
(37,39,29)
#1B1C14
(27,28,20)
#11110B
(17,17,11)
#000000
(0,0,0)

Tints of #757F65

#757F65
(117,127,101)
#818A73
(129,138,115)
#8D9581
(141,149,129)
#99A08F
(153,160,143)
#A5AB9D
(165,171,157)
#B1B6AB
(177,182,171)
#BDC1B9
(189,193,185)
#C9CCC7
(201,204,199)
#D5D7D5
(213,215,213)
#E1E2E3
(225,226,227)
#EDEDF1
(237,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #757F65; }

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

This text font color is #757F65.

Background Color

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

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

This div background color is #757F65.

Border color

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

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

This div border color is #757F65.

Opacity

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

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

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

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

This text has shadow with #757F65 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #757F65.

Preview

Color preview on black background

This text has color #757F65 on black background.


Color preview on white background

This text has color #757F65 on white background.


Black color preview on #757F65 background

This text has black color on #757F65 background.


White color preview on #757F65 background

This text has white color on #757F65 background.


Related colors

Complementary color

Complementary color for #hex is #8A809A.


I love getcolorcode.com

Triadic colors

1 #65757F and #7F6575 with #757F65 are triadic colors.

2 #657F75 and #7F7565 with #757F65 are triadic colors.