COLOR #72675C

HEX: #72675C RGB: (114,103,92)

Color info

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

RGB color model

#72675C color RGB value is (114,103,92).

RGB: (114,103,92) (45%, 40%, 36%)

RGB channels and saturation

R 114 of 255 = 45%
G 103 of 255 = 40%
B 92 of 255 = 36%

114
103
92

R + G + B ~ 40%. #72675C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 114 + 103 + 92 = 309 (100%)
R 114 of 309 ~ 36.89%
G 103 of 309 ~ 33.33%
B 92 of 309 ~ 29.77'%

%36.89
%33.33
%29.77

CMYK color model

#72675C color CMYK value is (0,10,19,55).

  • cyan value is 0.00%
  • magenta value is 9.65%
  • yellow value is 19.30%
  • key color value is 55.29%

CMYK: (0,10,19,55)
C0M10Y19K55 (0%, 10%, 19%, 55%)
(0.00 / 0.10 / 0.19 / 0.55)

CMYK percentages

%0
%9.65
%19.3
%55.29

Codes

Color #72675C in popluar color models

72 67 5C
RGB 114 103 92
HSL 30° 10.68% 40.39%
HSB/HSV 30° 19.30% 44.71%
CMYK 0.00% 9.65% 19.30%
55.29%

Color #72675C in popluar number systems.

HEX 72 67 5C
Decimal 114 103 92
Binary 1110010 1100111 1011100
Octal 162 147 134

Shades and tints

Shades of #72675C

#72675C
(114,103,92)
#685E54
(104,94,84)
#5E554C
(94,85,76)
#544C44
(84,76,68)
#4A433C
(74,67,60)
#403A34
(64,58,52)
#36312C
(54,49,44)
#2C2824
(44,40,36)
#221F1C
(34,31,28)
#181614
(24,22,20)
#0E0D0C
(14,13,12)
#000000
(0,0,0)

Tints of #72675C

#72675C
(114,103,92)
#7E746A
(126,116,106)
#8A8178
(138,129,120)
#968E86
(150,142,134)
#A29B94
(162,155,148)
#AEA8A2
(174,168,162)
#BAB5B0
(186,181,176)
#C6C2BE
(198,194,190)
#D2CFCC
(210,207,204)
#DEDCDA
(222,220,218)
#EAE9E8
(234,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #72675C color. Also use rgb(114,103,92) instead hex code.

Text Font Color

.myTextColor { color: #72675C; }

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

This text font color is #72675C.

Background Color

.myBgColor { background-color: #72675C; }

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

This div background color is #72675C.

Border color

.myBorderColor { border: 1px solid #72675C; }

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

This div border color is #72675C.

Opacity

.myOpacity80 { color: #72675C; opacity: 0.8; }

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

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

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

This text has shadow with #72675C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #72675C.

Preview

Color preview on black background

This text has color #72675C on black background.


Color preview on white background

This text has color #72675C on white background.


Black color preview on #72675C background

This text has black color on #72675C background.


White color preview on #72675C background

This text has white color on #72675C background.


Related colors

Complementary color

Complementary color for #hex is #8D98A3.


I love getcolorcode.com

Triadic colors

1 #5C7267 and #675C72 with #72675C are triadic colors.

2 #5C6772 and #67725C with #72675C are triadic colors.