COLOR #755C4A

HEX: #755C4A
RGB: (117,92,74)

Color info

#755C4A contains red, green and blue colors in about the same proportion. Web safe color of #755C4A is #666633 (or #663).

RGB color model

#755C4A color RGB value is (117,92,74).

  • red value is 117;
  • green value is 92;
  • blue value is 74.
RGB:
(117,92,74)
(46%,36%,29%)

RGB channels and saturation

R 117 of 255 = 46%
G 92 of 255 = 36%
B 74 of 255 = 29%

117
92
74

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

Portions of RGB colors in percentages

R + G + B =
117 + 92 + 74 = 283 (100%)
R 117 of 283 ~ 41.34%
G 92 of 283 ~ 32.51%
B 74 of 283 ~ 26.15%

%41.34
%32.51
%26.15

CMYK color model

#755C4A color CMYK value is (0,21,37,54).

  • cyan value is 0.00%
  • magenta value is 21.37%
  • yellow value is 36.75%
  • key color value is 54.12%
CMYK:
(0,21,37,54)
C0M21Y37K54 
(0%,21%,37%,54%)
(0.00/0.21/0.37/0.54)	

CMYK percentages

%0
%21.37
%36.75
%54.12

Codes

Color #755C4A in popluar color models

755C4A
RGB1179274
HSL25°22.51%37.45%
HSB/HSV25°36.75%45.88%
CMYK0.00%21.37%36.75%
54.12%

Color #755C4A in popluar number systems.

HEX755C4A
Decimal1179274
Binary111010110111001001010
Octal165134112

Shades and tints

Shades of #755C4A

#755C4A
(117,92,74)
#6B5444
(107,84,68)
#614C3E
(97,76,62)
#574438
(87,68,56)
#4D3C32
(77,60,50)
#43342C
(67,52,44)
#392C26
(57,44,38)
#2F2420
(47,36,32)
#251C1A
(37,28,26)
#1B1414
(27,20,20)
#110C0E
(17,12,14)
#000000
(0,0,0)

Tints of #755C4A

#755C4A
(117,92,74)
#816A5A
(129,106,90)
#8D786A
(141,120,106)
#99867A
(153,134,122)
#A5948A
(165,148,138)
#B1A29A
(177,162,154)
#BDB0AA
(189,176,170)
#C9BEBA
(201,190,186)
#D5CCCA
(213,204,202)
#E1DADA
(225,218,218)
#EDE8EA
(237,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #755C4A color. Also use rgb(117,92,74) instead hex code.

Text Font Color

.myTextColor { color: #755C4A; }

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

This text font color is #755C4A.


Background Color

.myBgColor { background-color: #755C4A; }

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

This div background color is #755C4A.


Border color

.myBorderColor { border: 1px solid #755C4A; }

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

This div border color is #755C4A.


Opacity

.myOpacity80 { color: #755C4A; opacity: 0.8; }

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

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

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

This text has shadow with #755C4A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #755C4A on black background.


Color preview on white background

This text has color #755C4A on white background.



Black color preview on #755C4A background

This text has black color on #755C4A background.


White color preview on #755C4A background

This text has white color on #755C4A background.