COLOR #72675F

HEX: #72675F RGB: (114,103,95)

Color info

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

RGB color model

#72675F color RGB value is (114,103,95).

RGB: (114,103,95) (45%, 40%, 37%)

RGB channels and saturation

R 114 of 255 = 45%
G 103 of 255 = 40%
B 95 of 255 = 37%

114
103
95

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

Portions of RGB colors in percentages

R + G + B = 114 + 103 + 95 = 312 (100%)
R 114 of 312 ~ 36.54%
G 103 of 312 ~ 33.01%
B 95 of 312 ~ 30.45'%

%36.54
%33.01
%30.45

CMYK color model

#72675F color CMYK value is (0,10,17,55).

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

CMYK: (0,10,17,55)
C0M10Y17K55 (0%, 10%, 17%, 55%)
(0.00 / 0.10 / 0.17 / 0.55)

CMYK percentages

%0
%9.65
%16.67
%55.29

Codes

Color #72675F in popluar color models

72 67 5F
RGB 114 103 95
HSL 25° 9.09% 40.98%
HSB/HSV 25° 16.67% 44.71%
CMYK 0.00% 9.65% 16.67%
55.29%

Color #72675F in popluar number systems.

HEX 72 67 5F
Decimal 114 103 95
Binary 1110010 1100111 1011111
Octal 162 147 137

Shades and tints

Shades of #72675F

#72675F
(114,103,95)
#685E57
(104,94,87)
#5E554F
(94,85,79)
#544C47
(84,76,71)
#4A433F
(74,67,63)
#403A37
(64,58,55)
#36312F
(54,49,47)
#2C2827
(44,40,39)
#221F1F
(34,31,31)
#181617
(24,22,23)
#0E0D0F
(14,13,15)
#000000
(0,0,0)

Tints of #72675F

#72675F
(114,103,95)
#7E746D
(126,116,109)
#8A817B
(138,129,123)
#968E89
(150,142,137)
#A29B97
(162,155,151)
#AEA8A5
(174,168,165)
#BAB5B3
(186,181,179)
#C6C2C1
(198,194,193)
#D2CFCF
(210,207,207)
#DEDCDD
(222,220,221)
#EAE9EB
(234,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #72675F; }

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

This text font color is #72675F.

Background Color

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

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

This div background color is #72675F.

Border color

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

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

This div border color is #72675F.

Opacity

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

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

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

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

This text has shadow with #72675F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #72675F.

Preview

Color preview on black background

This text has color #72675F on black background.


Color preview on white background

This text has color #72675F on white background.


Black color preview on #72675F background

This text has black color on #72675F background.


White color preview on #72675F background

This text has white color on #72675F background.


Related colors

Complementary color

Complementary color for #hex is #8D98A0.


I love getcolorcode.com

Triadic colors

1 #5F7267 and #675F72 with #72675F are triadic colors.

2 #5F6772 and #67725F with #72675F are triadic colors.