COLOR #76607B

HEX: #76607B
RGB: (118,96,123)

Color info

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

RGB color model

#76607B color RGB value is (118,96,123).

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

RGB channels and saturation

R 118 of 255 = 46%
G 96 of 255 = 38%
B 123 of 255 = 48%

118
96
123

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

Portions of RGB colors in percentages

R + G + B =
118 + 96 + 123 = 337 (100%)
R 118 of 337 ~ 35.01%
G 96 of 337 ~ 28.49%
B 123 of 337 ~ 36.5%

%35.01
%28.49
%36.5

CMYK color model

#76607B color CMYK value is (4,22,0,52).

  • cyan value is 4.07%
  • magenta value is 21.95%
  • yellow value is 0.00%
  • key color value is 51.76%
CMYK:
(4,22,0,52)
C4M22Y0K52 
(4%,22%,0%,52%)
(0.04/0.22/0.00/0.52)	

CMYK percentages

%4.07
%21.95
%0
%51.76

Codes

Color #76607B in popluar color models

76607B
RGB11896123
HSL289°12.33%42.94%
HSB/HSV289°21.95%48.24%
CMYK4.07%21.95%0.00%
51.76%

Color #76607B in popluar number systems.

HEX76607B
Decimal11896123
Binary111011011000001111011
Octal166140173

Shades and tints

Shades of #76607B

#76607B
(118,96,123)
#6C5870
(108,88,112)
#625065
(98,80,101)
#58485A
(88,72,90)
#4E404F
(78,64,79)
#443844
(68,56,68)
#3A3039
(58,48,57)
#30282E
(48,40,46)
#262023
(38,32,35)
#1C1818
(28,24,24)
#12100D
(18,16,13)
#000000
(0,0,0)

Tints of #76607B

#76607B
(118,96,123)
#826E87
(130,110,135)
#8E7C93
(142,124,147)
#9A8A9F
(154,138,159)
#A698AB
(166,152,171)
#B2A6B7
(178,166,183)
#BEB4C3
(190,180,195)
#CAC2CF
(202,194,207)
#D6D0DB
(214,208,219)
#E2DEE7
(226,222,231)
#EEECF3
(238,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76607B; }

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

This text font color is #76607B.


Background Color

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

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

This div background color is #76607B.


Border color

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

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

This div border color is #76607B.


Opacity

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

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

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

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

This text has shadow with #76607B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76607B on black background.


Color preview on white background

This text has color #76607B on white background.



Black color preview on #76607B background

This text has black color on #76607B background.


White color preview on #76607B background

This text has white color on #76607B background.