COLOR #75705C

HEX: #75705C RGB: (117,112,92)

Color info

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

RGB color model

#75705C color RGB value is (117,112,92).

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

RGB channels and saturation

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

117
112
92

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

Portions of RGB colors in percentages

R + G + B = 117 + 112 + 92 = 321 (100%)
R 117 of 321 ~ 36.45%
G 112 of 321 ~ 34.89%
B 92 of 321 ~ 28.66'%

%36.45
%34.89
%28.66

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 4.27%
  • yellow value is 21.37%
  • 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
%21.37
%54.12

Codes

Color #75705C in popluar color models

75 70 5C
RGB 117 112 92
HSL 48° 11.96% 40.98%
HSB/HSV 48° 21.37% 45.88%
CMYK 0.00% 4.27% 21.37%
54.12%

Color #75705C in popluar number systems.

HEX 75 70 5C
Decimal 117 112 92
Binary 1110101 1110000 1011100
Octal 165 160 134

Shades and tints

Shades of #75705C

#75705C
(117,112,92)
#6B6654
(107,102,84)
#615C4C
(97,92,76)
#575244
(87,82,68)
#4D483C
(77,72,60)
#433E34
(67,62,52)
#39342C
(57,52,44)
#2F2A24
(47,42,36)
#25201C
(37,32,28)
#1B1614
(27,22,20)
#110C0C
(17,12,12)
#000000
(0,0,0)

Tints of #75705C

#75705C
(117,112,92)
#817D6A
(129,125,106)
#8D8A78
(141,138,120)
#999786
(153,151,134)
#A5A494
(165,164,148)
#B1B1A2
(177,177,162)
#BDBEB0
(189,190,176)
#C9CBBE
(201,203,190)
#D5D8CC
(213,216,204)
#E1E5DA
(225,229,218)
#EDF2E8
(237,242,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #75705C; }

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

This text font color is #75705C.

Background Color

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

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

This div background color is #75705C.

Border color

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

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

This div border color is #75705C.

Opacity

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

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

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

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

This text has shadow with #75705C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #75705C.

Preview

Color preview on black background

This text has color #75705C on black background.


Color preview on white background

This text has color #75705C on white background.


Black color preview on #75705C background

This text has black color on #75705C background.


White color preview on #75705C background

This text has white color on #75705C background.


Related colors

Complementary color

Complementary color for #hex is #8A8FA3.


I love getcolorcode.com

Triadic colors

1 #5C7570 and #705C75 with #75705C are triadic colors.

2 #5C7075 and #70755C with #75705C are triadic colors.