COLOR #75755F

HEX: #75755F
RGB: (117,117,95)

Color info

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

RGB color model

#75755F color RGB value is (117,117,95).

  • red value is 117;
  • green value is 117;
  • blue value is 95.
RGB:
(117,117,95)
(46%,46%,37%)

RGB channels and saturation

R 117 of 255 = 46%
G 117 of 255 = 46%
B 95 of 255 = 37%

117
117
95

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

Portions of RGB colors in percentages

R + G + B =
117 + 117 + 95 = 329 (100%)
R 117 of 329 ~ 35.56%
G 117 of 329 ~ 35.56%
B 95 of 329 ~ 28.88%

%35.56
%35.56
%28.88

CMYK color model

#75755F color CMYK value is (0,0,19,54).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 18.80%
  • key color value is 54.12%
CMYK:
(0,0,19,54)
C0M0Y19K54 
(0%,0%,19%,54%)
(0.00/0.00/0.19/0.54)	

CMYK percentages

%0
%0
%18.8
%54.12

Codes

Color #75755F in popluar color models

75755F
RGB11711795
HSL60°10.38%41.57%
HSB/HSV60°18.80%45.88%
CMYK0.00%0.00%18.80%
54.12%

Color #75755F in popluar number systems.

HEX75755F
Decimal11711795
Binary111010111101011011111
Octal165165137

Shades and tints

Shades of #75755F

#75755F
(117,117,95)
#6B6B57
(107,107,87)
#61614F
(97,97,79)
#575747
(87,87,71)
#4D4D3F
(77,77,63)
#434337
(67,67,55)
#39392F
(57,57,47)
#2F2F27
(47,47,39)
#25251F
(37,37,31)
#1B1B17
(27,27,23)
#11110F
(17,17,15)
#000000
(0,0,0)

Tints of #75755F

#75755F
(117,117,95)
#81816D
(129,129,109)
#8D8D7B
(141,141,123)
#999989
(153,153,137)
#A5A597
(165,165,151)
#B1B1A5
(177,177,165)
#BDBDB3
(189,189,179)
#C9C9C1
(201,201,193)
#D5D5CF
(213,213,207)
#E1E1DD
(225,225,221)
#EDEDEB
(237,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #75755F; }

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

This text font color is #75755F.


Background Color

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

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

This div background color is #75755F.


Border color

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

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

This div border color is #75755F.


Opacity

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

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

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

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

This text has shadow with #75755F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75755F on black background.


Color preview on white background

This text has color #75755F on white background.



Black color preview on #75755F background

This text has black color on #75755F background.


White color preview on #75755F background

This text has white color on #75755F background.