COLOR #767385

HEX: #767385
RGB: (118,115,133)

Color info

#767385 contains red, green and blue colors in about the same proportion. Web safe color of #767385 is #666699 (or #669).

RGB color model

#767385 color RGB value is (118,115,133).

  • red value is 118;
  • green value is 115;
  • blue value is 133.
RGB:
(118,115,133)
(46%,45%,52%)

RGB channels and saturation

R 118 of 255 = 46%
G 115 of 255 = 45%
B 133 of 255 = 52%

118
115
133

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

Portions of RGB colors in percentages

R + G + B =
118 + 115 + 133 = 366 (100%)
R 118 of 366 ~ 32.24%
G 115 of 366 ~ 31.42%
B 133 of 366 ~ 36.34%

%32.24
%31.42
%36.34

CMYK color model

#767385 color CMYK value is (11,14,0,48).

  • cyan value is 11.28%
  • magenta value is 13.53%
  • yellow value is 0.00%
  • key color value is 47.84%
CMYK:
(11,14,0,48)
C11M14Y0K48 
(11%,14%,0%,48%)
(0.11/0.14/0.00/0.48)	

CMYK percentages

%11.28
%13.53
%0
%47.84

Codes

Color #767385 in popluar color models

767385
RGB118115133
HSL250°7.26%48.63%
HSB/HSV250°13.53%52.16%
CMYK11.28%13.53%0.00%
47.84%

Color #767385 in popluar number systems.

HEX767385
Decimal118115133
Binary1110110111001110000101
Octal166163205

Shades and tints

Shades of #767385

#767385
(118,115,133)
#6C6979
(108,105,121)
#625F6D
(98,95,109)
#585561
(88,85,97)
#4E4B55
(78,75,85)
#444149
(68,65,73)
#3A373D
(58,55,61)
#302D31
(48,45,49)
#262325
(38,35,37)
#1C1919
(28,25,25)
#120F0D
(18,15,13)
#000000
(0,0,0)

Tints of #767385

#767385
(118,115,133)
#827F90
(130,127,144)
#8E8B9B
(142,139,155)
#9A97A6
(154,151,166)
#A6A3B1
(166,163,177)
#B2AFBC
(178,175,188)
#BEBBC7
(190,187,199)
#CAC7D2
(202,199,210)
#D6D3DD
(214,211,221)
#E2DFE8
(226,223,232)
#EEEBF3
(238,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #767385 color. Also use rgb(118,115,133) instead hex code.

Text Font Color

.myTextColor { color: #767385; }

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

This text font color is #767385.


Background Color

.myBgColor { background-color: #767385; }

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

This div background color is #767385.


Border color

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

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

This div border color is #767385.


Opacity

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

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

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

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

This text has shadow with #767385 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #767385 on black background.


Color preview on white background

This text has color #767385 on white background.



Black color preview on #767385 background

This text has black color on #767385 background.


White color preview on #767385 background

This text has white color on #767385 background.