COLOR #755551

HEX: #755551 RGB: (117,85,81)

Color info

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

RGB color model

#755551 color RGB value is (117,85,81).

RGB: (117,85,81) (46%, 33%, 32%)

RGB channels and saturation

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

117
85
81

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

Portions of RGB colors in percentages

R + G + B = 117 + 85 + 81 = 283 (100%)
R 117 of 283 ~ 41.34%
G 85 of 283 ~ 30.04%
B 81 of 283 ~ 28.62'%

%41.34
%30.04
%28.62

CMYK color model

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

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

CMYK: (0,27,31,54)
C0M27Y31K54 (0%, 27%, 31%, 54%)
(0.00 / 0.27 / 0.31 / 0.54)

CMYK percentages

%0
%27.35
%30.77
%54.12

Codes

Color #755551 in popluar color models

75 55 51
RGB 117 85 81
HSL 18.18% 38.82%
HSB/HSV 30.77% 45.88%
CMYK 0.00% 27.35% 30.77%
54.12%

Color #755551 in popluar number systems.

HEX 75 55 51
Decimal 117 85 81
Binary 1110101 1010101 1010001
Octal 165 125 121

Shades and tints

Shades of #755551

#755551
(117,85,81)
#6B4E4A
(107,78,74)
#614743
(97,71,67)
#57403C
(87,64,60)
#4D3935
(77,57,53)
#43322E
(67,50,46)
#392B27
(57,43,39)
#2F2420
(47,36,32)
#251D19
(37,29,25)
#1B1612
(27,22,18)
#110F0B
(17,15,11)
#000000
(0,0,0)

Tints of #755551

#755551
(117,85,81)
#816460
(129,100,96)
#8D736F
(141,115,111)
#99827E
(153,130,126)
#A5918D
(165,145,141)
#B1A09C
(177,160,156)
#BDAFAB
(189,175,171)
#C9BEBA
(201,190,186)
#D5CDC9
(213,205,201)
#E1DCD8
(225,220,216)
#EDEBE7
(237,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #755551; }

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

This text font color is #755551.

Background Color

.myBgColor { background-color: #755551; }

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

This div background color is #755551.

Border color

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

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

This div border color is #755551.

Opacity

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

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

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

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

This text has shadow with #755551 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #755551.

Preview

Color preview on black background

This text has color #755551 on black background.


Color preview on white background

This text has color #755551 on white background.


Black color preview on #755551 background

This text has black color on #755551 background.


White color preview on #755551 background

This text has white color on #755551 background.


Related colors

Complementary color

Complementary color for #hex is #8AAAAE.


I love getcolorcode.com

Triadic colors

1 #517555 and #555175 with #755551 are triadic colors.

2 #515575 and #557551 with #755551 are triadic colors.