COLOR #75754E

HEX: #75754E
RGB: (117,117,78)

Color info

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

RGB color model

#75754E color RGB value is (117,117,78).

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

RGB channels and saturation

R 117 of 255 = 46%
G 117 of 255 = 46%
B 78 of 255 = 31%

117
117
78

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

Portions of RGB colors in percentages

R + G + B =
117 + 117 + 78 = 312 (100%)
R 117 of 312 ~ 37.5%
G 117 of 312 ~ 37.5%
B 78 of 312 ~ 25%

%37.5
%37.5
%25

CMYK color model

#75754E color CMYK value is (0,0,33,54).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 33.33%
  • key color value is 54.12%
CMYK:
(0,0,33,54)
C0M0Y33K54 
(0%,0%,33%,54%)
(0.00/0.00/0.33/0.54)	

CMYK percentages

%0
%0
%33.33
%54.12

Codes

Color #75754E in popluar color models

75754E
RGB11711778
HSL60°20.00%38.24%
HSB/HSV60°33.33%45.88%
CMYK0.00%0.00%33.33%
54.12%

Color #75754E in popluar number systems.

HEX75754E
Decimal11711778
Binary111010111101011001110
Octal165165116

Shades and tints

Shades of #75754E

#75754E
(117,117,78)
#6B6B47
(107,107,71)
#616140
(97,97,64)
#575739
(87,87,57)
#4D4D32
(77,77,50)
#43432B
(67,67,43)
#393924
(57,57,36)
#2F2F1D
(47,47,29)
#252516
(37,37,22)
#1B1B0F
(27,27,15)
#111108
(17,17,8)
#000000
(0,0,0)

Tints of #75754E

#75754E
(117,117,78)
#81815E
(129,129,94)
#8D8D6E
(141,141,110)
#99997E
(153,153,126)
#A5A58E
(165,165,142)
#B1B19E
(177,177,158)
#BDBDAE
(189,189,174)
#C9C9BE
(201,201,190)
#D5D5CE
(213,213,206)
#E1E1DE
(225,225,222)
#EDEDEE
(237,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #75754E; }

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

This text font color is #75754E.


Background Color

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

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

This div background color is #75754E.


Border color

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

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

This div border color is #75754E.


Opacity

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

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

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

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

This text has shadow with #75754E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75754E on black background.


Color preview on white background

This text has color #75754E on white background.



Black color preview on #75754E background

This text has black color on #75754E background.


White color preview on #75754E background

This text has white color on #75754E background.