COLOR #75795B

HEX: #75795B
RGB: (117,121,91)

Color info

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

RGB color model

#75795B color RGB value is (117,121,91).

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

RGB channels and saturation

R 117 of 255 = 46%
G 121 of 255 = 47%
B 91 of 255 = 36%

117
121
91

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

Portions of RGB colors in percentages

R + G + B =
117 + 121 + 91 = 329 (100%)
R 117 of 329 ~ 35.56%
G 121 of 329 ~ 36.78%
B 91 of 329 ~ 27.66%

%35.56
%36.78
%27.66

CMYK color model

#75795B color CMYK value is (3,0,25,53).

  • cyan value is 3.31%
  • magenta value is 0.00%
  • yellow value is 24.79%
  • key color value is 52.55%
CMYK:
(3,0,25,53)
C3M0Y25K53 
(3%,0%,25%,53%)
(0.03/0.00/0.25/0.53)	

CMYK percentages

%3.31
%0
%24.79
%52.55

Codes

Color #75795B in popluar color models

75795B
RGB11712191
HSL68°14.15%41.57%
HSB/HSV68°24.79%47.45%
CMYK3.31%0.00%24.79%
52.55%

Color #75795B in popluar number systems.

HEX75795B
Decimal11712191
Binary111010111110011011011
Octal165171133

Shades and tints

Shades of #75795B

#75795B
(117,121,91)
#6B6E53
(107,110,83)
#61634B
(97,99,75)
#575843
(87,88,67)
#4D4D3B
(77,77,59)
#434233
(67,66,51)
#39372B
(57,55,43)
#2F2C23
(47,44,35)
#25211B
(37,33,27)
#1B1613
(27,22,19)
#110B0B
(17,11,11)
#000000
(0,0,0)

Tints of #75795B

#75795B
(117,121,91)
#818569
(129,133,105)
#8D9177
(141,145,119)
#999D85
(153,157,133)
#A5A993
(165,169,147)
#B1B5A1
(177,181,161)
#BDC1AF
(189,193,175)
#C9CDBD
(201,205,189)
#D5D9CB
(213,217,203)
#E1E5D9
(225,229,217)
#EDF1E7
(237,241,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #75795B; }

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

This text font color is #75795B.


Background Color

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

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

This div background color is #75795B.


Border color

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

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

This div border color is #75795B.


Opacity

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

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

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

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

This text has shadow with #75795B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75795B on black background.


Color preview on white background

This text has color #75795B on white background.



Black color preview on #75795B background

This text has black color on #75795B background.


White color preview on #75795B background

This text has white color on #75795B background.