COLOR #727A6A

HEX: #727A6A
RGB: (114,122,106)

Color info

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

RGB color model

#727A6A color RGB value is (114,122,106).

  • red value is 114;
  • green value is 122;
  • blue value is 106.
RGB:
(114,122,106)
(45%,48%,42%)

RGB channels and saturation

R 114 of 255 = 45%
G 122 of 255 = 48%
B 106 of 255 = 42%

114
122
106

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

Portions of RGB colors in percentages

R + G + B =
114 + 122 + 106 = 342 (100%)
R 114 of 342 ~ 33.33%
G 122 of 342 ~ 35.67%
B 106 of 342 ~ 30.99%

%33.33
%35.67
%30.99

CMYK color model

#727A6A color CMYK value is (7,0,13,52).

  • cyan value is 6.56%
  • magenta value is 0.00%
  • yellow value is 13.11%
  • key color value is 52.16%
CMYK:
(7,0,13,52)
C7M0Y13K52 
(7%,0%,13%,52%)
(0.07/0.00/0.13/0.52)	

CMYK percentages

%6.56
%0
%13.11
%52.16

Codes

Color #727A6A in popluar color models

727A6A
RGB114122106
HSL90°7.02%44.71%
HSB/HSV90°13.11%47.84%
CMYK6.56%0.00%13.11%
52.16%

Color #727A6A in popluar number systems.

HEX727A6A
Decimal114122106
Binary111001011110101101010
Octal162172152

Shades and tints

Shades of #727A6A

#727A6A
(114,122,106)
#686F61
(104,111,97)
#5E6458
(94,100,88)
#54594F
(84,89,79)
#4A4E46
(74,78,70)
#40433D
(64,67,61)
#363834
(54,56,52)
#2C2D2B
(44,45,43)
#222222
(34,34,34)
#181719
(24,23,25)
#0E0C10
(14,12,16)
#000000
(0,0,0)

Tints of #727A6A

#727A6A
(114,122,106)
#7E8677
(126,134,119)
#8A9284
(138,146,132)
#969E91
(150,158,145)
#A2AA9E
(162,170,158)
#AEB6AB
(174,182,171)
#BAC2B8
(186,194,184)
#C6CEC5
(198,206,197)
#D2DAD2
(210,218,210)
#DEE6DF
(222,230,223)
#EAF2EC
(234,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #727A6A color. Also use rgb(114,122,106) instead hex code.

Text Font Color

.myTextColor { color: #727A6A; }

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

This text font color is #727A6A.


Background Color

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

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

This div background color is #727A6A.


Border color

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

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

This div border color is #727A6A.


Opacity

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

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

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

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

This text has shadow with #727A6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #727A6A on black background.


Color preview on white background

This text has color #727A6A on white background.



Black color preview on #727A6A background

This text has black color on #727A6A background.


White color preview on #727A6A background

This text has white color on #727A6A background.