COLOR #755950

HEX: #755950
RGB: (117,89,80)

Color info

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

RGB color model

#755950 color RGB value is (117,89,80).

  • red value is 117;
  • green value is 89;
  • blue value is 80.
RGB:
(117,89,80)
(46%,35%,31%)

RGB channels and saturation

R 117 of 255 = 46%
G 89 of 255 = 35%
B 80 of 255 = 31%

117
89
80

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

Portions of RGB colors in percentages

R + G + B =
117 + 89 + 80 = 286 (100%)
R 117 of 286 ~ 40.91%
G 89 of 286 ~ 31.12%
B 80 of 286 ~ 27.97%

%40.91
%31.12
%27.97

CMYK color model

#755950 color CMYK value is (0,24,32,54).

  • cyan value is 0.00%
  • magenta value is 23.93%
  • yellow value is 31.62%
  • key color value is 54.12%
CMYK:
(0,24,32,54)
C0M24Y32K54 
(0%,24%,32%,54%)
(0.00/0.24/0.32/0.54)	

CMYK percentages

%0
%23.93
%31.62
%54.12

Codes

Color #755950 in popluar color models

755950
RGB1178980
HSL15°18.78%38.63%
HSB/HSV15°31.62%45.88%
CMYK0.00%23.93%31.62%
54.12%

Color #755950 in popluar number systems.

HEX755950
Decimal1178980
Binary111010110110011010000
Octal165131120

Shades and tints

Shades of #755950

#755950
(117,89,80)
#6B5149
(107,81,73)
#614942
(97,73,66)
#57413B
(87,65,59)
#4D3934
(77,57,52)
#43312D
(67,49,45)
#392926
(57,41,38)
#2F211F
(47,33,31)
#251918
(37,25,24)
#1B1111
(27,17,17)
#11090A
(17,9,10)
#000000
(0,0,0)

Tints of #755950

#755950
(117,89,80)
#81685F
(129,104,95)
#8D776E
(141,119,110)
#99867D
(153,134,125)
#A5958C
(165,149,140)
#B1A49B
(177,164,155)
#BDB3AA
(189,179,170)
#C9C2B9
(201,194,185)
#D5D1C8
(213,209,200)
#E1E0D7
(225,224,215)
#EDEFE6
(237,239,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #755950 color. Also use rgb(117,89,80) instead hex code.

Text Font Color

.myTextColor { color: #755950; }

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

This text font color is #755950.


Background Color

.myBgColor { background-color: #755950; }

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

This div background color is #755950.


Border color

.myBorderColor { border: 1px solid #755950; }

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

This div border color is #755950.


Opacity

.myOpacity80 { color: #755950; opacity: 0.8; }

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

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

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

This text has shadow with #755950 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #755950 on black background.


Color preview on white background

This text has color #755950 on white background.



Black color preview on #755950 background

This text has black color on #755950 background.


White color preview on #755950 background

This text has white color on #755950 background.