COLOR #727B8C

HEX: #727B8C RGB: (114,123,140)

Color info

#727B8C contains red, green and blue colors in about the same proportion. Web safe color of #727B8C is #666699 (or #669).

RGB color model

#727B8C color RGB value is (114,123,140).

RGB: (114,123,140) (45%, 48%, 55%)

RGB channels and saturation

R 114 of 255 = 45%
G 123 of 255 = 48%
B 140 of 255 = 55%

114
123
140

R + G + B ~ 49%. #727B8C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 114 + 123 + 140 = 377 (100%)
R 114 of 377 ~ 30.24%
G 123 of 377 ~ 32.63%
B 140 of 377 ~ 37.14'%

%30.24
%32.63
%37.14

CMYK color model

#727B8C color CMYK value is (19,12,0,45).

  • cyan value is 18.57%
  • magenta value is 12.14%
  • yellow value is 0.00%
  • key color value is 45.10%

CMYK: (19,12,0,45)
C19M12Y0K45 (19%, 12%, 0%, 45%)
(0.19 / 0.12 / 0.00 / 0.45)

CMYK percentages

%18.57
%12.14
%0
%45.1

Codes

Color #727B8C in popluar color models

72 7B 8C
RGB 114 123 140
HSL 219° 10.24% 49.80%
HSB/HSV 219° 18.57% 54.90%
CMYK 18.57% 12.14% 0.00%
45.10%

Color #727B8C in popluar number systems.

HEX 72 7B 8C
Decimal 114 123 140
Binary 1110010 1111011 10001100
Octal 162 173 214

Shades and tints

Shades of #727B8C

#727B8C
(114,123,140)
#687080
(104,112,128)
#5E6574
(94,101,116)
#545A68
(84,90,104)
#4A4F5C
(74,79,92)
#404450
(64,68,80)
#363944
(54,57,68)
#2C2E38
(44,46,56)
#22232C
(34,35,44)
#181820
(24,24,32)
#0E0D14
(14,13,20)
#000000
(0,0,0)

Tints of #727B8C

#727B8C
(114,123,140)
#7E8796
(126,135,150)
#8A93A0
(138,147,160)
#969FAA
(150,159,170)
#A2ABB4
(162,171,180)
#AEB7BE
(174,183,190)
#BAC3C8
(186,195,200)
#C6CFD2
(198,207,210)
#D2DBDC
(210,219,220)
#DEE7E6
(222,231,230)
#EAF3F0
(234,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #727B8C color. Also use rgb(114,123,140) instead hex code.

Text Font Color

.myTextColor { color: #727B8C; }

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

This text font color is #727B8C.

Background Color

.myBgColor { background-color: #727B8C; }

<div style="background-color:#727B8C">Inner text</div>

This div background color is #727B8C.

Border color

.myBorderColor { border: 1px solid #727B8C; }

<div style="border:3px solid #727B8C">Div</div>

This div border color is #727B8C.

Opacity

.myOpacity80 { color: #727B8C; opacity: 0.8; }

<p style="color:#727B8C;opacity:0.8;">80%</p>

Text with #727B8C 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 #727B8C;}

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

This text has shadow with #727B8C color.


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

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

This text has shadow with #727B8C primary color and red secondary color.


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

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

This text has shadow with #727B8C and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #727B8C.

Preview

Color preview on black background

This text has color #727B8C on black background.


Color preview on white background

This text has color #727B8C on white background.


Black color preview on #727B8C background

This text has black color on #727B8C background.


White color preview on #727B8C background

This text has white color on #727B8C background.


Related colors

Complementary color

Complementary color for #hex is #8D8473.


I love getcolorcode.com

Triadic colors

1 #8C727B and #7B8C72 with #727B8C are triadic colors.

2 #8C7B72 and #7B728C with #727B8C are triadic colors.