COLOR #755855

HEX: #755855 RGB: (117,88,85)

Color info

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

RGB color model

#755855 color RGB value is (117,88,85).

RGB: (117,88,85) (46%, 35%, 33%)

RGB channels and saturation

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

117
88
85

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

Portions of RGB colors in percentages

R + G + B = 117 + 88 + 85 = 290 (100%)
R 117 of 290 ~ 40.34%
G 88 of 290 ~ 30.34%
B 85 of 290 ~ 29.31'%

%40.34
%30.34
%29.31

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 24.79%
  • yellow value is 27.35%
  • key color value is 54.12%

CMYK: (0,25,27,54)
C0M25Y27K54 (0%, 25%, 27%, 54%)
(0.00 / 0.25 / 0.27 / 0.54)

CMYK percentages

%0
%24.79
%27.35
%54.12

Codes

Color #755855 in popluar color models

75 58 55
RGB 117 88 85
HSL 15.84% 39.61%
HSB/HSV 27.35% 45.88%
CMYK 0.00% 24.79% 27.35%
54.12%

Color #755855 in popluar number systems.

HEX 75 58 55
Decimal 117 88 85
Binary 1110101 1011000 1010101
Octal 165 130 125

Shades and tints

Shades of #755855

#755855
(117,88,85)
#6B504E
(107,80,78)
#614847
(97,72,71)
#574040
(87,64,64)
#4D3839
(77,56,57)
#433032
(67,48,50)
#39282B
(57,40,43)
#2F2024
(47,32,36)
#25181D
(37,24,29)
#1B1016
(27,16,22)
#11080F
(17,8,15)
#000000
(0,0,0)

Tints of #755855

#755855
(117,88,85)
#816764
(129,103,100)
#8D7673
(141,118,115)
#998582
(153,133,130)
#A59491
(165,148,145)
#B1A3A0
(177,163,160)
#BDB2AF
(189,178,175)
#C9C1BE
(201,193,190)
#D5D0CD
(213,208,205)
#E1DFDC
(225,223,220)
#EDEEEB
(237,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #755855; }

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

This text font color is #755855.

Background Color

.myBgColor { background-color: #755855; }

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

This div background color is #755855.

Border color

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

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

This div border color is #755855.

Opacity

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

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

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

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

This text has shadow with #755855 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #755855.

Preview

Color preview on black background

This text has color #755855 on black background.


Color preview on white background

This text has color #755855 on white background.


Black color preview on #755855 background

This text has black color on #755855 background.


White color preview on #755855 background

This text has white color on #755855 background.


Related colors

Complementary color

Complementary color for #hex is #8AA7AA.


I love getcolorcode.com

Triadic colors

1 #557558 and #585575 with #755855 are triadic colors.

2 #555875 and #587555 with #755855 are triadic colors.