COLOR #766272

HEX: #766272
RGB: (118,98,114)

Color info

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

RGB color model

#766272 color RGB value is (118,98,114).

  • red value is 118;
  • green value is 98;
  • blue value is 114.
RGB:
(118,98,114)
(46%,38%,45%)

RGB channels and saturation

R 118 of 255 = 46%
G 98 of 255 = 38%
B 114 of 255 = 45%

118
98
114

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

Portions of RGB colors in percentages

R + G + B =
118 + 98 + 114 = 330 (100%)
R 118 of 330 ~ 35.76%
G 98 of 330 ~ 29.7%
B 114 of 330 ~ 34.55%

%35.76
%29.7
%34.55

CMYK color model

#766272 color CMYK value is (0,17,3,54).

  • cyan value is 0.00%
  • magenta value is 16.95%
  • yellow value is 3.39%
  • key color value is 53.73%
CMYK:
(0,17,3,54)
C0M17Y3K54 
(0%,17%,3%,54%)
(0.00/0.17/0.03/0.54)	

CMYK percentages

%0
%16.95
%3.39
%53.73

Codes

Color #766272 in popluar color models

766272
RGB11898114
HSL312°9.26%42.35%
HSB/HSV312°16.95%46.27%
CMYK0.00%16.95%3.39%
53.73%

Color #766272 in popluar number systems.

HEX766272
Decimal11898114
Binary111011011000101110010
Octal166142162

Shades and tints

Shades of #766272

#766272
(118,98,114)
#6C5A68
(108,90,104)
#62525E
(98,82,94)
#584A54
(88,74,84)
#4E424A
(78,66,74)
#443A40
(68,58,64)
#3A3236
(58,50,54)
#302A2C
(48,42,44)
#262222
(38,34,34)
#1C1A18
(28,26,24)
#12120E
(18,18,14)
#000000
(0,0,0)

Tints of #766272

#766272
(118,98,114)
#82707E
(130,112,126)
#8E7E8A
(142,126,138)
#9A8C96
(154,140,150)
#A69AA2
(166,154,162)
#B2A8AE
(178,168,174)
#BEB6BA
(190,182,186)
#CAC4C6
(202,196,198)
#D6D2D2
(214,210,210)
#E2E0DE
(226,224,222)
#EEEEEA
(238,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #766272; }

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

This text font color is #766272.


Background Color

.myBgColor { background-color: #766272; }

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

This div background color is #766272.


Border color

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

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

This div border color is #766272.


Opacity

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

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

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

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

This text has shadow with #766272 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #766272 on black background.


Color preview on white background

This text has color #766272 on white background.



Black color preview on #766272 background

This text has black color on #766272 background.


White color preview on #766272 background

This text has white color on #766272 background.