COLOR #754F4D

HEX: #754F4D RGB: (117,79,77)

Color info

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

RGB color model

#754F4D color RGB value is (117,79,77).

RGB: (117,79,77) (46%, 31%, 30%)

RGB channels and saturation

R 117 of 255 = 46%
G 79 of 255 = 31%
B 77 of 255 = 30%

117
79
77

R + G + B ~ 36%. #754F4D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 117 + 79 + 77 = 273 (100%)
R 117 of 273 ~ 42.86%
G 79 of 273 ~ 28.94%
B 77 of 273 ~ 28.21'%

%42.86
%28.94
%28.21

CMYK color model

#754F4D color CMYK value is (0,32,34,54).

  • cyan value is 0.00%
  • magenta value is 32.48%
  • yellow value is 34.19%
  • key color value is 54.12%

CMYK: (0,32,34,54)
C0M32Y34K54 (0%, 32%, 34%, 54%)
(0.00 / 0.32 / 0.34 / 0.54)

CMYK percentages

%0
%32.48
%34.19
%54.12

Codes

Color #754F4D in popluar color models

75 4F 4D
RGB 117 79 77
HSL 20.62% 38.04%
HSB/HSV 34.19% 45.88%
CMYK 0.00% 32.48% 34.19%
54.12%

Color #754F4D in popluar number systems.

HEX 75 4F 4D
Decimal 117 79 77
Binary 1110101 1001111 1001101
Octal 165 117 115

Shades and tints

Shades of #754F4D

#754F4D
(117,79,77)
#6B4846
(107,72,70)
#61413F
(97,65,63)
#573A38
(87,58,56)
#4D3331
(77,51,49)
#432C2A
(67,44,42)
#392523
(57,37,35)
#2F1E1C
(47,30,28)
#251715
(37,23,21)
#1B100E
(27,16,14)
#110907
(17,9,7)
#000000
(0,0,0)

Tints of #754F4D

#754F4D
(117,79,77)
#815F5D
(129,95,93)
#8D6F6D
(141,111,109)
#997F7D
(153,127,125)
#A58F8D
(165,143,141)
#B19F9D
(177,159,157)
#BDAFAD
(189,175,173)
#C9BFBD
(201,191,189)
#D5CFCD
(213,207,205)
#E1DFDD
(225,223,221)
#EDEFED
(237,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #754F4D color. Also use rgb(117,79,77) instead hex code.

Text Font Color

.myTextColor { color: #754F4D; }

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

This text font color is #754F4D.

Background Color

.myBgColor { background-color: #754F4D; }

<div style="background-color:#754F4D">Inner text</div>

This div background color is #754F4D.

Border color

.myBorderColor { border: 1px solid #754F4D; }

<div style="border:3px solid #754F4D">Div</div>

This div border color is #754F4D.

Opacity

.myOpacity80 { color: #754F4D; opacity: 0.8; }

<p style="color:#754F4D;opacity:0.8;">80%</p>

Text with #754F4D 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 #754F4D;}

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

This text has shadow with #754F4D color.


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

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

This text has shadow with #754F4D primary color and red secondary color.


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

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

This text has shadow with #754F4D and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #754F4D.

Preview

Color preview on black background

This text has color #754F4D on black background.


Color preview on white background

This text has color #754F4D on white background.


Black color preview on #754F4D background

This text has black color on #754F4D background.


White color preview on #754F4D background

This text has white color on #754F4D background.


Related colors

Complementary color

Complementary color for #hex is #8AB0B2.


I love getcolorcode.com

Triadic colors

1 #4D754F and #4F4D75 with #754F4D are triadic colors.

2 #4D4F75 and #4F754D with #754F4D are triadic colors.