COLOR #76608B

HEX: #76608B RGB: (118,96,139)

Color info

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

RGB color model

#76608B color RGB value is (118,96,139).

RGB: (118,96,139) (46%, 38%, 55%)

RGB channels and saturation

R 118 of 255 = 46%
G 96 of 255 = 38%
B 139 of 255 = 55%

118
96
139

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

Portions of RGB colors in percentages

R + G + B = 118 + 96 + 139 = 353 (100%)
R 118 of 353 ~ 33.43%
G 96 of 353 ~ 27.2%
B 139 of 353 ~ 39.38'%

%33.43
%27.2
%39.38

CMYK color model

#76608B color CMYK value is (15,31,0,45).

  • cyan value is 15.11%
  • magenta value is 30.94%
  • yellow value is 0.00%
  • key color value is 45.49%

CMYK: (15,31,0,45)
C15M31Y0K45 (15%, 31%, 0%, 45%)
(0.15 / 0.31 / 0.00 / 0.45)

CMYK percentages

%15.11
%30.94
%0
%45.49

Codes

Color #76608B in popluar color models

76 60 8B
RGB 118 96 139
HSL 271° 18.30% 46.08%
HSB/HSV 271° 30.94% 54.51%
CMYK 15.11% 30.94% 0.00%
45.49%

Color #76608B in popluar number systems.

HEX 76 60 8B
Decimal 118 96 139
Binary 1110110 1100000 10001011
Octal 166 140 213

Shades and tints

Shades of #76608B

#76608B
(118,96,139)
#6C587F
(108,88,127)
#625073
(98,80,115)
#584867
(88,72,103)
#4E405B
(78,64,91)
#44384F
(68,56,79)
#3A3043
(58,48,67)
#302837
(48,40,55)
#26202B
(38,32,43)
#1C181F
(28,24,31)
#121013
(18,16,19)
#000000
(0,0,0)

Tints of #76608B

#76608B
(118,96,139)
#826E95
(130,110,149)
#8E7C9F
(142,124,159)
#9A8AA9
(154,138,169)
#A698B3
(166,152,179)
#B2A6BD
(178,166,189)
#BEB4C7
(190,180,199)
#CAC2D1
(202,194,209)
#D6D0DB
(214,208,219)
#E2DEE5
(226,222,229)
#EEECEF
(238,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76608B; }

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

This text font color is #76608B.

Background Color

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

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

This div background color is #76608B.

Border color

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

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

This div border color is #76608B.

Opacity

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

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

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

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

This text has shadow with #76608B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #76608B.

Preview

Color preview on black background

This text has color #76608B on black background.


Color preview on white background

This text has color #76608B on white background.


Black color preview on #76608B background

This text has black color on #76608B background.


White color preview on #76608B background

This text has white color on #76608B background.


Related colors

Complementary color

Complementary color for #hex is #899F74.


I love getcolorcode.com

Triadic colors

1 #8B7660 and #608B76 with #76608B are triadic colors.

2 #8B6076 and #60768B with #76608B are triadic colors.