COLOR #762039

HEX: #762039
RGB: (118,32,57)

Color info

#762039 contains mainly red color. Web safe color of #762039 is #663333 (or #633).

RGB color model

#762039 color RGB value is (118,32,57).

  • red value is 118;
  • green value is 32;
  • blue value is 57.
RGB:
(118,32,57)
(46%,13%,22%)

RGB channels and saturation

R 118 of 255 = 46%
G 32 of 255 = 13%
B 57 of 255 = 22%

118
32
57

R + G + B ~ 27%. #762039 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
118 + 32 + 57 = 207 (100%)
R 118 of 207 ~ 57%
G 32 of 207 ~ 15.46%
B 57 of 207 ~ 27.54%

%57
%15.46
%27.54

CMYK color model

#762039 color CMYK value is (0,73,52,54).

  • cyan value is 0.00%
  • magenta value is 72.88%
  • yellow value is 51.69%
  • key color value is 53.73%
CMYK:
(0,73,52,54)
C0M73Y52K54 
(0%,73%,52%,54%)
(0.00/0.73/0.52/0.54)	

CMYK percentages

%0
%72.88
%51.69
%53.73

Codes

Color #762039 in popluar color models

762039
RGB1183257
HSL343°57.33%29.41%
HSB/HSV343°72.88%46.27%
CMYK0.00%72.88%51.69%
53.73%

Color #762039 in popluar number systems.

HEX762039
Decimal1183257
Binary1110110100000111001
Octal1664071

Shades and tints

Shades of #762039

#762039
(118,32,57)
#6C1E34
(108,30,52)
#621C2F
(98,28,47)
#581A2A
(88,26,42)
#4E1825
(78,24,37)
#441620
(68,22,32)
#3A141B
(58,20,27)
#301216
(48,18,22)
#261011
(38,16,17)
#1C0E0C
(28,14,12)
#120C07
(18,12,7)
#000000
(0,0,0)

Tints of #762039

#762039
(118,32,57)
#82344B
(130,52,75)
#8E485D
(142,72,93)
#9A5C6F
(154,92,111)
#A67081
(166,112,129)
#B28493
(178,132,147)
#BE98A5
(190,152,165)
#CAACB7
(202,172,183)
#D6C0C9
(214,192,201)
#E2D4DB
(226,212,219)
#EEE8ED
(238,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #762039 color. Also use rgb(118,32,57) instead hex code.

Text Font Color

.myTextColor { color: #762039; }

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

This text font color is #762039.


Background Color

.myBgColor { background-color: #762039; }

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

This div background color is #762039.


Border color

.myBorderColor { border: 1px solid #762039; }

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

This div border color is #762039.


Opacity

.myOpacity80 { color: #762039; opacity: 0.8; }

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

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

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

This text has shadow with #762039 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #762039 on black background.


Color preview on white background

This text has color #762039 on white background.



Black color preview on #762039 background

This text has black color on #762039 background.


White color preview on #762039 background

This text has white color on #762039 background.