COLOR #755B51

HEX: #755B51 RGB: (117,91,81)

Color info

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

RGB color model

#755B51 color RGB value is (117,91,81).

RGB: (117,91,81) (46%, 36%, 32%)

RGB channels and saturation

R 117 of 255 = 46%
G 91 of 255 = 36%
B 81 of 255 = 32%

117
91
81

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

Portions of RGB colors in percentages

R + G + B = 117 + 91 + 81 = 289 (100%)
R 117 of 289 ~ 40.48%
G 91 of 289 ~ 31.49%
B 81 of 289 ~ 28.03'%

%40.48
%31.49
%28.03

CMYK color model

#755B51 color CMYK value is (0,22,31,54).

  • cyan value is 0.00%
  • magenta value is 22.22%
  • yellow value is 30.77%
  • key color value is 54.12%

CMYK: (0,22,31,54)
C0M22Y31K54 (0%, 22%, 31%, 54%)
(0.00 / 0.22 / 0.31 / 0.54)

CMYK percentages

%0
%22.22
%30.77
%54.12

Codes

Color #755B51 in popluar color models

75 5B 51
RGB 117 91 81
HSL 17° 18.18% 38.82%
HSB/HSV 17° 30.77% 45.88%
CMYK 0.00% 22.22% 30.77%
54.12%

Color #755B51 in popluar number systems.

HEX 75 5B 51
Decimal 117 91 81
Binary 1110101 1011011 1010001
Octal 165 133 121

Shades and tints

Shades of #755B51

#755B51
(117,91,81)
#6B534A
(107,83,74)
#614B43
(97,75,67)
#57433C
(87,67,60)
#4D3B35
(77,59,53)
#43332E
(67,51,46)
#392B27
(57,43,39)
#2F2320
(47,35,32)
#251B19
(37,27,25)
#1B1312
(27,19,18)
#110B0B
(17,11,11)
#000000
(0,0,0)

Tints of #755B51

#755B51
(117,91,81)
#816960
(129,105,96)
#8D776F
(141,119,111)
#99857E
(153,133,126)
#A5938D
(165,147,141)
#B1A19C
(177,161,156)
#BDAFAB
(189,175,171)
#C9BDBA
(201,189,186)
#D5CBC9
(213,203,201)
#E1D9D8
(225,217,216)
#EDE7E7
(237,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #755B51 color. Also use rgb(117,91,81) instead hex code.

Text Font Color

.myTextColor { color: #755B51; }

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

This text font color is #755B51.

Background Color

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

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

This div background color is #755B51.

Border color

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

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

This div border color is #755B51.

Opacity

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

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

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

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

This text has shadow with #755B51 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #755B51.

Preview

Color preview on black background

This text has color #755B51 on black background.


Color preview on white background

This text has color #755B51 on white background.


Black color preview on #755B51 background

This text has black color on #755B51 background.


White color preview on #755B51 background

This text has white color on #755B51 background.


Related colors

Complementary color

Complementary color for #hex is #8AA4AE.


I love getcolorcode.com

Triadic colors

1 #51755B and #5B5175 with #755B51 are triadic colors.

2 #515B75 and #5B7551 with #755B51 are triadic colors.