COLOR #75795E

HEX: #75795E RGB: (117,121,94)

Color info

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

RGB color model

#75795E color RGB value is (117,121,94).

RGB: (117,121,94) (46%, 47%, 37%)

RGB channels and saturation

R 117 of 255 = 46%
G 121 of 255 = 47%
B 94 of 255 = 37%

117
121
94

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

Portions of RGB colors in percentages

R + G + B = 117 + 121 + 94 = 332 (100%)
R 117 of 332 ~ 35.24%
G 121 of 332 ~ 36.45%
B 94 of 332 ~ 28.31'%

%35.24
%36.45
%28.31

CMYK color model

#75795E color CMYK value is (3,0,22,53).

  • cyan value is 3.31%
  • magenta value is 0.00%
  • yellow value is 22.31%
  • key color value is 52.55%

CMYK: (3,0,22,53)
C3M0Y22K53 (3%, 0%, 22%, 53%)
(0.03 / 0.00 / 0.22 / 0.53)

CMYK percentages

%3.31
%0
%22.31
%52.55

Codes

Color #75795E in popluar color models

75 79 5E
RGB 117 121 94
HSL 69° 12.56% 42.16%
HSB/HSV 69° 22.31% 47.45%
CMYK 3.31% 0.00% 22.31%
52.55%

Color #75795E in popluar number systems.

HEX 75 79 5E
Decimal 117 121 94
Binary 1110101 1111001 1011110
Octal 165 171 136

Shades and tints

Shades of #75795E

#75795E
(117,121,94)
#6B6E56
(107,110,86)
#61634E
(97,99,78)
#575846
(87,88,70)
#4D4D3E
(77,77,62)
#434236
(67,66,54)
#39372E
(57,55,46)
#2F2C26
(47,44,38)
#25211E
(37,33,30)
#1B1616
(27,22,22)
#110B0E
(17,11,14)
#000000
(0,0,0)

Tints of #75795E

#75795E
(117,121,94)
#81856C
(129,133,108)
#8D917A
(141,145,122)
#999D88
(153,157,136)
#A5A996
(165,169,150)
#B1B5A4
(177,181,164)
#BDC1B2
(189,193,178)
#C9CDC0
(201,205,192)
#D5D9CE
(213,217,206)
#E1E5DC
(225,229,220)
#EDF1EA
(237,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #75795E; }

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

This text font color is #75795E.

Background Color

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

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

This div background color is #75795E.

Border color

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

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

This div border color is #75795E.

Opacity

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

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

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

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

This text has shadow with #75795E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #75795E.

Preview

Color preview on black background

This text has color #75795E on black background.


Color preview on white background

This text has color #75795E on white background.


Black color preview on #75795E background

This text has black color on #75795E background.


White color preview on #75795E background

This text has white color on #75795E background.


Related colors

Complementary color

Complementary color for #hex is #8A86A1.


I love getcolorcode.com

Triadic colors

1 #5E7579 and #795E75 with #75795E are triadic colors.

2 #5E7975 and #79755E with #75795E are triadic colors.