COLOR #75754B

HEX: #75754B
RGB: (117,117,75)

Color info

#75754B contains red, green and blue colors in about the same proportion. Web safe color of #75754B is #666633 (or #663).

RGB color model

#75754B color RGB value is (117,117,75).

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

RGB channels and saturation

R 117 of 255 = 46%
G 117 of 255 = 46%
B 75 of 255 = 29%

117
117
75

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

Portions of RGB colors in percentages

R + G + B =
117 + 117 + 75 = 309 (100%)
R 117 of 309 ~ 37.86%
G 117 of 309 ~ 37.86%
B 75 of 309 ~ 24.27%

%37.86
%37.86
%24.27

CMYK color model

#75754B color CMYK value is (0,0,36,54).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 35.90%
  • key color value is 54.12%
CMYK:
(0,0,36,54)
C0M0Y36K54 
(0%,0%,36%,54%)
(0.00/0.00/0.36/0.54)	

CMYK percentages

%0
%0
%35.9
%54.12

Codes

Color #75754B in popluar color models

75754B
RGB11711775
HSL60°21.88%37.65%
HSB/HSV60°35.90%45.88%
CMYK0.00%0.00%35.90%
54.12%

Color #75754B in popluar number systems.

HEX75754B
Decimal11711775
Binary111010111101011001011
Octal165165113

Shades and tints

Shades of #75754B

#75754B
(117,117,75)
#6B6B45
(107,107,69)
#61613F
(97,97,63)
#575739
(87,87,57)
#4D4D33
(77,77,51)
#43432D
(67,67,45)
#393927
(57,57,39)
#2F2F21
(47,47,33)
#25251B
(37,37,27)
#1B1B15
(27,27,21)
#11110F
(17,17,15)
#000000
(0,0,0)

Tints of #75754B

#75754B
(117,117,75)
#81815B
(129,129,91)
#8D8D6B
(141,141,107)
#99997B
(153,153,123)
#A5A58B
(165,165,139)
#B1B19B
(177,177,155)
#BDBDAB
(189,189,171)
#C9C9BB
(201,201,187)
#D5D5CB
(213,213,203)
#E1E1DB
(225,225,219)
#EDEDEB
(237,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #75754B; }

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

This text font color is #75754B.


Background Color

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

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

This div background color is #75754B.


Border color

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

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

This div border color is #75754B.


Opacity

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

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

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

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

This text has shadow with #75754B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75754B on black background.


Color preview on white background

This text has color #75754B on white background.



Black color preview on #75754B background

This text has black color on #75754B background.


White color preview on #75754B background

This text has white color on #75754B background.