COLOR #76555B

HEX: #76555B RGB: (118,85,91)

Color info

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

RGB color model

#76555B color RGB value is (118,85,91).

RGB: (118,85,91) (46%, 33%, 36%)

RGB channels and saturation

R 118 of 255 = 46%
G 85 of 255 = 33%
B 91 of 255 = 36%

118
85
91

R + G + B ~ 38%. #76555B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 118 + 85 + 91 = 294 (100%)
R 118 of 294 ~ 40.14%
G 85 of 294 ~ 28.91%
B 91 of 294 ~ 30.95'%

%40.14
%28.91
%30.95

CMYK color model

#76555B color CMYK value is (0,28,23,54).

  • cyan value is 0.00%
  • magenta value is 27.97%
  • yellow value is 22.88%
  • key color value is 53.73%

CMYK: (0,28,23,54)
C0M28Y23K54 (0%, 28%, 23%, 54%)
(0.00 / 0.28 / 0.23 / 0.54)

CMYK percentages

%0
%27.97
%22.88
%53.73

Codes

Color #76555B in popluar color models

76 55 5B
RGB 118 85 91
HSL 349° 16.26% 39.80%
HSB/HSV 349° 27.97% 46.27%
CMYK 0.00% 27.97% 22.88%
53.73%

Color #76555B in popluar number systems.

HEX 76 55 5B
Decimal 118 85 91
Binary 1110110 1010101 1011011
Octal 166 125 133

Shades and tints

Shades of #76555B

#76555B
(118,85,91)
#6C4E53
(108,78,83)
#62474B
(98,71,75)
#584043
(88,64,67)
#4E393B
(78,57,59)
#443233
(68,50,51)
#3A2B2B
(58,43,43)
#302423
(48,36,35)
#261D1B
(38,29,27)
#1C1613
(28,22,19)
#120F0B
(18,15,11)
#000000
(0,0,0)

Tints of #76555B

#76555B
(118,85,91)
#826469
(130,100,105)
#8E7377
(142,115,119)
#9A8285
(154,130,133)
#A69193
(166,145,147)
#B2A0A1
(178,160,161)
#BEAFAF
(190,175,175)
#CABEBD
(202,190,189)
#D6CDCB
(214,205,203)
#E2DCD9
(226,220,217)
#EEEBE7
(238,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76555B color. Also use rgb(118,85,91) instead hex code.

Text Font Color

.myTextColor { color: #76555B; }

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

This text font color is #76555B.

Background Color

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

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

This div background color is #76555B.

Border color

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

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

This div border color is #76555B.

Opacity

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

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

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

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

This text has shadow with #76555B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #76555B.

Preview

Color preview on black background

This text has color #76555B on black background.


Color preview on white background

This text has color #76555B on white background.


Black color preview on #76555B background

This text has black color on #76555B background.


White color preview on #76555B background

This text has white color on #76555B background.


Related colors

Complementary color

Complementary color for #hex is #89AAA4.


I love getcolorcode.com

Triadic colors

1 #5B7655 and #555B76 with #76555B are triadic colors.

2 #5B5576 and #55765B with #76555B are triadic colors.