COLOR #757D69

HEX: #757D69 RGB: (117,125,105)

Color info

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

RGB color model

#757D69 color RGB value is (117,125,105).

RGB: (117,125,105) (46%, 49%, 41%)

RGB channels and saturation

R 117 of 255 = 46%
G 125 of 255 = 49%
B 105 of 255 = 41%

117
125
105

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

Portions of RGB colors in percentages

R + G + B = 117 + 125 + 105 = 347 (100%)
R 117 of 347 ~ 33.72%
G 125 of 347 ~ 36.02%
B 105 of 347 ~ 30.26'%

%33.72
%36.02
%30.26

CMYK color model

#757D69 color CMYK value is (6,0,16,51).

  • cyan value is 6.40%
  • magenta value is 0.00%
  • yellow value is 16.00%
  • key color value is 50.98%

CMYK: (6,0,16,51)
C6M0Y16K51 (6%, 0%, 16%, 51%)
(0.06 / 0.00 / 0.16 / 0.51)

CMYK percentages

%6.4
%0
%16
%50.98

Codes

Color #757D69 in popluar color models

75 7D 69
RGB 117 125 105
HSL 84° 8.70% 45.10%
HSB/HSV 84° 16.00% 49.02%
CMYK 6.40% 0.00% 16.00%
50.98%

Color #757D69 in popluar number systems.

HEX 75 7D 69
Decimal 117 125 105
Binary 1110101 1111101 1101001
Octal 165 175 151

Shades and tints

Shades of #757D69

#757D69
(117,125,105)
#6B7260
(107,114,96)
#616757
(97,103,87)
#575C4E
(87,92,78)
#4D5145
(77,81,69)
#43463C
(67,70,60)
#393B33
(57,59,51)
#2F302A
(47,48,42)
#252521
(37,37,33)
#1B1A18
(27,26,24)
#110F0F
(17,15,15)
#000000
(0,0,0)

Tints of #757D69

#757D69
(117,125,105)
#818876
(129,136,118)
#8D9383
(141,147,131)
#999E90
(153,158,144)
#A5A99D
(165,169,157)
#B1B4AA
(177,180,170)
#BDBFB7
(189,191,183)
#C9CAC4
(201,202,196)
#D5D5D1
(213,213,209)
#E1E0DE
(225,224,222)
#EDEBEB
(237,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #757D69 color. Also use rgb(117,125,105) instead hex code.

Text Font Color

.myTextColor { color: #757D69; }

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

This text font color is #757D69.

Background Color

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

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

This div background color is #757D69.

Border color

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

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

This div border color is #757D69.

Opacity

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

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

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

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

This text has shadow with #757D69 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #757D69.

Preview

Color preview on black background

This text has color #757D69 on black background.


Color preview on white background

This text has color #757D69 on white background.


Black color preview on #757D69 background

This text has black color on #757D69 background.


White color preview on #757D69 background

This text has white color on #757D69 background.


Related colors

Complementary color

Complementary color for #hex is #8A8296.


I love getcolorcode.com

Triadic colors

1 #69757D and #7D6975 with #757D69 are triadic colors.

2 #697D75 and #7D7569 with #757D69 are triadic colors.