COLOR #76464C

HEX: #76464C
RGB: (118,70,76)

Color info

#76464C contains red, green and blue colors in about the same proportion. Web safe color of #76464C is #663333 (or #633).

RGB color model

#76464C color RGB value is (118,70,76).

  • red value is 118;
  • green value is 70;
  • blue value is 76.
RGB:
(118,70,76)
(46%,27%,30%)

RGB channels and saturation

R 118 of 255 = 46%
G 70 of 255 = 27%
B 76 of 255 = 30%

118
70
76

R + G + B ~ 34%. #76464C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
118 + 70 + 76 = 264 (100%)
R 118 of 264 ~ 44.7%
G 70 of 264 ~ 26.52%
B 76 of 264 ~ 28.79%

%44.7
%26.52
%28.79

CMYK color model

#76464C color CMYK value is (0,41,36,54).

  • cyan value is 0.00%
  • magenta value is 40.68%
  • yellow value is 35.59%
  • key color value is 53.73%
CMYK:
(0,41,36,54)
C0M41Y36K54 
(0%,41%,36%,54%)
(0.00/0.41/0.36/0.54)	

CMYK percentages

%0
%40.68
%35.59
%53.73

Codes

Color #76464C in popluar color models

76464C
RGB1187076
HSL353°25.53%36.86%
HSB/HSV353°40.68%46.27%
CMYK0.00%40.68%35.59%
53.73%

Color #76464C in popluar number systems.

HEX76464C
Decimal1187076
Binary111011010001101001100
Octal166106114

Shades and tints

Shades of #76464C

#76464C
(118,70,76)
#6C4046
(108,64,70)
#623A40
(98,58,64)
#58343A
(88,52,58)
#4E2E34
(78,46,52)
#44282E
(68,40,46)
#3A2228
(58,34,40)
#301C22
(48,28,34)
#26161C
(38,22,28)
#1C1016
(28,16,22)
#120A10
(18,10,16)
#000000
(0,0,0)

Tints of #76464C

#76464C
(118,70,76)
#82565C
(130,86,92)
#8E666C
(142,102,108)
#9A767C
(154,118,124)
#A6868C
(166,134,140)
#B2969C
(178,150,156)
#BEA6AC
(190,166,172)
#CAB6BC
(202,182,188)
#D6C6CC
(214,198,204)
#E2D6DC
(226,214,220)
#EEE6EC
(238,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76464C color. Also use rgb(118,70,76) instead hex code.

Text Font Color

.myTextColor { color: #76464C; }

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

This text font color is #76464C.


Background Color

.myBgColor { background-color: #76464C; }

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

This div background color is #76464C.


Border color

.myBorderColor { border: 1px solid #76464C; }

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

This div border color is #76464C.


Opacity

.myOpacity80 { color: #76464C; opacity: 0.8; }

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

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

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

This text has shadow with #76464C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76464C on black background.


Color preview on white background

This text has color #76464C on white background.



Black color preview on #76464C background

This text has black color on #76464C background.


White color preview on #76464C background

This text has white color on #76464C background.