COLOR #766268

HEX: #766268
RGB: (118,98,104)

Color info

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

RGB color model

#766268 color RGB value is (118,98,104).

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

RGB channels and saturation

R 118 of 255 = 46%
G 98 of 255 = 38%
B 104 of 255 = 41%

118
98
104

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

Portions of RGB colors in percentages

R + G + B =
118 + 98 + 104 = 320 (100%)
R 118 of 320 ~ 36.88%
G 98 of 320 ~ 30.63%
B 104 of 320 ~ 32.5%

%36.88
%30.63
%32.5

CMYK color model

#766268 color CMYK value is (0,17,12,54).

  • cyan value is 0.00%
  • magenta value is 16.95%
  • yellow value is 11.86%
  • key color value is 53.73%
CMYK:
(0,17,12,54)
C0M17Y12K54 
(0%,17%,12%,54%)
(0.00/0.17/0.12/0.54)	

CMYK percentages

%0
%16.95
%11.86
%53.73

Codes

Color #766268 in popluar color models

766268
RGB11898104
HSL342°9.26%42.35%
HSB/HSV342°16.95%46.27%
CMYK0.00%16.95%11.86%
53.73%

Color #766268 in popluar number systems.

HEX766268
Decimal11898104
Binary111011011000101101000
Octal166142150

Shades and tints

Shades of #766268

#766268
(118,98,104)
#6C5A5F
(108,90,95)
#625256
(98,82,86)
#584A4D
(88,74,77)
#4E4244
(78,66,68)
#443A3B
(68,58,59)
#3A3232
(58,50,50)
#302A29
(48,42,41)
#262220
(38,34,32)
#1C1A17
(28,26,23)
#12120E
(18,18,14)
#000000
(0,0,0)

Tints of #766268

#766268
(118,98,104)
#827075
(130,112,117)
#8E7E82
(142,126,130)
#9A8C8F
(154,140,143)
#A69A9C
(166,154,156)
#B2A8A9
(178,168,169)
#BEB6B6
(190,182,182)
#CAC4C3
(202,196,195)
#D6D2D0
(214,210,208)
#E2E0DD
(226,224,221)
#EEEEEA
(238,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #766268; }

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

This text font color is #766268.


Background Color

.myBgColor { background-color: #766268; }

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

This div background color is #766268.


Border color

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

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

This div border color is #766268.


Opacity

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

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

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

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

This text has shadow with #766268 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #766268 on black background.


Color preview on white background

This text has color #766268 on white background.



Black color preview on #766268 background

This text has black color on #766268 background.


White color preview on #766268 background

This text has white color on #766268 background.