COLOR #760E28

HEX: #760E28
RGB: (118,14,40)

Color info

#760E28 contains mainly red color. Web safe color of #760E28 is #660033 (or #603).

RGB color model

#760E28 color RGB value is (118,14,40).

  • red value is 118;
  • green value is 14;
  • blue value is 40.
RGB:
(118,14,40)
(46%,5%,16%)

RGB channels and saturation

R 118 of 255 = 46%
G 14 of 255 = 5%
B 40 of 255 = 16%

118
14
40

R + G + B ~ 22%. #760E28 is dark color.

Portions of RGB colors in percentages

R + G + B =
118 + 14 + 40 = 172 (100%)
R 118 of 172 ~ 68.6%
G 14 of 172 ~ 8.14%
B 40 of 172 ~ 23.26%

%68.6
%23.26

CMYK color model

#760E28 color CMYK value is (0,88,66,54).

  • cyan value is 0.00%
  • magenta value is 88.14%
  • yellow value is 66.10%
  • key color value is 53.73%
CMYK:
(0,88,66,54)
C0M88Y66K54 
(0%,88%,66%,54%)
(0.00/0.88/0.66/0.54)	

CMYK percentages

%0
%88.14
%66.1
%53.73

Codes

Color #760E28 in popluar color models

760E28
RGB1181440
HSL345°78.79%25.88%
HSB/HSV345°88.14%46.27%
CMYK0.00%88.14%66.10%
53.73%

Color #760E28 in popluar number systems.

HEX760E28
Decimal1181440
Binary11101101110101000
Octal1661650

Shades and tints

Shades of #760E28

#760E28
(118,14,40)
#6C0D25
(108,13,37)
#620C22
(98,12,34)
#580B1F
(88,11,31)
#4E0A1C
(78,10,28)
#440919
(68,9,25)
#3A0816
(58,8,22)
#300713
(48,7,19)
#260610
(38,6,16)
#1C050D
(28,5,13)
#12040A
(18,4,10)
#000000
(0,0,0)

Tints of #760E28

#760E28
(118,14,40)
#82233B
(130,35,59)
#8E384E
(142,56,78)
#9A4D61
(154,77,97)
#A66274
(166,98,116)
#B27787
(178,119,135)
#BE8C9A
(190,140,154)
#CAA1AD
(202,161,173)
#D6B6C0
(214,182,192)
#E2CBD3
(226,203,211)
#EEE0E6
(238,224,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #760E28 color. Also use rgb(118,14,40) instead hex code.

Text Font Color

.myTextColor { color: #760E28; }

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

This text font color is #760E28.


Background Color

.myBgColor { background-color: #760E28; }

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

This div background color is #760E28.


Border color

.myBorderColor { border: 1px solid #760E28; }

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

This div border color is #760E28.


Opacity

.myOpacity80 { color: #760E28; opacity: 0.8; }

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

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

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

This text has shadow with #760E28 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #760E28 on black background.


Color preview on white background

This text has color #760E28 on white background.



Black color preview on #760E28 background

This text has black color on #760E28 background.


White color preview on #760E28 background

This text has white color on #760E28 background.