COLOR #76172F

HEX: #76172F RGB: (118,23,47)

Color info

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

RGB color model

#76172F color RGB value is (118,23,47).

RGB: (118,23,47) (46%, 9%, 18%)

RGB channels and saturation

R 118 of 255 = 46%
G 23 of 255 = 9%
B 47 of 255 = 18%

118
23
47

R + G + B ~ 24%. #76172F is dark color.

Portions of RGB colors in percentages

R + G + B = 118 + 23 + 47 = 188 (100%)
R 118 of 188 ~ 62.77%
G 23 of 188 ~ 12.23%
B 47 of 188 ~ 25'%

%62.77
%12.23
%25

CMYK color model

#76172F color CMYK value is (0,81,60,54).

  • cyan value is 0.00%
  • magenta value is 80.51%
  • yellow value is 60.17%
  • key color value is 53.73%

CMYK: (0,81,60,54)
C0M81Y60K54 (0%, 81%, 60%, 54%)
(0.00 / 0.81 / 0.60 / 0.54)

CMYK percentages

%0
%80.51
%60.17
%53.73

Codes

Color #76172F in popluar color models

76 17 2F
RGB 118 23 47
HSL 345° 67.38% 27.65%
HSB/HSV 345° 80.51% 46.27%
CMYK 0.00% 80.51% 60.17%
53.73%

Color #76172F in popluar number systems.

HEX 76 17 2F
Decimal 118 23 47
Binary 1110110 10111 101111
Octal 166 27 57

Shades and tints

Shades of #76172F

#76172F
(118,23,47)
#6C152B
(108,21,43)
#621327
(98,19,39)
#581123
(88,17,35)
#4E0F1F
(78,15,31)
#440D1B
(68,13,27)
#3A0B17
(58,11,23)
#300913
(48,9,19)
#26070F
(38,7,15)
#1C050B
(28,5,11)
#120307
(18,3,7)
#000000
(0,0,0)

Tints of #76172F

#76172F
(118,23,47)
#822C41
(130,44,65)
#8E4153
(142,65,83)
#9A5665
(154,86,101)
#A66B77
(166,107,119)
#B28089
(178,128,137)
#BE959B
(190,149,155)
#CAAAAD
(202,170,173)
#D6BFBF
(214,191,191)
#E2D4D1
(226,212,209)
#EEE9E3
(238,233,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76172F; }

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

This text font color is #76172F.

Background Color

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

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

This div background color is #76172F.

Border color

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

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

This div border color is #76172F.

Opacity

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

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

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

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

This text has shadow with #76172F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #76172F.

Preview

Color preview on black background

This text has color #76172F on black background.


Color preview on white background

This text has color #76172F on white background.


Black color preview on #76172F background

This text has black color on #76172F background.


White color preview on #76172F background

This text has white color on #76172F background.


Related colors

Complementary color

Complementary color for #hex is #89E8D0.


I love getcolorcode.com

Triadic colors

1 #2F7617 and #172F76 with #76172F are triadic colors.

2 #2F1776 and #17762F with #76172F are triadic colors.