COLOR #755C50

HEX: #755C50 RGB: (117,92,80)

Color info

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

RGB color model

#755C50 color RGB value is (117,92,80).

RGB: (117,92,80) (46%, 36%, 31%)

RGB channels and saturation

R 117 of 255 = 46%
G 92 of 255 = 36%
B 80 of 255 = 31%

117
92
80

R + G + B ~ 38%. #755C50 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 117 + 92 + 80 = 289 (100%)
R 117 of 289 ~ 40.48%
G 92 of 289 ~ 31.83%
B 80 of 289 ~ 27.68'%

%40.48
%31.83
%27.68

CMYK color model

#755C50 color CMYK value is (0,21,32,54).

  • cyan value is 0.00%
  • magenta value is 21.37%
  • yellow value is 31.62%
  • key color value is 54.12%

CMYK: (0,21,32,54)
C0M21Y32K54 (0%, 21%, 32%, 54%)
(0.00 / 0.21 / 0.32 / 0.54)

CMYK percentages

%0
%21.37
%31.62
%54.12

Codes

Color #755C50 in popluar color models

75 5C 50
RGB 117 92 80
HSL 19° 18.78% 38.63%
HSB/HSV 19° 31.62% 45.88%
CMYK 0.00% 21.37% 31.62%
54.12%

Color #755C50 in popluar number systems.

HEX 75 5C 50
Decimal 117 92 80
Binary 1110101 1011100 1010000
Octal 165 134 120

Shades and tints

Shades of #755C50

#755C50
(117,92,80)
#6B5449
(107,84,73)
#614C42
(97,76,66)
#57443B
(87,68,59)
#4D3C34
(77,60,52)
#43342D
(67,52,45)
#392C26
(57,44,38)
#2F241F
(47,36,31)
#251C18
(37,28,24)
#1B1411
(27,20,17)
#110C0A
(17,12,10)
#000000
(0,0,0)

Tints of #755C50

#755C50
(117,92,80)
#816A5F
(129,106,95)
#8D786E
(141,120,110)
#99867D
(153,134,125)
#A5948C
(165,148,140)
#B1A29B
(177,162,155)
#BDB0AA
(189,176,170)
#C9BEB9
(201,190,185)
#D5CCC8
(213,204,200)
#E1DAD7
(225,218,215)
#EDE8E6
(237,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #755C50 color. Also use rgb(117,92,80) instead hex code.

Text Font Color

.myTextColor { color: #755C50; }

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

This text font color is #755C50.

Background Color

.myBgColor { background-color: #755C50; }

<div style="background-color:#755C50">Inner text</div>

This div background color is #755C50.

Border color

.myBorderColor { border: 1px solid #755C50; }

<div style="border:3px solid #755C50">Div</div>

This div border color is #755C50.

Opacity

.myOpacity80 { color: #755C50; opacity: 0.8; }

<p style="color:#755C50;opacity:0.8;">80%</p>

Text with #755C50 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 #755C50;}

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

This text has shadow with #755C50 color.


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

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

This text has shadow with #755C50 primary color and red secondary color.


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

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

This text has shadow with #755C50 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #755C50.

Preview

Color preview on black background

This text has color #755C50 on black background.


Color preview on white background

This text has color #755C50 on white background.


Black color preview on #755C50 background

This text has black color on #755C50 background.


White color preview on #755C50 background

This text has white color on #755C50 background.


Related colors

Complementary color

Complementary color for #hex is #8AA3AF.


I love getcolorcode.com

Triadic colors

1 #50755C and #5C5075 with #755C50 are triadic colors.

2 #505C75 and #5C7550 with #755C50 are triadic colors.