COLOR #75775E

HEX: #75775E RGB: (117,119,94)

Color info

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

RGB color model

#75775E color RGB value is (117,119,94).

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

RGB channels and saturation

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

117
119
94

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

Portions of RGB colors in percentages

R + G + B = 117 + 119 + 94 = 330 (100%)
R 117 of 330 ~ 35.45%
G 119 of 330 ~ 36.06%
B 94 of 330 ~ 28.48'%

%35.45
%36.06
%28.48

CMYK color model

#75775E color CMYK value is (2,0,21,53).

  • cyan value is 1.68%
  • magenta value is 0.00%
  • yellow value is 21.01%
  • key color value is 53.33%

CMYK: (2,0,21,53)
C2M0Y21K53 (2%, 0%, 21%, 53%)
(0.02 / 0.00 / 0.21 / 0.53)

CMYK percentages

%1.68
%0
%21.01
%53.33

Codes

Color #75775E in popluar color models

75 77 5E
RGB 117 119 94
HSL 65° 11.74% 41.76%
HSB/HSV 65° 21.01% 46.67%
CMYK 1.68% 0.00% 21.01%
53.33%

Color #75775E in popluar number systems.

HEX 75 77 5E
Decimal 117 119 94
Binary 1110101 1110111 1011110
Octal 165 167 136

Shades and tints

Shades of #75775E

#75775E
(117,119,94)
#6B6D56
(107,109,86)
#61634E
(97,99,78)
#575946
(87,89,70)
#4D4F3E
(77,79,62)
#434536
(67,69,54)
#393B2E
(57,59,46)
#2F3126
(47,49,38)
#25271E
(37,39,30)
#1B1D16
(27,29,22)
#11130E
(17,19,14)
#000000
(0,0,0)

Tints of #75775E

#75775E
(117,119,94)
#81836C
(129,131,108)
#8D8F7A
(141,143,122)
#999B88
(153,155,136)
#A5A796
(165,167,150)
#B1B3A4
(177,179,164)
#BDBFB2
(189,191,178)
#C9CBC0
(201,203,192)
#D5D7CE
(213,215,206)
#E1E3DC
(225,227,220)
#EDEFEA
(237,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #75775E; }

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

This text font color is #75775E.

Background Color

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

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

This div background color is #75775E.

Border color

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

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

This div border color is #75775E.

Opacity

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

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

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

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

This text has shadow with #75775E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #75775E.

Preview

Color preview on black background

This text has color #75775E on black background.


Color preview on white background

This text has color #75775E on white background.


Black color preview on #75775E background

This text has black color on #75775E background.


White color preview on #75775E background

This text has white color on #75775E background.


Related colors

Complementary color

Complementary color for #hex is #8A88A1.


I love getcolorcode.com

Triadic colors

1 #5E7577 and #775E75 with #75775E are triadic colors.

2 #5E7775 and #77755E with #75775E are triadic colors.