COLOR #75672E

HEX: #75672E RGB: (117,103,46)

Color info

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

RGB color model

#75672E color RGB value is (117,103,46).

RGB: (117,103,46) (46%, 40%, 18%)

RGB channels and saturation

R 117 of 255 = 46%
G 103 of 255 = 40%
B 46 of 255 = 18%

117
103
46

R + G + B ~ 35%. #75672E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 117 + 103 + 46 = 266 (100%)
R 117 of 266 ~ 43.98%
G 103 of 266 ~ 38.72%
B 46 of 266 ~ 17.29'%

%43.98
%38.72
%17.29

CMYK color model

#75672E color CMYK value is (0,12,61,54).

  • cyan value is 0.00%
  • magenta value is 11.97%
  • yellow value is 60.68%
  • key color value is 54.12%

CMYK: (0,12,61,54)
C0M12Y61K54 (0%, 12%, 61%, 54%)
(0.00 / 0.12 / 0.61 / 0.54)

CMYK percentages

%0
%11.97
%60.68
%54.12

Codes

Color #75672E in popluar color models

75 67 2E
RGB 117 103 46
HSL 48° 43.56% 31.96%
HSB/HSV 48° 60.68% 45.88%
CMYK 0.00% 11.97% 60.68%
54.12%

Color #75672E in popluar number systems.

HEX 75 67 2E
Decimal 117 103 46
Binary 1110101 1100111 101110
Octal 165 147 56

Shades and tints

Shades of #75672E

#75672E
(117,103,46)
#6B5E2A
(107,94,42)
#615526
(97,85,38)
#574C22
(87,76,34)
#4D431E
(77,67,30)
#433A1A
(67,58,26)
#393116
(57,49,22)
#2F2812
(47,40,18)
#251F0E
(37,31,14)
#1B160A
(27,22,10)
#110D06
(17,13,6)
#000000
(0,0,0)

Tints of #75672E

#75672E
(117,103,46)
#817441
(129,116,65)
#8D8154
(141,129,84)
#998E67
(153,142,103)
#A59B7A
(165,155,122)
#B1A88D
(177,168,141)
#BDB5A0
(189,181,160)
#C9C2B3
(201,194,179)
#D5CFC6
(213,207,198)
#E1DCD9
(225,220,217)
#EDE9EC
(237,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75672E color. Also use rgb(117,103,46) instead hex code.

Text Font Color

.myTextColor { color: #75672E; }

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

This text font color is #75672E.

Background Color

.myBgColor { background-color: #75672E; }

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

This div background color is #75672E.

Border color

.myBorderColor { border: 1px solid #75672E; }

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

This div border color is #75672E.

Opacity

.myOpacity80 { color: #75672E; opacity: 0.8; }

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

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

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

This text has shadow with #75672E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #75672E.

Preview

Color preview on black background

This text has color #75672E on black background.


Color preview on white background

This text has color #75672E on white background.


Black color preview on #75672E background

This text has black color on #75672E background.


White color preview on #75672E background

This text has white color on #75672E background.


Related colors

Complementary color

Complementary color for #75672E is #8A98D1.


I love getcolorcode.com

Triadic colors

1 #2E7567 and #672E75 with #75672E are triadic colors.

2 #2E6775 and #67752E with #75672E are triadic colors.