COLOR #757F66

HEX: #757F66 RGB: (117,127,102)

Color info

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

RGB color model

#757F66 color RGB value is (117,127,102).

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

RGB channels and saturation

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

117
127
102

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

Portions of RGB colors in percentages

R + G + B = 117 + 127 + 102 = 346 (100%)
R 117 of 346 ~ 33.82%
G 127 of 346 ~ 36.71%
B 102 of 346 ~ 29.48'%

%33.82
%36.71
%29.48

CMYK color model

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

  • cyan value is 7.87%
  • magenta value is 0.00%
  • yellow value is 19.69%
  • 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
%19.69
%50.2

Codes

Color #757F66 in popluar color models

75 7F 66
RGB 117 127 102
HSL 84° 10.92% 44.90%
HSB/HSV 84° 19.69% 49.80%
CMYK 7.87% 0.00% 19.69%
50.20%

Color #757F66 in popluar number systems.

HEX 75 7F 66
Decimal 117 127 102
Binary 1110101 1111111 1100110
Octal 165 177 146

Shades and tints

Shades of #757F66

#757F66
(117,127,102)
#6B745D
(107,116,93)
#616954
(97,105,84)
#575E4B
(87,94,75)
#4D5342
(77,83,66)
#434839
(67,72,57)
#393D30
(57,61,48)
#2F3227
(47,50,39)
#25271E
(37,39,30)
#1B1C15
(27,28,21)
#11110C
(17,17,12)
#000000
(0,0,0)

Tints of #757F66

#757F66
(117,127,102)
#818A73
(129,138,115)
#8D9580
(141,149,128)
#99A08D
(153,160,141)
#A5AB9A
(165,171,154)
#B1B6A7
(177,182,167)
#BDC1B4
(189,193,180)
#C9CCC1
(201,204,193)
#D5D7CE
(213,215,206)
#E1E2DB
(225,226,219)
#EDEDE8
(237,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #757F66; }

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

This text font color is #757F66.

Background Color

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

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

This div background color is #757F66.

Border color

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

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

This div border color is #757F66.

Opacity

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

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

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

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

This text has shadow with #757F66 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #757F66.

Preview

Color preview on black background

This text has color #757F66 on black background.


Color preview on white background

This text has color #757F66 on white background.


Black color preview on #757F66 background

This text has black color on #757F66 background.


White color preview on #757F66 background

This text has white color on #757F66 background.


Related colors

Complementary color

Complementary color for #hex is #8A8099.


I love getcolorcode.com

Triadic colors

1 #66757F and #7F6675 with #757F66 are triadic colors.

2 #667F75 and #7F7566 with #757F66 are triadic colors.