COLOR #75705D

HEX: #75705D RGB: (117,112,93)

Color info

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

RGB color model

#75705D color RGB value is (117,112,93).

RGB: (117,112,93) (46%, 44%, 36%)

RGB channels and saturation

R 117 of 255 = 46%
G 112 of 255 = 44%
B 93 of 255 = 36%

117
112
93

R + G + B ~ 42%. #75705D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 117 + 112 + 93 = 322 (100%)
R 117 of 322 ~ 36.34%
G 112 of 322 ~ 34.78%
B 93 of 322 ~ 28.88'%

%36.34
%34.78
%28.88

CMYK color model

#75705D color CMYK value is (0,4,21,54).

  • cyan value is 0.00%
  • magenta value is 4.27%
  • yellow value is 20.51%
  • key color value is 54.12%

CMYK: (0,4,21,54)
C0M4Y21K54 (0%, 4%, 21%, 54%)
(0.00 / 0.04 / 0.21 / 0.54)

CMYK percentages

%0
%4.27
%20.51
%54.12

Codes

Color #75705D in popluar color models

75 70 5D
RGB 117 112 93
HSL 48° 11.43% 41.18%
HSB/HSV 48° 20.51% 45.88%
CMYK 0.00% 4.27% 20.51%
54.12%

Color #75705D in popluar number systems.

HEX 75 70 5D
Decimal 117 112 93
Binary 1110101 1110000 1011101
Octal 165 160 135

Shades and tints

Shades of #75705D

#75705D
(117,112,93)
#6B6655
(107,102,85)
#615C4D
(97,92,77)
#575245
(87,82,69)
#4D483D
(77,72,61)
#433E35
(67,62,53)
#39342D
(57,52,45)
#2F2A25
(47,42,37)
#25201D
(37,32,29)
#1B1615
(27,22,21)
#110C0D
(17,12,13)
#000000
(0,0,0)

Tints of #75705D

#75705D
(117,112,93)
#817D6B
(129,125,107)
#8D8A79
(141,138,121)
#999787
(153,151,135)
#A5A495
(165,164,149)
#B1B1A3
(177,177,163)
#BDBEB1
(189,190,177)
#C9CBBF
(201,203,191)
#D5D8CD
(213,216,205)
#E1E5DB
(225,229,219)
#EDF2E9
(237,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75705D color. Also use rgb(117,112,93) instead hex code.

Text Font Color

.myTextColor { color: #75705D; }

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

This text font color is #75705D.

Background Color

.myBgColor { background-color: #75705D; }

<div style="background-color:#75705D">Inner text</div>

This div background color is #75705D.

Border color

.myBorderColor { border: 1px solid #75705D; }

<div style="border:3px solid #75705D">Div</div>

This div border color is #75705D.

Opacity

.myOpacity80 { color: #75705D; opacity: 0.8; }

<p style="color:#75705D;opacity:0.8;">80%</p>

Text with #75705D 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 #75705D;}

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

This text has shadow with #75705D color.


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

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

This text has shadow with #75705D primary color and red secondary color.


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

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

This text has shadow with #75705D and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #75705D.

Preview

Color preview on black background

This text has color #75705D on black background.


Color preview on white background

This text has color #75705D on white background.


Black color preview on #75705D background

This text has black color on #75705D background.


White color preview on #75705D background

This text has white color on #75705D background.


Related colors

Complementary color

Complementary color for #hex is #8A8FA2.


I love getcolorcode.com

Triadic colors

1 #5D7570 and #705D75 with #75705D are triadic colors.

2 #5D7075 and #70755D with #75705D are triadic colors.