COLOR #75735D

HEX: #75735D
RGB: (117,115,93)

Color info

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

RGB color model

#75735D color RGB value is (117,115,93).

  • red value is 117;
  • green value is 115;
  • blue value is 93.
RGB:
(117,115,93)
(46%,45%,36%)

RGB channels and saturation

R 117 of 255 = 46%
G 115 of 255 = 45%
B 93 of 255 = 36%

117
115
93

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

Portions of RGB colors in percentages

R + G + B =
117 + 115 + 93 = 325 (100%)
R 117 of 325 ~ 36%
G 115 of 325 ~ 35.38%
B 93 of 325 ~ 28.62%

%36
%35.38
%28.62

CMYK color model

#75735D color CMYK value is (0,2,21,54).

  • cyan value is 0.00%
  • magenta value is 1.71%
  • yellow value is 20.51%
  • key color value is 54.12%
CMYK:
(0,2,21,54)
C0M2Y21K54 
(0%,2%,21%,54%)
(0.00/0.02/0.21/0.54)	

CMYK percentages

%0
%1.71
%20.51
%54.12

Codes

Color #75735D in popluar color models

75735D
RGB11711593
HSL55°11.43%41.18%
HSB/HSV55°20.51%45.88%
CMYK0.00%1.71%20.51%
54.12%

Color #75735D in popluar number systems.

HEX75735D
Decimal11711593
Binary111010111100111011101
Octal165163135

Shades and tints

Shades of #75735D

#75735D
(117,115,93)
#6B6955
(107,105,85)
#615F4D
(97,95,77)
#575545
(87,85,69)
#4D4B3D
(77,75,61)
#434135
(67,65,53)
#39372D
(57,55,45)
#2F2D25
(47,45,37)
#25231D
(37,35,29)
#1B1915
(27,25,21)
#110F0D
(17,15,13)
#000000
(0,0,0)

Tints of #75735D

#75735D
(117,115,93)
#817F6B
(129,127,107)
#8D8B79
(141,139,121)
#999787
(153,151,135)
#A5A395
(165,163,149)
#B1AFA3
(177,175,163)
#BDBBB1
(189,187,177)
#C9C7BF
(201,199,191)
#D5D3CD
(213,211,205)
#E1DFDB
(225,223,219)
#EDEBE9
(237,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #75735D; }

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

This text font color is #75735D.


Background Color

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

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

This div background color is #75735D.


Border color

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

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

This div border color is #75735D.


Opacity

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

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

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

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

This text has shadow with #75735D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75735D on black background.


Color preview on white background

This text has color #75735D on white background.



Black color preview on #75735D background

This text has black color on #75735D background.


White color preview on #75735D background

This text has white color on #75735D background.