COLOR #766366

HEX: #766366
RGB: (118,99,102)

Color info

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

RGB color model

#766366 color RGB value is (118,99,102).

  • red value is 118;
  • green value is 99;
  • blue value is 102.
RGB:
(118,99,102)
(46%,39%,40%)

RGB channels and saturation

R 118 of 255 = 46%
G 99 of 255 = 39%
B 102 of 255 = 40%

118
99
102

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

Portions of RGB colors in percentages

R + G + B =
118 + 99 + 102 = 319 (100%)
R 118 of 319 ~ 36.99%
G 99 of 319 ~ 31.03%
B 102 of 319 ~ 31.97%

%36.99
%31.03
%31.97

CMYK color model

#766366 color CMYK value is (0,16,14,54).

  • cyan value is 0.00%
  • magenta value is 16.10%
  • yellow value is 13.56%
  • key color value is 53.73%
CMYK:
(0,16,14,54)
C0M16Y14K54 
(0%,16%,14%,54%)
(0.00/0.16/0.14/0.54)	

CMYK percentages

%0
%16.1
%13.56
%53.73

Codes

Color #766366 in popluar color models

766366
RGB11899102
HSL351°8.76%42.55%
HSB/HSV351°16.10%46.27%
CMYK0.00%16.10%13.56%
53.73%

Color #766366 in popluar number systems.

HEX766366
Decimal11899102
Binary111011011000111100110
Octal166143146

Shades and tints

Shades of #766366

#766366
(118,99,102)
#6C5A5D
(108,90,93)
#625154
(98,81,84)
#58484B
(88,72,75)
#4E3F42
(78,63,66)
#443639
(68,54,57)
#3A2D30
(58,45,48)
#302427
(48,36,39)
#261B1E
(38,27,30)
#1C1215
(28,18,21)
#12090C
(18,9,12)
#000000
(0,0,0)

Tints of #766366

#766366
(118,99,102)
#827173
(130,113,115)
#8E7F80
(142,127,128)
#9A8D8D
(154,141,141)
#A69B9A
(166,155,154)
#B2A9A7
(178,169,167)
#BEB7B4
(190,183,180)
#CAC5C1
(202,197,193)
#D6D3CE
(214,211,206)
#E2E1DB
(226,225,219)
#EEEFE8
(238,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #766366 color. Also use rgb(118,99,102) instead hex code.

Text Font Color

.myTextColor { color: #766366; }

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

This text font color is #766366.


Background Color

.myBgColor { background-color: #766366; }

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

This div background color is #766366.


Border color

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

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

This div border color is #766366.


Opacity

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

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

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

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

This text has shadow with #766366 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #766366 on black background.


Color preview on white background

This text has color #766366 on white background.



Black color preview on #766366 background

This text has black color on #766366 background.


White color preview on #766366 background

This text has white color on #766366 background.