COLOR #755E5E

HEX: #755E5E RGB: (117,94,94)

Color info

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

RGB color model

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

RGB: (117,94,94) (46%, 37%, 37%)

RGB channels and saturation

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

117
94
94

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

Portions of RGB colors in percentages

R + G + B = 117 + 94 + 94 = 305 (100%)
R 117 of 305 ~ 38.36%
G 94 of 305 ~ 30.82%
B 94 of 305 ~ 30.82'%

%38.36
%30.82
%30.82

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 19.66%
  • yellow value is 19.66%
  • key color value is 54.12%

CMYK: (0,20,20,54)
C0M20Y20K54 (0%, 20%, 20%, 54%)
(0.00 / 0.20 / 0.20 / 0.54)

CMYK percentages

%0
%19.66
%19.66
%54.12

Codes

Color #755E5E in popluar color models

75 5E 5E
RGB 117 94 94
HSL 10.90% 41.37%
HSB/HSV 19.66% 45.88%
CMYK 0.00% 19.66% 19.66%
54.12%

Color #755E5E in popluar number systems.

HEX 75 5E 5E
Decimal 117 94 94
Binary 1110101 1011110 1011110
Octal 165 136 136

Shades and tints

Shades of #755E5E

#755E5E
(117,94,94)
#6B5656
(107,86,86)
#614E4E
(97,78,78)
#574646
(87,70,70)
#4D3E3E
(77,62,62)
#433636
(67,54,54)
#392E2E
(57,46,46)
#2F2626
(47,38,38)
#251E1E
(37,30,30)
#1B1616
(27,22,22)
#110E0E
(17,14,14)
#000000
(0,0,0)

Tints of #755E5E

#755E5E
(117,94,94)
#816C6C
(129,108,108)
#8D7A7A
(141,122,122)
#998888
(153,136,136)
#A59696
(165,150,150)
#B1A4A4
(177,164,164)
#BDB2B2
(189,178,178)
#C9C0C0
(201,192,192)
#D5CECE
(213,206,206)
#E1DCDC
(225,220,220)
#EDEAEA
(237,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #755E5E; }

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

This text font color is #755E5E.

Background Color

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

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

This div background color is #755E5E.

Border color

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

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

This div border color is #755E5E.

Opacity

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

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

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

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

This text has shadow with #755E5E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #755E5E.

Preview

Color preview on black background

This text has color #755E5E on black background.


Color preview on white background

This text has color #755E5E on white background.


Black color preview on #755E5E background

This text has black color on #755E5E background.


White color preview on #755E5E background

This text has white color on #755E5E background.


Related colors

Complementary color

Complementary color for #hex is #8AA1A1.


I love getcolorcode.com