COLOR #727265

HEX: #727265
RGB: (114,114,101)

Color info

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

RGB color model

#727265 color RGB value is (114,114,101).

  • red value is 114;
  • green value is 114;
  • blue value is 101.
RGB:
(114,114,101)
(45%,45%,40%)

RGB channels and saturation

R 114 of 255 = 45%
G 114 of 255 = 45%
B 101 of 255 = 40%

114
114
101

R + G + B ~ 43%. #727265 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
114 + 114 + 101 = 329 (100%)
R 114 of 329 ~ 34.65%
G 114 of 329 ~ 34.65%
B 101 of 329 ~ 30.7%

%34.65
%34.65
%30.7

CMYK color model

#727265 color CMYK value is (0,0,11,55).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 11.40%
  • key color value is 55.29%
CMYK:
(0,0,11,55)
C0M0Y11K55 
(0%,0%,11%,55%)
(0.00/0.00/0.11/0.55)	

CMYK percentages

%0
%0
%11.4
%55.29

Codes

Color #727265 in popluar color models

727265
RGB114114101
HSL60°6.05%42.16%
HSB/HSV60°11.40%44.71%
CMYK0.00%0.00%11.40%
55.29%

Color #727265 in popluar number systems.

HEX727265
Decimal114114101
Binary111001011100101100101
Octal162162145

Shades and tints

Shades of #727265

#727265
(114,114,101)
#68685C
(104,104,92)
#5E5E53
(94,94,83)
#54544A
(84,84,74)
#4A4A41
(74,74,65)
#404038
(64,64,56)
#36362F
(54,54,47)
#2C2C26
(44,44,38)
#22221D
(34,34,29)
#181814
(24,24,20)
#0E0E0B
(14,14,11)
#000000
(0,0,0)

Tints of #727265

#727265
(114,114,101)
#7E7E73
(126,126,115)
#8A8A81
(138,138,129)
#96968F
(150,150,143)
#A2A29D
(162,162,157)
#AEAEAB
(174,174,171)
#BABAB9
(186,186,185)
#C6C6C7
(198,198,199)
#D2D2D5
(210,210,213)
#DEDEE3
(222,222,227)
#EAEAF1
(234,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #727265 color. Also use rgb(114,114,101) instead hex code.

Text Font Color

.myTextColor { color: #727265; }

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

This text font color is #727265.


Background Color

.myBgColor { background-color: #727265; }

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

This div background color is #727265.


Border color

.myBorderColor { border: 1px solid #727265; }

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

This div border color is #727265.


Opacity

.myOpacity80 { color: #727265; opacity: 0.8; }

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

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

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

This text has shadow with #727265 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #727265 on black background.


Color preview on white background

This text has color #727265 on white background.



Black color preview on #727265 background

This text has black color on #727265 background.


White color preview on #727265 background

This text has white color on #727265 background.