COLOR #755259

HEX: #755259
RGB: (117,82,89)

Color info

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

RGB color model

#755259 color RGB value is (117,82,89).

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

RGB channels and saturation

R 117 of 255 = 46%
G 82 of 255 = 32%
B 89 of 255 = 35%

117
82
89

R + G + B ~ 38%. #755259 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
117 + 82 + 89 = 288 (100%)
R 117 of 288 ~ 40.63%
G 82 of 288 ~ 28.47%
B 89 of 288 ~ 30.9%

%40.63
%28.47
%30.9

CMYK color model

#755259 color CMYK value is (0,30,24,54).

  • cyan value is 0.00%
  • magenta value is 29.91%
  • yellow value is 23.93%
  • key color value is 54.12%
CMYK:
(0,30,24,54)
C0M30Y24K54 
(0%,30%,24%,54%)
(0.00/0.30/0.24/0.54)	

CMYK percentages

%0
%29.91
%23.93
%54.12

Codes

Color #755259 in popluar color models

755259
RGB1178289
HSL348°17.59%39.02%
HSB/HSV348°29.91%45.88%
CMYK0.00%29.91%23.93%
54.12%

Color #755259 in popluar number systems.

HEX755259
Decimal1178289
Binary111010110100101011001
Octal165122131

Shades and tints

Shades of #755259

#755259
(117,82,89)
#6B4B51
(107,75,81)
#614449
(97,68,73)
#573D41
(87,61,65)
#4D3639
(77,54,57)
#432F31
(67,47,49)
#392829
(57,40,41)
#2F2121
(47,33,33)
#251A19
(37,26,25)
#1B1311
(27,19,17)
#110C09
(17,12,9)
#000000
(0,0,0)

Tints of #755259

#755259
(117,82,89)
#816168
(129,97,104)
#8D7077
(141,112,119)
#997F86
(153,127,134)
#A58E95
(165,142,149)
#B19DA4
(177,157,164)
#BDACB3
(189,172,179)
#C9BBC2
(201,187,194)
#D5CAD1
(213,202,209)
#E1D9E0
(225,217,224)
#EDE8EF
(237,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #755259; }

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

This text font color is #755259.


Background Color

.myBgColor { background-color: #755259; }

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

This div background color is #755259.


Border color

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

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

This div border color is #755259.


Opacity

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

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

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

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

This text has shadow with #755259 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #755259 on black background.


Color preview on white background

This text has color #755259 on white background.



Black color preview on #755259 background

This text has black color on #755259 background.


White color preview on #755259 background

This text has white color on #755259 background.