COLOR #72617F

HEX: #72617F RGB: (114,97,127)

Color info

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

RGB color model

#72617F color RGB value is (114,97,127).

RGB: (114,97,127) (45%, 38%, 50%)

RGB channels and saturation

R 114 of 255 = 45%
G 97 of 255 = 38%
B 127 of 255 = 50%

114
97
127

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

Portions of RGB colors in percentages

R + G + B = 114 + 97 + 127 = 338 (100%)
R 114 of 338 ~ 33.73%
G 97 of 338 ~ 28.7%
B 127 of 338 ~ 37.57'%

%33.73
%28.7
%37.57

CMYK color model

#72617F color CMYK value is (10,24,0,50).

  • cyan value is 10.24%
  • magenta value is 23.62%
  • yellow value is 0.00%
  • key color value is 50.20%

CMYK: (10,24,0,50)
C10M24Y0K50 (10%, 24%, 0%, 50%)
(0.10 / 0.24 / 0.00 / 0.50)

CMYK percentages

%10.24
%23.62
%0
%50.2

Codes

Color #72617F in popluar color models

72 61 7F
RGB 114 97 127
HSL 274° 13.39% 43.92%
HSB/HSV 274° 23.62% 49.80%
CMYK 10.24% 23.62% 0.00%
50.20%

Color #72617F in popluar number systems.

HEX 72 61 7F
Decimal 114 97 127
Binary 1110010 1100001 1111111
Octal 162 141 177

Shades and tints

Shades of #72617F

#72617F
(114,97,127)
#685974
(104,89,116)
#5E5169
(94,81,105)
#54495E
(84,73,94)
#4A4153
(74,65,83)
#403948
(64,57,72)
#36313D
(54,49,61)
#2C2932
(44,41,50)
#222127
(34,33,39)
#18191C
(24,25,28)
#0E1111
(14,17,17)
#000000
(0,0,0)

Tints of #72617F

#72617F
(114,97,127)
#7E6F8A
(126,111,138)
#8A7D95
(138,125,149)
#968BA0
(150,139,160)
#A299AB
(162,153,171)
#AEA7B6
(174,167,182)
#BAB5C1
(186,181,193)
#C6C3CC
(198,195,204)
#D2D1D7
(210,209,215)
#DEDFE2
(222,223,226)
#EAEDED
(234,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #72617F color. Also use rgb(114,97,127) instead hex code.

Text Font Color

.myTextColor { color: #72617F; }

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

This text font color is #72617F.

Background Color

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

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

This div background color is #72617F.

Border color

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

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

This div border color is #72617F.

Opacity

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

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

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

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

This text has shadow with #72617F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #72617F.

Preview

Color preview on black background

This text has color #72617F on black background.


Color preview on white background

This text has color #72617F on white background.


Black color preview on #72617F background

This text has black color on #72617F background.


White color preview on #72617F background

This text has white color on #72617F background.


Related colors

Complementary color

Complementary color for #hex is #8D9E80.


I love getcolorcode.com

Triadic colors

1 #7F7261 and #617F72 with #72617F are triadic colors.

2 #7F6172 and #61727F with #72617F are triadic colors.