COLOR #76102F

HEX: #76102F
RGB: (118,16,47)

Color info

#76102F contains mainly red color. Web safe color of #76102F is #660033 (or #603).

RGB color model

#76102F color RGB value is (118,16,47).

  • red value is 118;
  • green value is 16;
  • blue value is 47.
RGB:
(118,16,47)
(46%,6%,18%)

RGB channels and saturation

R 118 of 255 = 46%
G 16 of 255 = 6%
B 47 of 255 = 18%

118
16
47

R + G + B ~ 23%. #76102F is dark color.

Portions of RGB colors in percentages

R + G + B =
118 + 16 + 47 = 181 (100%)
R 118 of 181 ~ 65.19%
G 16 of 181 ~ 8.84%
B 47 of 181 ~ 25.97%

%65.19
%25.97

CMYK color model

#76102F color CMYK value is (0,86,60,54).

  • cyan value is 0.00%
  • magenta value is 86.44%
  • yellow value is 60.17%
  • key color value is 53.73%
CMYK:
(0,86,60,54)
C0M86Y60K54 
(0%,86%,60%,54%)
(0.00/0.86/0.60/0.54)	

CMYK percentages

%0
%86.44
%60.17
%53.73

Codes

Color #76102F in popluar color models

76102F
RGB1181647
HSL342°76.12%26.27%
HSB/HSV342°86.44%46.27%
CMYK0.00%86.44%60.17%
53.73%

Color #76102F in popluar number systems.

HEX76102F
Decimal1181647
Binary111011010000101111
Octal1662057

Shades and tints

Shades of #76102F

#76102F
(118,16,47)
#6C0F2B
(108,15,43)
#620E27
(98,14,39)
#580D23
(88,13,35)
#4E0C1F
(78,12,31)
#440B1B
(68,11,27)
#3A0A17
(58,10,23)
#300913
(48,9,19)
#26080F
(38,8,15)
#1C070B
(28,7,11)
#120607
(18,6,7)
#000000
(0,0,0)

Tints of #76102F

#76102F
(118,16,47)
#822541
(130,37,65)
#8E3A53
(142,58,83)
#9A4F65
(154,79,101)
#A66477
(166,100,119)
#B27989
(178,121,137)
#BE8E9B
(190,142,155)
#CAA3AD
(202,163,173)
#D6B8BF
(214,184,191)
#E2CDD1
(226,205,209)
#EEE2E3
(238,226,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76102F color. Also use rgb(118,16,47) instead hex code.

Text Font Color

.myTextColor { color: #76102F; }

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

This text font color is #76102F.


Background Color

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

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

This div background color is #76102F.


Border color

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

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

This div border color is #76102F.


Opacity

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

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

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

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

This text has shadow with #76102F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76102F on black background.


Color preview on white background

This text has color #76102F on white background.



Black color preview on #76102F background

This text has black color on #76102F background.


White color preview on #76102F background

This text has white color on #76102F background.