COLOR #727758

HEX: #727758
RGB: (114,119,88)

Color info

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

RGB color model

#727758 color RGB value is (114,119,88).

  • red value is 114;
  • green value is 119;
  • blue value is 88.
RGB:
(114,119,88)
(45%,47%,35%)

RGB channels and saturation

R 114 of 255 = 45%
G 119 of 255 = 47%
B 88 of 255 = 35%

114
119
88

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

Portions of RGB colors in percentages

R + G + B =
114 + 119 + 88 = 321 (100%)
R 114 of 321 ~ 35.51%
G 119 of 321 ~ 37.07%
B 88 of 321 ~ 27.41%

%35.51
%37.07
%27.41

CMYK color model

#727758 color CMYK value is (4,0,26,53).

  • cyan value is 4.20%
  • magenta value is 0.00%
  • yellow value is 26.05%
  • key color value is 53.33%
CMYK:
(4,0,26,53)
C4M0Y26K53 
(4%,0%,26%,53%)
(0.04/0.00/0.26/0.53)	

CMYK percentages

%4.2
%0
%26.05
%53.33

Codes

Color #727758 in popluar color models

727758
RGB11411988
HSL70°14.98%40.59%
HSB/HSV70°26.05%46.67%
CMYK4.20%0.00%26.05%
53.33%

Color #727758 in popluar number systems.

HEX727758
Decimal11411988
Binary111001011101111011000
Octal162167130

Shades and tints

Shades of #727758

#727758
(114,119,88)
#686D50
(104,109,80)
#5E6348
(94,99,72)
#545940
(84,89,64)
#4A4F38
(74,79,56)
#404530
(64,69,48)
#363B28
(54,59,40)
#2C3120
(44,49,32)
#222718
(34,39,24)
#181D10
(24,29,16)
#0E1308
(14,19,8)
#000000
(0,0,0)

Tints of #727758

#727758
(114,119,88)
#7E8367
(126,131,103)
#8A8F76
(138,143,118)
#969B85
(150,155,133)
#A2A794
(162,167,148)
#AEB3A3
(174,179,163)
#BABFB2
(186,191,178)
#C6CBC1
(198,203,193)
#D2D7D0
(210,215,208)
#DEE3DF
(222,227,223)
#EAEFEE
(234,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #727758; }

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

This text font color is #727758.


Background Color

.myBgColor { background-color: #727758; }

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

This div background color is #727758.


Border color

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

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

This div border color is #727758.


Opacity

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

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

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

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

This text has shadow with #727758 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #727758 on black background.


Color preview on white background

This text has color #727758 on white background.



Black color preview on #727758 background

This text has black color on #727758 background.


White color preview on #727758 background

This text has white color on #727758 background.