COLOR #755F46

HEX: #755F46
RGB: (117,95,70)

Color info

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

RGB color model

#755F46 color RGB value is (117,95,70).

  • red value is 117;
  • green value is 95;
  • blue value is 70.
RGB:
(117,95,70)
(46%,37%,27%)

RGB channels and saturation

R 117 of 255 = 46%
G 95 of 255 = 37%
B 70 of 255 = 27%

117
95
70

R + G + B ~ 37%. #755F46 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
117 + 95 + 70 = 282 (100%)
R 117 of 282 ~ 41.49%
G 95 of 282 ~ 33.69%
B 70 of 282 ~ 24.82%

%41.49
%33.69
%24.82

CMYK color model

#755F46 color CMYK value is (0,19,40,54).

  • cyan value is 0.00%
  • magenta value is 18.80%
  • yellow value is 40.17%
  • key color value is 54.12%
CMYK:
(0,19,40,54)
C0M19Y40K54 
(0%,19%,40%,54%)
(0.00/0.19/0.40/0.54)	

CMYK percentages

%0
%18.8
%40.17
%54.12

Codes

Color #755F46 in popluar color models

755F46
RGB1179570
HSL32°25.13%36.67%
HSB/HSV32°40.17%45.88%
CMYK0.00%18.80%40.17%
54.12%

Color #755F46 in popluar number systems.

HEX755F46
Decimal1179570
Binary111010110111111000110
Octal165137106

Shades and tints

Shades of #755F46

#755F46
(117,95,70)
#6B5740
(107,87,64)
#614F3A
(97,79,58)
#574734
(87,71,52)
#4D3F2E
(77,63,46)
#433728
(67,55,40)
#392F22
(57,47,34)
#2F271C
(47,39,28)
#251F16
(37,31,22)
#1B1710
(27,23,16)
#110F0A
(17,15,10)
#000000
(0,0,0)

Tints of #755F46

#755F46
(117,95,70)
#816D56
(129,109,86)
#8D7B66
(141,123,102)
#998976
(153,137,118)
#A59786
(165,151,134)
#B1A596
(177,165,150)
#BDB3A6
(189,179,166)
#C9C1B6
(201,193,182)
#D5CFC6
(213,207,198)
#E1DDD6
(225,221,214)
#EDEBE6
(237,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #755F46 color. Also use rgb(117,95,70) instead hex code.

Text Font Color

.myTextColor { color: #755F46; }

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

This text font color is #755F46.


Background Color

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

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

This div background color is #755F46.


Border color

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

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

This div border color is #755F46.


Opacity

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

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

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

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

This text has shadow with #755F46 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #755F46 on black background.


Color preview on white background

This text has color #755F46 on white background.



Black color preview on #755F46 background

This text has black color on #755F46 background.


White color preview on #755F46 background

This text has white color on #755F46 background.