COLOR #755059

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

117
80
89

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

Portions of RGB colors in percentages

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

%40.91
%27.97
%31.12

CMYK color model

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

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

CMYK percentages

%0
%31.62
%23.93
%54.12

Codes

Color #755059 in popluar color models

755059
RGB1178089
HSL345°18.78%38.63%
HSB/HSV345°31.62%45.88%
CMYK0.00%31.62%23.93%
54.12%

Color #755059 in popluar number systems.

HEX755059
Decimal1178089
Binary111010110100001011001
Octal165120131

Shades and tints

Shades of #755059

#755059
(117,80,89)
#6B4951
(107,73,81)
#614249
(97,66,73)
#573B41
(87,59,65)
#4D3439
(77,52,57)
#432D31
(67,45,49)
#392629
(57,38,41)
#2F1F21
(47,31,33)
#251819
(37,24,25)
#1B1111
(27,17,17)
#110A09
(17,10,9)
#000000
(0,0,0)

Tints of #755059

#755059
(117,80,89)
#815F68
(129,95,104)
#8D6E77
(141,110,119)
#997D86
(153,125,134)
#A58C95
(165,140,149)
#B19BA4
(177,155,164)
#BDAAB3
(189,170,179)
#C9B9C2
(201,185,194)
#D5C8D1
(213,200,209)
#E1D7E0
(225,215,224)
#EDE6EF
(237,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #755059; }

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

This text font color is #755059.


Background Color

.myBgColor { background-color: #755059; }

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

This div background color is #755059.


Border color

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

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

This div border color is #755059.


Opacity

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

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

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

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

This text has shadow with #755059 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #755059 on black background.


Color preview on white background

This text has color #755059 on white background.



Black color preview on #755059 background

This text has black color on #755059 background.


White color preview on #755059 background

This text has white color on #755059 background.