COLOR #75675E

HEX: #75675E
RGB: (117,103,94)

Color info

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

RGB color model

#75675E color RGB value is (117,103,94).

  • red value is 117;
  • green value is 103;
  • blue value is 94.
RGB:
(117,103,94)
(46%,40%,37%)

RGB channels and saturation

R 117 of 255 = 46%
G 103 of 255 = 40%
B 94 of 255 = 37%

117
103
94

R + G + B ~ 41%. #75675E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
117 + 103 + 94 = 314 (100%)
R 117 of 314 ~ 37.26%
G 103 of 314 ~ 32.8%
B 94 of 314 ~ 29.94%

%37.26
%32.8
%29.94

CMYK color model

#75675E color CMYK value is (0,12,20,54).

  • cyan value is 0.00%
  • magenta value is 11.97%
  • yellow value is 19.66%
  • key color value is 54.12%
CMYK:
(0,12,20,54)
C0M12Y20K54 
(0%,12%,20%,54%)
(0.00/0.12/0.20/0.54)	

CMYK percentages

%0
%11.97
%19.66
%54.12

Codes

Color #75675E in popluar color models

75675E
RGB11710394
HSL23°10.90%41.37%
HSB/HSV23°19.66%45.88%
CMYK0.00%11.97%19.66%
54.12%

Color #75675E in popluar number systems.

HEX75675E
Decimal11710394
Binary111010111001111011110
Octal165147136

Shades and tints

Shades of #75675E

#75675E
(117,103,94)
#6B5E56
(107,94,86)
#61554E
(97,85,78)
#574C46
(87,76,70)
#4D433E
(77,67,62)
#433A36
(67,58,54)
#39312E
(57,49,46)
#2F2826
(47,40,38)
#251F1E
(37,31,30)
#1B1616
(27,22,22)
#110D0E
(17,13,14)
#000000
(0,0,0)

Tints of #75675E

#75675E
(117,103,94)
#81746C
(129,116,108)
#8D817A
(141,129,122)
#998E88
(153,142,136)
#A59B96
(165,155,150)
#B1A8A4
(177,168,164)
#BDB5B2
(189,181,178)
#C9C2C0
(201,194,192)
#D5CFCE
(213,207,206)
#E1DCDC
(225,220,220)
#EDE9EA
(237,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75675E color. Also use rgb(117,103,94) instead hex code.

Text Font Color

.myTextColor { color: #75675E; }

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

This text font color is #75675E.


Background Color

.myBgColor { background-color: #75675E; }

<div style="background-color:#75675E">Inner text</div>

This div background color is #75675E.


Border color

.myBorderColor { border: 1px solid #75675E; }

<div style="border:3px solid #75675E">Div</div>

This div border color is #75675E.


Opacity

.myOpacity80 { color: #75675E; opacity: 0.8; }

<p style="color:#75675E;opacity:0.8;">80%</p>

Text with #75675E 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 #75675E;}

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

This text has shadow with #75675E color.

.textShadow {text-shadow: 3px 3px 1px #75675E, 3px 3px 1px red;}

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

This text has shadow with #75675E primary color and red secondary color.


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

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

This text has shadow with #75675E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75675E on black background.


Color preview on white background

This text has color #75675E on white background.



Black color preview on #75675E background

This text has black color on #75675E background.


White color preview on #75675E background

This text has white color on #75675E background.