COLOR #751917

HEX: #751917 RGB: (117,25,23)

Color info

#751917 contains mainly red color. Web safe color of #751917 is #660000 (or #600).

RGB color model

#751917 color RGB value is (117,25,23).

RGB: (117,25,23) (46%, 10%, 9%)

RGB channels and saturation

R 117 of 255 = 46%
G 25 of 255 = 10%
B 23 of 255 = 9%

117
25
23

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

Portions of RGB colors in percentages

R + G + B = 117 + 25 + 23 = 165 (100%)
R 117 of 165 ~ 70.91%
G 25 of 165 ~ 15.15%
B 23 of 165 ~ 13.94'%

%70.91
%15.15
%13.94

CMYK color model

#751917 color CMYK value is (0,79,80,54).

  • cyan value is 0.00%
  • magenta value is 78.63%
  • yellow value is 80.34%
  • key color value is 54.12%

CMYK: (0,79,80,54)
C0M79Y80K54 (0%, 79%, 80%, 54%)
(0.00 / 0.79 / 0.80 / 0.54)

CMYK percentages

%0
%78.63
%80.34
%54.12

Codes

Color #751917 in popluar color models

75 19 17
RGB 117 25 23
HSL 67.14% 27.45%
HSB/HSV 80.34% 45.88%
CMYK 0.00% 78.63% 80.34%
54.12%

Color #751917 in popluar number systems.

HEX 75 19 17
Decimal 117 25 23
Binary 1110101 11001 10111
Octal 165 31 27

Shades and tints

Shades of #751917

#751917
(117,25,23)
#6B1715
(107,23,21)
#611513
(97,21,19)
#571311
(87,19,17)
#4D110F
(77,17,15)
#430F0D
(67,15,13)
#390D0B
(57,13,11)
#2F0B09
(47,11,9)
#250907
(37,9,7)
#1B0705
(27,7,5)
#110503
(17,5,3)
#000000
(0,0,0)

Tints of #751917

#751917
(117,25,23)
#812D2C
(129,45,44)
#8D4141
(141,65,65)
#995556
(153,85,86)
#A5696B
(165,105,107)
#B17D80
(177,125,128)
#BD9195
(189,145,149)
#C9A5AA
(201,165,170)
#D5B9BF
(213,185,191)
#E1CDD4
(225,205,212)
#EDE1E9
(237,225,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #751917 color. Also use rgb(117,25,23) instead hex code.

Text Font Color

.myTextColor { color: #751917; }

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

This text font color is #751917.

Background Color

.myBgColor { background-color: #751917; }

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

This div background color is #751917.

Border color

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

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

This div border color is #751917.

Opacity

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

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

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

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

This text has shadow with #751917 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #751917.

Preview

Color preview on black background

This text has color #751917 on black background.


Color preview on white background

This text has color #751917 on white background.


Black color preview on #751917 background

This text has black color on #751917 background.


White color preview on #751917 background

This text has white color on #751917 background.


Related colors

Complementary color

Complementary color for #hex is #8AE6E8.


I love getcolorcode.com

Triadic colors

1 #177519 and #191775 with #751917 are triadic colors.

2 #171975 and #197517 with #751917 are triadic colors.