COLOR #76234F

HEX: #76234F
RGB: (118,35,79)

Color info

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

RGB color model

#76234F color RGB value is (118,35,79).

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

RGB channels and saturation

R 118 of 255 = 46%
G 35 of 255 = 14%
B 79 of 255 = 31%

118
35
79

R + G + B ~ 30%. #76234F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
118 + 35 + 79 = 232 (100%)
R 118 of 232 ~ 50.86%
G 35 of 232 ~ 15.09%
B 79 of 232 ~ 34.05%

%50.86
%15.09
%34.05

CMYK color model

#76234F color CMYK value is (0,70,33,54).

  • cyan value is 0.00%
  • magenta value is 70.34%
  • yellow value is 33.05%
  • key color value is 53.73%
CMYK:
(0,70,33,54)
C0M70Y33K54 
(0%,70%,33%,54%)
(0.00/0.70/0.33/0.54)	

CMYK percentages

%0
%70.34
%33.05
%53.73

Codes

Color #76234F in popluar color models

76234F
RGB1183579
HSL328°54.25%30.00%
HSB/HSV328°70.34%46.27%
CMYK0.00%70.34%33.05%
53.73%

Color #76234F in popluar number systems.

HEX76234F
Decimal1183579
Binary11101101000111001111
Octal16643117

Shades and tints

Shades of #76234F

#76234F
(118,35,79)
#6C2048
(108,32,72)
#621D41
(98,29,65)
#581A3A
(88,26,58)
#4E1733
(78,23,51)
#44142C
(68,20,44)
#3A1125
(58,17,37)
#300E1E
(48,14,30)
#260B17
(38,11,23)
#1C0810
(28,8,16)
#120509
(18,5,9)
#000000
(0,0,0)

Tints of #76234F

#76234F
(118,35,79)
#82375F
(130,55,95)
#8E4B6F
(142,75,111)
#9A5F7F
(154,95,127)
#A6738F
(166,115,143)
#B2879F
(178,135,159)
#BE9BAF
(190,155,175)
#CAAFBF
(202,175,191)
#D6C3CF
(214,195,207)
#E2D7DF
(226,215,223)
#EEEBEF
(238,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76234F; }

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

This text font color is #76234F.


Background Color

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

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

This div background color is #76234F.


Border color

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

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

This div border color is #76234F.


Opacity

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

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

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

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

This text has shadow with #76234F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76234F on black background.


Color preview on white background

This text has color #76234F on white background.



Black color preview on #76234F background

This text has black color on #76234F background.


White color preview on #76234F background

This text has white color on #76234F background.