COLOR #76374F

HEX: #76374F
RGB: (118,55,79)

Color info

#76374F contains mainly red and blue colors. Web safe color of #76374F is #663366 (or #636).

RGB color model

#76374F color RGB value is (118,55,79).

  • red value is 118;
  • green value is 55;
  • blue value is 79.
RGB:
(118,55,79)
(46%,22%,31%)

RGB channels and saturation

R 118 of 255 = 46%
G 55 of 255 = 22%
B 79 of 255 = 31%

118
55
79

R + G + B ~ 33%. #76374F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
118 + 55 + 79 = 252 (100%)
R 118 of 252 ~ 46.83%
G 55 of 252 ~ 21.83%
B 79 of 252 ~ 31.35%

%46.83
%21.83
%31.35

CMYK color model

#76374F color CMYK value is (0,53,33,54).

  • cyan value is 0.00%
  • magenta value is 53.39%
  • yellow value is 33.05%
  • key color value is 53.73%
CMYK:
(0,53,33,54)
C0M53Y33K54 
(0%,53%,33%,54%)
(0.00/0.53/0.33/0.54)	

CMYK percentages

%0
%53.39
%33.05
%53.73

Codes

Color #76374F in popluar color models

76374F
RGB1185579
HSL337°36.42%33.92%
HSB/HSV337°53.39%46.27%
CMYK0.00%53.39%33.05%
53.73%

Color #76374F in popluar number systems.

HEX76374F
Decimal1185579
Binary11101101101111001111
Octal16667117

Shades and tints

Shades of #76374F

#76374F
(118,55,79)
#6C3248
(108,50,72)
#622D41
(98,45,65)
#58283A
(88,40,58)
#4E2333
(78,35,51)
#441E2C
(68,30,44)
#3A1925
(58,25,37)
#30141E
(48,20,30)
#260F17
(38,15,23)
#1C0A10
(28,10,16)
#120509
(18,5,9)
#000000
(0,0,0)

Tints of #76374F

#76374F
(118,55,79)
#82495F
(130,73,95)
#8E5B6F
(142,91,111)
#9A6D7F
(154,109,127)
#A67F8F
(166,127,143)
#B2919F
(178,145,159)
#BEA3AF
(190,163,175)
#CAB5BF
(202,181,191)
#D6C7CF
(214,199,207)
#E2D9DF
(226,217,223)
#EEEBEF
(238,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76374F color. Also use rgb(118,55,79) instead hex code.

Text Font Color

.myTextColor { color: #76374F; }

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

This text font color is #76374F.


Background Color

.myBgColor { background-color: #76374F; }

<div style="background-color:#76374F">Inner text</div>

This div background color is #76374F.


Border color

.myBorderColor { border: 1px solid #76374F; }

<div style="border:3px solid #76374F">Div</div>

This div border color is #76374F.


Opacity

.myOpacity80 { color: #76374F; opacity: 0.8; }

<p style="color:#76374F;opacity:0.8;">80%</p>

Text with #76374F 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 #76374F;}

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

This text has shadow with #76374F color.

.textShadow {text-shadow: 3px 3px 1px #76374F, 3px 3px 1px red;}

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

This text has shadow with #76374F primary color and red secondary color.


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

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

This text has shadow with #76374F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76374F on black background.


Color preview on white background

This text has color #76374F on white background.



Black color preview on #76374F background

This text has black color on #76374F background.


White color preview on #76374F background

This text has white color on #76374F background.