COLOR #727B75

HEX: #727B75
RGB: (114,123,117)

Color info

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

RGB color model

#727B75 color RGB value is (114,123,117).

  • red value is 114;
  • green value is 123;
  • blue value is 117.
RGB:
(114,123,117)
(45%,48%,46%)

RGB channels and saturation

R 114 of 255 = 45%
G 123 of 255 = 48%
B 117 of 255 = 46%

114
123
117

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

Portions of RGB colors in percentages

R + G + B =
114 + 123 + 117 = 354 (100%)
R 114 of 354 ~ 32.2%
G 123 of 354 ~ 34.75%
B 117 of 354 ~ 33.05%

%32.2
%34.75
%33.05

CMYK color model

#727B75 color CMYK value is (7,0,5,52).

  • cyan value is 7.32%
  • magenta value is 0.00%
  • yellow value is 4.88%
  • key color value is 51.76%
CMYK:
(7,0,5,52)
C7M0Y5K52 
(7%,0%,5%,52%)
(0.07/0.00/0.05/0.52)	

CMYK percentages

%7.32
%0
%4.88
%51.76

Codes

Color #727B75 in popluar color models

727B75
RGB114123117
HSL140°3.80%46.47%
HSB/HSV140°7.32%48.24%
CMYK7.32%0.00%4.88%
51.76%

Color #727B75 in popluar number systems.

HEX727B75
Decimal114123117
Binary111001011110111110101
Octal162173165

Shades and tints

Shades of #727B75

#727B75
(114,123,117)
#68706B
(104,112,107)
#5E6561
(94,101,97)
#545A57
(84,90,87)
#4A4F4D
(74,79,77)
#404443
(64,68,67)
#363939
(54,57,57)
#2C2E2F
(44,46,47)
#222325
(34,35,37)
#18181B
(24,24,27)
#0E0D11
(14,13,17)
#000000
(0,0,0)

Tints of #727B75

#727B75
(114,123,117)
#7E8781
(126,135,129)
#8A938D
(138,147,141)
#969F99
(150,159,153)
#A2ABA5
(162,171,165)
#AEB7B1
(174,183,177)
#BAC3BD
(186,195,189)
#C6CFC9
(198,207,201)
#D2DBD5
(210,219,213)
#DEE7E1
(222,231,225)
#EAF3ED
(234,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #727B75; }

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

This text font color is #727B75.


Background Color

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

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

This div background color is #727B75.


Border color

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

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

This div border color is #727B75.


Opacity

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

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

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

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

This text has shadow with #727B75 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #727B75 on black background.


Color preview on white background

This text has color #727B75 on white background.



Black color preview on #727B75 background

This text has black color on #727B75 background.


White color preview on #727B75 background

This text has white color on #727B75 background.