COLOR #755057

HEX: #755057
RGB: (117,80,87)

Color info

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

RGB color model

#755057 color RGB value is (117,80,87).

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

RGB channels and saturation

R 117 of 255 = 46%
G 80 of 255 = 31%
B 87 of 255 = 34%

117
80
87

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

Portions of RGB colors in percentages

R + G + B =
117 + 80 + 87 = 284 (100%)
R 117 of 284 ~ 41.2%
G 80 of 284 ~ 28.17%
B 87 of 284 ~ 30.63%

%41.2
%28.17
%30.63

CMYK color model

#755057 color CMYK value is (0,32,26,54).

  • cyan value is 0.00%
  • magenta value is 31.62%
  • yellow value is 25.64%
  • key color value is 54.12%
CMYK:
(0,32,26,54)
C0M32Y26K54 
(0%,32%,26%,54%)
(0.00/0.32/0.26/0.54)	

CMYK percentages

%0
%31.62
%25.64
%54.12

Codes

Color #755057 in popluar color models

755057
RGB1178087
HSL349°18.78%38.63%
HSB/HSV349°31.62%45.88%
CMYK0.00%31.62%25.64%
54.12%

Color #755057 in popluar number systems.

HEX755057
Decimal1178087
Binary111010110100001010111
Octal165120127

Shades and tints

Shades of #755057

#755057
(117,80,87)
#6B4950
(107,73,80)
#614249
(97,66,73)
#573B42
(87,59,66)
#4D343B
(77,52,59)
#432D34
(67,45,52)
#39262D
(57,38,45)
#2F1F26
(47,31,38)
#25181F
(37,24,31)
#1B1118
(27,17,24)
#110A11
(17,10,17)
#000000
(0,0,0)

Tints of #755057

#755057
(117,80,87)
#815F66
(129,95,102)
#8D6E75
(141,110,117)
#997D84
(153,125,132)
#A58C93
(165,140,147)
#B19BA2
(177,155,162)
#BDAAB1
(189,170,177)
#C9B9C0
(201,185,192)
#D5C8CF
(213,200,207)
#E1D7DE
(225,215,222)
#EDE6ED
(237,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #755057; }

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

This text font color is #755057.


Background Color

.myBgColor { background-color: #755057; }

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

This div background color is #755057.


Border color

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

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

This div border color is #755057.


Opacity

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

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

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

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

This text has shadow with #755057 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #755057 on black background.


Color preview on white background

This text has color #755057 on white background.



Black color preview on #755057 background

This text has black color on #755057 background.


White color preview on #755057 background

This text has white color on #755057 background.