COLOR #757D6E

HEX: #757D6E RGB: (117,125,110)

Color info

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

RGB color model

#757D6E color RGB value is (117,125,110).

RGB: (117,125,110) (46%, 49%, 43%)

RGB channels and saturation

R 117 of 255 = 46%
G 125 of 255 = 49%
B 110 of 255 = 43%

117
125
110

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

Portions of RGB colors in percentages

R + G + B = 117 + 125 + 110 = 352 (100%)
R 117 of 352 ~ 33.24%
G 125 of 352 ~ 35.51%
B 110 of 352 ~ 31.25'%

%33.24
%35.51
%31.25

CMYK color model

#757D6E color CMYK value is (6,0,12,51).

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

CMYK: (6,0,12,51)
C6M0Y12K51 (6%, 0%, 12%, 51%)
(0.06 / 0.00 / 0.12 / 0.51)

CMYK percentages

%6.4
%0
%12
%50.98

Codes

Color #757D6E in popluar color models

75 7D 6E
RGB 117 125 110
HSL 92° 6.38% 46.08%
HSB/HSV 92° 12.00% 49.02%
CMYK 6.40% 0.00% 12.00%
50.98%

Color #757D6E in popluar number systems.

HEX 75 7D 6E
Decimal 117 125 110
Binary 1110101 1111101 1101110
Octal 165 175 156

Shades and tints

Shades of #757D6E

#757D6E
(117,125,110)
#6B7264
(107,114,100)
#61675A
(97,103,90)
#575C50
(87,92,80)
#4D5146
(77,81,70)
#43463C
(67,70,60)
#393B32
(57,59,50)
#2F3028
(47,48,40)
#25251E
(37,37,30)
#1B1A14
(27,26,20)
#110F0A
(17,15,10)
#000000
(0,0,0)

Tints of #757D6E

#757D6E
(117,125,110)
#81887B
(129,136,123)
#8D9388
(141,147,136)
#999E95
(153,158,149)
#A5A9A2
(165,169,162)
#B1B4AF
(177,180,175)
#BDBFBC
(189,191,188)
#C9CAC9
(201,202,201)
#D5D5D6
(213,213,214)
#E1E0E3
(225,224,227)
#EDEBF0
(237,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #757D6E; }

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

This text font color is #757D6E.

Background Color

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

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

This div background color is #757D6E.

Border color

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

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

This div border color is #757D6E.

Opacity

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

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

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

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

This text has shadow with #757D6E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #757D6E.

Preview

Color preview on black background

This text has color #757D6E on black background.


Color preview on white background

This text has color #757D6E on white background.


Black color preview on #757D6E background

This text has black color on #757D6E background.


White color preview on #757D6E background

This text has white color on #757D6E background.


Related colors

Complementary color

Complementary color for #hex is #8A8291.


I love getcolorcode.com

Triadic colors

1 #6E757D and #7D6E75 with #757D6E are triadic colors.

2 #6E7D75 and #7D756E with #757D6E are triadic colors.