COLOR #755055

HEX: #755055
RGB: (117,80,85)

Color info

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

RGB color model

#755055 color RGB value is (117,80,85).

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

RGB channels and saturation

R 117 of 255 = 46%
G 80 of 255 = 31%
B 85 of 255 = 33%

117
80
85

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

Portions of RGB colors in percentages

R + G + B =
117 + 80 + 85 = 282 (100%)
R 117 of 282 ~ 41.49%
G 80 of 282 ~ 28.37%
B 85 of 282 ~ 30.14%

%41.49
%28.37
%30.14

CMYK color model

#755055 color CMYK value is (0,32,27,54).

  • cyan value is 0.00%
  • magenta value is 31.62%
  • yellow value is 27.35%
  • key color value is 54.12%
CMYK:
(0,32,27,54)
C0M32Y27K54 
(0%,32%,27%,54%)
(0.00/0.32/0.27/0.54)	

CMYK percentages

%0
%31.62
%27.35
%54.12

Codes

Color #755055 in popluar color models

755055
RGB1178085
HSL352°18.78%38.63%
HSB/HSV352°31.62%45.88%
CMYK0.00%31.62%27.35%
54.12%

Color #755055 in popluar number systems.

HEX755055
Decimal1178085
Binary111010110100001010101
Octal165120125

Shades and tints

Shades of #755055

#755055
(117,80,85)
#6B494E
(107,73,78)
#614247
(97,66,71)
#573B40
(87,59,64)
#4D3439
(77,52,57)
#432D32
(67,45,50)
#39262B
(57,38,43)
#2F1F24
(47,31,36)
#25181D
(37,24,29)
#1B1116
(27,17,22)
#110A0F
(17,10,15)
#000000
(0,0,0)

Tints of #755055

#755055
(117,80,85)
#815F64
(129,95,100)
#8D6E73
(141,110,115)
#997D82
(153,125,130)
#A58C91
(165,140,145)
#B19BA0
(177,155,160)
#BDAAAF
(189,170,175)
#C9B9BE
(201,185,190)
#D5C8CD
(213,200,205)
#E1D7DC
(225,215,220)
#EDE6EB
(237,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #755055; }

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

This text font color is #755055.


Background Color

.myBgColor { background-color: #755055; }

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

This div background color is #755055.


Border color

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

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

This div border color is #755055.


Opacity

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

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

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

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

This text has shadow with #755055 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #755055 on black background.


Color preview on white background

This text has color #755055 on white background.



Black color preview on #755055 background

This text has black color on #755055 background.


White color preview on #755055 background

This text has white color on #755055 background.