COLOR #755E69

HEX: #755E69
RGB: (117,94,105)

Color info

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

RGB color model

#755E69 color RGB value is (117,94,105).

  • red value is 117;
  • green value is 94;
  • blue value is 105.
RGB:
(117,94,105)
(46%,37%,41%)

RGB channels and saturation

R 117 of 255 = 46%
G 94 of 255 = 37%
B 105 of 255 = 41%

117
94
105

R + G + B ~ 41%. #755E69 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
117 + 94 + 105 = 316 (100%)
R 117 of 316 ~ 37.03%
G 94 of 316 ~ 29.75%
B 105 of 316 ~ 33.23%

%37.03
%29.75
%33.23

CMYK color model

#755E69 color CMYK value is (0,20,10,54).

  • cyan value is 0.00%
  • magenta value is 19.66%
  • yellow value is 10.26%
  • key color value is 54.12%
CMYK:
(0,20,10,54)
C0M20Y10K54 
(0%,20%,10%,54%)
(0.00/0.20/0.10/0.54)	

CMYK percentages

%0
%19.66
%10.26
%54.12

Codes

Color #755E69 in popluar color models

755E69
RGB11794105
HSL331°10.90%41.37%
HSB/HSV331°19.66%45.88%
CMYK0.00%19.66%10.26%
54.12%

Color #755E69 in popluar number systems.

HEX755E69
Decimal11794105
Binary111010110111101101001
Octal165136151

Shades and tints

Shades of #755E69

#755E69
(117,94,105)
#6B5660
(107,86,96)
#614E57
(97,78,87)
#57464E
(87,70,78)
#4D3E45
(77,62,69)
#43363C
(67,54,60)
#392E33
(57,46,51)
#2F262A
(47,38,42)
#251E21
(37,30,33)
#1B1618
(27,22,24)
#110E0F
(17,14,15)
#000000
(0,0,0)

Tints of #755E69

#755E69
(117,94,105)
#816C76
(129,108,118)
#8D7A83
(141,122,131)
#998890
(153,136,144)
#A5969D
(165,150,157)
#B1A4AA
(177,164,170)
#BDB2B7
(189,178,183)
#C9C0C4
(201,192,196)
#D5CED1
(213,206,209)
#E1DCDE
(225,220,222)
#EDEAEB
(237,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #755E69 color. Also use rgb(117,94,105) instead hex code.

Text Font Color

.myTextColor { color: #755E69; }

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

This text font color is #755E69.


Background Color

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

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

This div background color is #755E69.


Border color

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

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

This div border color is #755E69.


Opacity

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

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

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

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

This text has shadow with #755E69 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #755E69 on black background.


Color preview on white background

This text has color #755E69 on white background.



Black color preview on #755E69 background

This text has black color on #755E69 background.


White color preview on #755E69 background

This text has white color on #755E69 background.