COLOR #76424D

HEX: #76424D
RGB: (118,66,77)

Color info

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

RGB color model

#76424D color RGB value is (118,66,77).

  • red value is 118;
  • green value is 66;
  • blue value is 77.
RGB:
(118,66,77)
(46%,26%,30%)

RGB channels and saturation

R 118 of 255 = 46%
G 66 of 255 = 26%
B 77 of 255 = 30%

118
66
77

R + G + B ~ 34%. #76424D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
118 + 66 + 77 = 261 (100%)
R 118 of 261 ~ 45.21%
G 66 of 261 ~ 25.29%
B 77 of 261 ~ 29.5%

%45.21
%25.29
%29.5

CMYK color model

#76424D color CMYK value is (0,44,35,54).

  • cyan value is 0.00%
  • magenta value is 44.07%
  • yellow value is 34.75%
  • key color value is 53.73%
CMYK:
(0,44,35,54)
C0M44Y35K54 
(0%,44%,35%,54%)
(0.00/0.44/0.35/0.54)	

CMYK percentages

%0
%44.07
%34.75
%53.73

Codes

Color #76424D in popluar color models

76424D
RGB1186677
HSL347°28.26%36.08%
HSB/HSV347°44.07%46.27%
CMYK0.00%44.07%34.75%
53.73%

Color #76424D in popluar number systems.

HEX76424D
Decimal1186677
Binary111011010000101001101
Octal166102115

Shades and tints

Shades of #76424D

#76424D
(118,66,77)
#6C3C46
(108,60,70)
#62363F
(98,54,63)
#583038
(88,48,56)
#4E2A31
(78,42,49)
#44242A
(68,36,42)
#3A1E23
(58,30,35)
#30181C
(48,24,28)
#261215
(38,18,21)
#1C0C0E
(28,12,14)
#120607
(18,6,7)
#000000
(0,0,0)

Tints of #76424D

#76424D
(118,66,77)
#82535D
(130,83,93)
#8E646D
(142,100,109)
#9A757D
(154,117,125)
#A6868D
(166,134,141)
#B2979D
(178,151,157)
#BEA8AD
(190,168,173)
#CAB9BD
(202,185,189)
#D6CACD
(214,202,205)
#E2DBDD
(226,219,221)
#EEECED
(238,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76424D color. Also use rgb(118,66,77) instead hex code.

Text Font Color

.myTextColor { color: #76424D; }

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

This text font color is #76424D.


Background Color

.myBgColor { background-color: #76424D; }

<div style="background-color:#76424D">Inner text</div>

This div background color is #76424D.


Border color

.myBorderColor { border: 1px solid #76424D; }

<div style="border:3px solid #76424D">Div</div>

This div border color is #76424D.


Opacity

.myOpacity80 { color: #76424D; opacity: 0.8; }

<p style="color:#76424D;opacity:0.8;">80%</p>

Text with #76424D 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 #76424D;}

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

This text has shadow with #76424D color.

.textShadow {text-shadow: 3px 3px 1px #76424D, 3px 3px 1px red;}

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

This text has shadow with #76424D primary color and red secondary color.


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

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

This text has shadow with #76424D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76424D on black background.


Color preview on white background

This text has color #76424D on white background.



Black color preview on #76424D background

This text has black color on #76424D background.


White color preview on #76424D background

This text has white color on #76424D background.