COLOR #75755B

HEX: #75755B RGB: (117,117,91)

Color info

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

RGB color model

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

RGB: (117,117,91) (46%, 46%, 36%)

RGB channels and saturation

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

117
117
91

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

Portions of RGB colors in percentages

R + G + B = 117 + 117 + 91 = 325 (100%)
R 117 of 325 ~ 36%
G 117 of 325 ~ 36%
B 91 of 325 ~ 28'%

%36
%36
%28

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 22.22%
  • key color value is 54.12%

CMYK: (0,0,22,54)
C0M0Y22K54 (0%, 0%, 22%, 54%)
(0.00 / 0.00 / 0.22 / 0.54)

CMYK percentages

%0
%0
%22.22
%54.12

Codes

Color #75755B in popluar color models

75 75 5B
RGB 117 117 91
HSL 60° 12.50% 40.78%
HSB/HSV 60° 22.22% 45.88%
CMYK 0.00% 0.00% 22.22%
54.12%

Color #75755B in popluar number systems.

HEX 75 75 5B
Decimal 117 117 91
Binary 1110101 1110101 1011011
Octal 165 165 133

Shades and tints

Shades of #75755B

#75755B
(117,117,91)
#6B6B53
(107,107,83)
#61614B
(97,97,75)
#575743
(87,87,67)
#4D4D3B
(77,77,59)
#434333
(67,67,51)
#39392B
(57,57,43)
#2F2F23
(47,47,35)
#25251B
(37,37,27)
#1B1B13
(27,27,19)
#11110B
(17,17,11)
#000000
(0,0,0)

Tints of #75755B

#75755B
(117,117,91)
#818169
(129,129,105)
#8D8D77
(141,141,119)
#999985
(153,153,133)
#A5A593
(165,165,147)
#B1B1A1
(177,177,161)
#BDBDAF
(189,189,175)
#C9C9BD
(201,201,189)
#D5D5CB
(213,213,203)
#E1E1D9
(225,225,217)
#EDEDE7
(237,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #75755B; }

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

This text font color is #75755B.

Background Color

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

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

This div background color is #75755B.

Border color

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

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

This div border color is #75755B.

Opacity

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

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

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

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

This text has shadow with #75755B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #75755B.

Preview

Color preview on black background

This text has color #75755B on black background.


Color preview on white background

This text has color #75755B on white background.


Black color preview on #75755B background

This text has black color on #75755B background.


White color preview on #75755B background

This text has white color on #75755B background.


Related colors

Complementary color

Complementary color for #hex is #8A8AA4.


I love getcolorcode.com