COLOR #75716F

HEX: #75716F RGB: (117,113,111)

Color info

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

RGB color model

#75716F color RGB value is (117,113,111).

RGB: (117,113,111) (46%, 44%, 44%)

RGB channels and saturation

R 117 of 255 = 46%
G 113 of 255 = 44%
B 111 of 255 = 44%

117
113
111

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

Portions of RGB colors in percentages

R + G + B = 117 + 113 + 111 = 341 (100%)
R 117 of 341 ~ 34.31%
G 113 of 341 ~ 33.14%
B 111 of 341 ~ 32.55'%

%34.31
%33.14
%32.55

CMYK color model

#75716F color CMYK value is (0,3,5,54).

  • cyan value is 0.00%
  • magenta value is 3.42%
  • yellow value is 5.13%
  • key color value is 54.12%

CMYK: (0,3,5,54)
C0M3Y5K54 (0%, 3%, 5%, 54%)
(0.00 / 0.03 / 0.05 / 0.54)

CMYK percentages

%0
%3.42
%5.13
%54.12

Codes

Color #75716F in popluar color models

75 71 6F
RGB 117 113 111
HSL 20° 2.63% 44.71%
HSB/HSV 20° 5.13% 45.88%
CMYK 0.00% 3.42% 5.13%
54.12%

Color #75716F in popluar number systems.

HEX 75 71 6F
Decimal 117 113 111
Binary 1110101 1110001 1101111
Octal 165 161 157

Shades and tints

Shades of #75716F

#75716F
(117,113,111)
#6B6765
(107,103,101)
#615D5B
(97,93,91)
#575351
(87,83,81)
#4D4947
(77,73,71)
#433F3D
(67,63,61)
#393533
(57,53,51)
#2F2B29
(47,43,41)
#25211F
(37,33,31)
#1B1715
(27,23,21)
#110D0B
(17,13,11)
#000000
(0,0,0)

Tints of #75716F

#75716F
(117,113,111)
#817D7C
(129,125,124)
#8D8989
(141,137,137)
#999596
(153,149,150)
#A5A1A3
(165,161,163)
#B1ADB0
(177,173,176)
#BDB9BD
(189,185,189)
#C9C5CA
(201,197,202)
#D5D1D7
(213,209,215)
#E1DDE4
(225,221,228)
#EDE9F1
(237,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75716F color. Also use rgb(117,113,111) instead hex code.

Text Font Color

.myTextColor { color: #75716F; }

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

This text font color is #75716F.

Background Color

.myBgColor { background-color: #75716F; }

<div style="background-color:#75716F">Inner text</div>

This div background color is #75716F.

Border color

.myBorderColor { border: 1px solid #75716F; }

<div style="border:3px solid #75716F">Div</div>

This div border color is #75716F.

Opacity

.myOpacity80 { color: #75716F; opacity: 0.8; }

<p style="color:#75716F;opacity:0.8;">80%</p>

Text with #75716F 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 #75716F;}

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

This text has shadow with #75716F color.


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

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

This text has shadow with #75716F primary color and red secondary color.


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

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

This text has shadow with #75716F and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #75716F.

Preview

Color preview on black background

This text has color #75716F on black background.


Color preview on white background

This text has color #75716F on white background.


Black color preview on #75716F background

This text has black color on #75716F background.


White color preview on #75716F background

This text has white color on #75716F background.


Related colors

Complementary color

Complementary color for #hex is #8A8E90.


I love getcolorcode.com

Triadic colors

1 #6F7571 and #716F75 with #75716F are triadic colors.

2 #6F7175 and #71756F with #75716F are triadic colors.