COLOR #76667B

HEX: #76667B
RGB: (118,102,123)

Color info

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

RGB color model

#76667B color RGB value is (118,102,123).

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

RGB channels and saturation

R 118 of 255 = 46%
G 102 of 255 = 40%
B 123 of 255 = 48%

118
102
123

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

Portions of RGB colors in percentages

R + G + B =
118 + 102 + 123 = 343 (100%)
R 118 of 343 ~ 34.4%
G 102 of 343 ~ 29.74%
B 123 of 343 ~ 35.86%

%34.4
%29.74
%35.86

CMYK color model

#76667B color CMYK value is (4,17,0,52).

  • cyan value is 4.07%
  • magenta value is 17.07%
  • yellow value is 0.00%
  • key color value is 51.76%
CMYK:
(4,17,0,52)
C4M17Y0K52 
(4%,17%,0%,52%)
(0.04/0.17/0.00/0.52)	

CMYK percentages

%4.07
%17.07
%0
%51.76

Codes

Color #76667B in popluar color models

76667B
RGB118102123
HSL286°9.33%44.12%
HSB/HSV286°17.07%48.24%
CMYK4.07%17.07%0.00%
51.76%

Color #76667B in popluar number systems.

HEX76667B
Decimal118102123
Binary111011011001101111011
Octal166146173

Shades and tints

Shades of #76667B

#76667B
(118,102,123)
#6C5D70
(108,93,112)
#625465
(98,84,101)
#584B5A
(88,75,90)
#4E424F
(78,66,79)
#443944
(68,57,68)
#3A3039
(58,48,57)
#30272E
(48,39,46)
#261E23
(38,30,35)
#1C1518
(28,21,24)
#120C0D
(18,12,13)
#000000
(0,0,0)

Tints of #76667B

#76667B
(118,102,123)
#827387
(130,115,135)
#8E8093
(142,128,147)
#9A8D9F
(154,141,159)
#A69AAB
(166,154,171)
#B2A7B7
(178,167,183)
#BEB4C3
(190,180,195)
#CAC1CF
(202,193,207)
#D6CEDB
(214,206,219)
#E2DBE7
(226,219,231)
#EEE8F3
(238,232,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76667B; }

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

This text font color is #76667B.


Background Color

.myBgColor { background-color: #76667B; }

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

This div background color is #76667B.


Border color

.myBorderColor { border: 1px solid #76667B; }

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

This div border color is #76667B.


Opacity

.myOpacity80 { color: #76667B; opacity: 0.8; }

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

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

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

This text has shadow with #76667B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76667B on black background.


Color preview on white background

This text has color #76667B on white background.



Black color preview on #76667B background

This text has black color on #76667B background.


White color preview on #76667B background

This text has white color on #76667B background.