COLOR #755555

HEX: #755555
RGB: (117,85,85)

Color info

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

RGB color model

#755555 color RGB value is (117,85,85).

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

RGB channels and saturation

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

117
85
85

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

Portions of RGB colors in percentages

R + G + B =
117 + 85 + 85 = 287 (100%)
R 117 of 287 ~ 40.77%
G 85 of 287 ~ 29.62%
B 85 of 287 ~ 29.62%

%40.77
%29.62
%29.62

CMYK color model

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

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

CMYK percentages

%0
%27.35
%27.35
%54.12

Codes

Color #755555 in popluar color models

755555
RGB1178585
HSL15.84%39.61%
HSB/HSV27.35%45.88%
CMYK0.00%27.35%27.35%
54.12%

Color #755555 in popluar number systems.

HEX755555
Decimal1178585
Binary111010110101011010101
Octal165125125

Shades and tints

Shades of #755555

#755555
(117,85,85)
#6B4E4E
(107,78,78)
#614747
(97,71,71)
#574040
(87,64,64)
#4D3939
(77,57,57)
#433232
(67,50,50)
#392B2B
(57,43,43)
#2F2424
(47,36,36)
#251D1D
(37,29,29)
#1B1616
(27,22,22)
#110F0F
(17,15,15)
#000000
(0,0,0)

Tints of #755555

#755555
(117,85,85)
#816464
(129,100,100)
#8D7373
(141,115,115)
#998282
(153,130,130)
#A59191
(165,145,145)
#B1A0A0
(177,160,160)
#BDAFAF
(189,175,175)
#C9BEBE
(201,190,190)
#D5CDCD
(213,205,205)
#E1DCDC
(225,220,220)
#EDEBEB
(237,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #755555; }

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

This text font color is #755555.


Background Color

.myBgColor { background-color: #755555; }

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

This div background color is #755555.


Border color

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

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

This div border color is #755555.


Opacity

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

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

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

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

This text has shadow with #755555 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #755555 on black background.


Color preview on white background

This text has color #755555 on white background.



Black color preview on #755555 background

This text has black color on #755555 background.


White color preview on #755555 background

This text has white color on #755555 background.