COLOR #76244A

HEX: #76244A
RGB: (118,36,74)

Color info

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

RGB color model

#76244A color RGB value is (118,36,74).

  • red value is 118;
  • green value is 36;
  • blue value is 74.
RGB: (118,36,74) (46%,14%,29%)

RGB channels and saturation

R 118 of 255 = 46%
G 36 of 255 = 14%
B 74 of 255 = 29%

118
36
74

R + G + B ~ 30%. #76244A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
118 + 36 + 74 = 228 (100%)
R 118 of 228 ~ 51.75%
G 36 of 228 ~ 15.79%
B 74 of 228 ~ 32.46%

%51.75
%15.79
%32.46

CMYK color model

#76244A color CMYK value is (0,69,37,54).

  • cyan value is 0.00%
  • magenta value is 69.49%
  • yellow value is 37.29%
  • key color value is 53.73%
CMYK: (0,69,37,54) C0M69Y37K54 (0%,69%,37%,54%) (0.00/0.69/0.37/0.54)

CMYK percentages

%0
%69.49
%37.29
%53.73

Codes

Color #76244A in popluar color models

76244A
RGB1183674
HSL332°53.25%30.20%
HSB/HSV332°69.49%46.27%
CMYK0.00%69.49%37.29%
53.73%

Color #76244A in popluar number systems.

HEX76244A
Decimal1183674
Binary11101101001001001010
Octal16644112

Shades and tints

Shades of #76244A

#76244A
(118,36,74)
#6C2144
(108,33,68)
#621E3E
(98,30,62)
#581B38
(88,27,56)
#4E1832
(78,24,50)
#44152C
(68,21,44)
#3A1226
(58,18,38)
#300F20
(48,15,32)
#260C1A
(38,12,26)
#1C0914
(28,9,20)
#12060E
(18,6,14)
#000000
(0,0,0)

Tints of #76244A

#76244A
(118,36,74)
#82375A
(130,55,90)
#8E4A6A
(142,74,106)
#9A5D7A
(154,93,122)
#A6708A
(166,112,138)
#B2839A
(178,131,154)
#BE96AA
(190,150,170)
#CAA9BA
(202,169,186)
#D6BCCA
(214,188,202)
#E2CFDA
(226,207,218)
#EEE2EA
(238,226,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76244A color. Also use rgb(118,36,74) instead hex code.

Text Font Color

.myTextColor { color: #76244A; }

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

This text font color is #76244A.


Background Color

.myBgColor { background-color: #76244A; }

<div style="background-color:#76244A">Inner text</div>

This div background color is #76244A.


Border color

.myBorderColor { border: 1px solid #76244A; }

<div style="border:3px solid #76244A">Div</div>

This div border color is #76244A.


Opacity

.myOpacity80 { color: #76244A; opacity: 0.8; }

<p style="color:#76244A;opacity:0.8;">80%</p>

Text with #76244A 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 #76244A;}

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

This text has shadow with #76244A color.

.textShadow {text-shadow: 3px 3px 1px #76244A, 3px 3px 1px red;}

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

This text has shadow with #76244A primary color and red secondary color.


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

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

This text has shadow with #76244A and red colors in old Internet Explorer.


Div box shadow color

 /* css code */ .divShadow { -moz-box-shadow:	1px 1px 3px 2px #76244A; -webkit-box-shadow:	1px 1px 3px 2px #76244A; box-shadow:	1px 1px 3px 2px #76244A; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #76244A; -webkit-box-shadow: 1px 1px 3px 2px #76244A; box-shadow:1px 1px 3px 2px #76244A;">
Div content here</div>
This div box has shadow with color #76244A.

Preview

Color preview on black background

This text has color #76244A on black background.


Color preview on white background

This text has color #76244A on white background.



Black color preview on #76244A background

This text has black color on #76244A background.


White color preview on #76244A background

This text has white color on #76244A background.