COLOR #76384B

HEX: #76384B
RGB: (118,56,75)

Color info

#76384B contains mainly red and blue colors. Web safe color of #76384B is #663333 (or #633).

RGB color model

#76384B color RGB value is (118,56,75).

  • red value is 118;
  • green value is 56;
  • blue value is 75.
RGB:
(118,56,75)
(46%,22%,29%)

RGB channels and saturation

R 118 of 255 = 46%
G 56 of 255 = 22%
B 75 of 255 = 29%

118
56
75

R + G + B ~ 32%. #76384B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
118 + 56 + 75 = 249 (100%)
R 118 of 249 ~ 47.39%
G 56 of 249 ~ 22.49%
B 75 of 249 ~ 30.12%

%47.39
%22.49
%30.12

CMYK color model

#76384B color CMYK value is (0,53,36,54).

  • cyan value is 0.00%
  • magenta value is 52.54%
  • yellow value is 36.44%
  • key color value is 53.73%
CMYK:
(0,53,36,54)
C0M53Y36K54 
(0%,53%,36%,54%)
(0.00/0.53/0.36/0.54)	

CMYK percentages

%0
%52.54
%36.44
%53.73

Codes

Color #76384B in popluar color models

76384B
RGB1185675
HSL342°35.63%34.12%
HSB/HSV342°52.54%46.27%
CMYK0.00%52.54%36.44%
53.73%

Color #76384B in popluar number systems.

HEX76384B
Decimal1185675
Binary11101101110001001011
Octal16670113

Shades and tints

Shades of #76384B

#76384B
(118,56,75)
#6C3345
(108,51,69)
#622E3F
(98,46,63)
#582939
(88,41,57)
#4E2433
(78,36,51)
#441F2D
(68,31,45)
#3A1A27
(58,26,39)
#301521
(48,21,33)
#26101B
(38,16,27)
#1C0B15
(28,11,21)
#12060F
(18,6,15)
#000000
(0,0,0)

Tints of #76384B

#76384B
(118,56,75)
#824A5B
(130,74,91)
#8E5C6B
(142,92,107)
#9A6E7B
(154,110,123)
#A6808B
(166,128,139)
#B2929B
(178,146,155)
#BEA4AB
(190,164,171)
#CAB6BB
(202,182,187)
#D6C8CB
(214,200,203)
#E2DADB
(226,218,219)
#EEECEB
(238,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76384B color. Also use rgb(118,56,75) instead hex code.

Text Font Color

.myTextColor { color: #76384B; }

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

This text font color is #76384B.


Background Color

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

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

This div background color is #76384B.


Border color

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

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

This div border color is #76384B.


Opacity

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

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

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

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

This text has shadow with #76384B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76384B on black background.


Color preview on white background

This text has color #76384B on white background.



Black color preview on #76384B background

This text has black color on #76384B background.


White color preview on #76384B background

This text has white color on #76384B background.