COLOR #755627

HEX: #755627 RGB: (117,86,39)

Color info

#755627 contains mainly red and green colors. Web safe color of #755627 is #666633 (or #663).

RGB color model

#755627 color RGB value is (117,86,39).

RGB: (117,86,39) (46%, 34%, 15%)

RGB channels and saturation

R 117 of 255 = 46%
G 86 of 255 = 34%
B 39 of 255 = 15%

117
86
39

R + G + B ~ 32%. #755627 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 117 + 86 + 39 = 242 (100%)
R 117 of 242 ~ 48.35%
G 86 of 242 ~ 35.54%
B 39 of 242 ~ 16.12'%

%48.35
%35.54
%16.12

CMYK color model

#755627 color CMYK value is (0,26,67,54).

  • cyan value is 0.00%
  • magenta value is 26.50%
  • yellow value is 66.67%
  • key color value is 54.12%
CMYK: (0,26,67,54) C0M26Y67K54 (0%,26%,67%,54%) (0.00/0.26/0.67/0.54) 

CMYK percentages

%0
%26.5
%66.67
%54.12

Codes

Color #755627 in popluar color models

75 56 27
RGB 117 86 39
HSL 36° 50.00% 30.59%
HSB/HSV 36° 66.67% 45.88%
CMYK 0.00% 26.50% 66.67%
54.12%

Color #755627 in popluar number systems.

HEX 75 56 27
Decimal 117 86 39
Binary 1110101 1010110 100111
Octal 165 126 47

Shades and tints

Shades of #755627

#755627
(117,86,39)
#6B4F24
(107,79,36)
#614821
(97,72,33)
#57411E
(87,65,30)
#4D3A1B
(77,58,27)
#433318
(67,51,24)
#392C15
(57,44,21)
#2F2512
(47,37,18)
#251E0F
(37,30,15)
#1B170C
(27,23,12)
#111009
(17,16,9)
#000000
(0,0,0)

Tints of #755627

#755627
(117,86,39)
#81653A
(129,101,58)
#8D744D
(141,116,77)
#998360
(153,131,96)
#A59273
(165,146,115)
#B1A186
(177,161,134)
#BDB099
(189,176,153)
#C9BFAC
(201,191,172)
#D5CEBF
(213,206,191)
#E1DDD2
(225,221,210)
#EDECE5
(237,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #755627; }

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

This text font color is #755627.

Background Color

.myBgColor { background-color: #755627; }

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

This div background color is #755627.

Border color

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

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

This div border color is #755627.

Opacity

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

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

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

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

This text has shadow with #755627 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #755627.

Preview

Color preview on black background

This text has color #755627 on black background.


Color preview on white background

This text has color #755627 on white background.


Black color preview on #755627 background

This text has black color on #755627 background.


White color preview on #755627 background

This text has white color on #755627 background.


Related colors

Complementary color

Complementary color for #hex is #8AA9D8.


I love getcolorcode.com

Triadic colors

1 #277556 and #562775 with #755627 are triadic colors.

2 #275675 and #567527 with #755627 are triadic colors.