COLOR #75705B

HEX: #75705B RGB: (117,112,91)

Color info

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

RGB color model

#75705B color RGB value is (117,112,91).

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

RGB channels and saturation

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

117
112
91

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

Portions of RGB colors in percentages

R + G + B = 117 + 112 + 91 = 320 (100%)
R 117 of 320 ~ 36.56%
G 112 of 320 ~ 35%
B 91 of 320 ~ 28.44'%

%36.56
%35
%28.44

CMYK color model

#75705B color CMYK value is (0,4,22,54).

  • cyan value is 0.00%
  • magenta value is 4.27%
  • yellow value is 22.22%
  • key color value is 54.12%
CMYK: (0,4,22,54) C0M4Y22K54 (0%,4%,22%,54%) (0.00/0.04/0.22/0.54) 

CMYK percentages

%0
%4.27
%22.22
%54.12

Codes

Color #75705B in popluar color models

75 70 5B
RGB 117 112 91
HSL 48° 12.50% 40.78%
HSB/HSV 48° 22.22% 45.88%
CMYK 0.00% 4.27% 22.22%
54.12%

Color #75705B in popluar number systems.

HEX 75 70 5B
Decimal 117 112 91
Binary 1110101 1110000 1011011
Octal 165 160 133

Shades and tints

Shades of #75705B

#75705B
(117,112,91)
#6B6653
(107,102,83)
#615C4B
(97,92,75)
#575243
(87,82,67)
#4D483B
(77,72,59)
#433E33
(67,62,51)
#39342B
(57,52,43)
#2F2A23
(47,42,35)
#25201B
(37,32,27)
#1B1613
(27,22,19)
#110C0B
(17,12,11)
#000000
(0,0,0)

Tints of #75705B

#75705B
(117,112,91)
#817D69
(129,125,105)
#8D8A77
(141,138,119)
#999785
(153,151,133)
#A5A493
(165,164,147)
#B1B1A1
(177,177,161)
#BDBEAF
(189,190,175)
#C9CBBD
(201,203,189)
#D5D8CB
(213,216,203)
#E1E5D9
(225,229,217)
#EDF2E7
(237,242,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #75705B; }

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

This text font color is #75705B.

Background Color

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

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

This div background color is #75705B.

Border color

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

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

This div border color is #75705B.

Opacity

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

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

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

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

This text has shadow with #75705B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #75705B.

Preview

Color preview on black background

This text has color #75705B on black background.


Color preview on white background

This text has color #75705B on white background.


Black color preview on #75705B background

This text has black color on #75705B background.


White color preview on #75705B background

This text has white color on #75705B background.


Related colors

Complementary color

Complementary color for #hex is #8A8FA4.


I love getcolorcode.com

Triadic colors

1 #5B7570 and #705B75 with #75705B are triadic colors.

2 #5B7075 and #70755B with #75705B are triadic colors.