COLOR #75675B

HEX: #75675B
RGB: (117,103,91)

Color info

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

RGB color model

#75675B color RGB value is (117,103,91).

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

RGB channels and saturation

R 117 of 255 = 46%
G 103 of 255 = 40%
B 91 of 255 = 36%

117
103
91

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

Portions of RGB colors in percentages

R + G + B =
117 + 103 + 91 = 311 (100%)
R 117 of 311 ~ 37.62%
G 103 of 311 ~ 33.12%
B 91 of 311 ~ 29.26%

%37.62
%33.12
%29.26

CMYK color model

#75675B color CMYK value is (0,12,22,54).

  • cyan value is 0.00%
  • magenta value is 11.97%
  • yellow value is 22.22%
  • key color value is 54.12%
CMYK:
(0,12,22,54)
C0M12Y22K54 
(0%,12%,22%,54%)
(0.00/0.12/0.22/0.54)	

CMYK percentages

%0
%11.97
%22.22
%54.12

Codes

Color #75675B in popluar color models

75675B
RGB11710391
HSL28°12.50%40.78%
HSB/HSV28°22.22%45.88%
CMYK0.00%11.97%22.22%
54.12%

Color #75675B in popluar number systems.

HEX75675B
Decimal11710391
Binary111010111001111011011
Octal165147133

Shades and tints

Shades of #75675B

#75675B
(117,103,91)
#6B5E53
(107,94,83)
#61554B
(97,85,75)
#574C43
(87,76,67)
#4D433B
(77,67,59)
#433A33
(67,58,51)
#39312B
(57,49,43)
#2F2823
(47,40,35)
#251F1B
(37,31,27)
#1B1613
(27,22,19)
#110D0B
(17,13,11)
#000000
(0,0,0)

Tints of #75675B

#75675B
(117,103,91)
#817469
(129,116,105)
#8D8177
(141,129,119)
#998E85
(153,142,133)
#A59B93
(165,155,147)
#B1A8A1
(177,168,161)
#BDB5AF
(189,181,175)
#C9C2BD
(201,194,189)
#D5CFCB
(213,207,203)
#E1DCD9
(225,220,217)
#EDE9E7
(237,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #75675B; }

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

This text font color is #75675B.


Background Color

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

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

This div background color is #75675B.


Border color

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

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

This div border color is #75675B.


Opacity

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

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

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

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

This text has shadow with #75675B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75675B on black background.


Color preview on white background

This text has color #75675B on white background.



Black color preview on #75675B background

This text has black color on #75675B background.


White color preview on #75675B background

This text has white color on #75675B background.