COLOR #755A5F

HEX: #755A5F
RGB: (117,90,95)

Color info

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

RGB color model

#755A5F color RGB value is (117,90,95).

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

RGB channels and saturation

R 117 of 255 = 46%
G 90 of 255 = 35%
B 95 of 255 = 37%

117
90
95

R + G + B ~ 39%. #755A5F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
117 + 90 + 95 = 302 (100%)
R 117 of 302 ~ 38.74%
G 90 of 302 ~ 29.8%
B 95 of 302 ~ 31.46%

%38.74
%29.8
%31.46

CMYK color model

#755A5F color CMYK value is (0,23,19,54).

  • cyan value is 0.00%
  • magenta value is 23.08%
  • yellow value is 18.80%
  • key color value is 54.12%
CMYK:
(0,23,19,54)
C0M23Y19K54 
(0%,23%,19%,54%)
(0.00/0.23/0.19/0.54)	

CMYK percentages

%0
%23.08
%18.8
%54.12

Codes

Color #755A5F in popluar color models

755A5F
RGB1179095
HSL349°13.04%40.59%
HSB/HSV349°23.08%45.88%
CMYK0.00%23.08%18.80%
54.12%

Color #755A5F in popluar number systems.

HEX755A5F
Decimal1179095
Binary111010110110101011111
Octal165132137

Shades and tints

Shades of #755A5F

#755A5F
(117,90,95)
#6B5257
(107,82,87)
#614A4F
(97,74,79)
#574247
(87,66,71)
#4D3A3F
(77,58,63)
#433237
(67,50,55)
#392A2F
(57,42,47)
#2F2227
(47,34,39)
#251A1F
(37,26,31)
#1B1217
(27,18,23)
#110A0F
(17,10,15)
#000000
(0,0,0)

Tints of #755A5F

#755A5F
(117,90,95)
#81696D
(129,105,109)
#8D787B
(141,120,123)
#998789
(153,135,137)
#A59697
(165,150,151)
#B1A5A5
(177,165,165)
#BDB4B3
(189,180,179)
#C9C3C1
(201,195,193)
#D5D2CF
(213,210,207)
#E1E1DD
(225,225,221)
#EDF0EB
(237,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #755A5F; }

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

This text font color is #755A5F.


Background Color

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

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

This div background color is #755A5F.


Border color

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

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

This div border color is #755A5F.


Opacity

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

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

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

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

This text has shadow with #755A5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #755A5F on black background.


Color preview on white background

This text has color #755A5F on white background.



Black color preview on #755A5F background

This text has black color on #755A5F background.


White color preview on #755A5F background

This text has white color on #755A5F background.