COLOR #750107

HEX: #750107
RGB: (117,1,7)

Color info

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

RGB color model

#750107 color RGB value is (117,1,7).

  • red value is 117;
  • green value is 1;
  • blue value is 7.
RGB:
(117,1,7)
(46%,0%,3%)

RGB channels and saturation

R 117 of 255 = 46%
G 1 of 255 = 0%
B 7 of 255 = 3%

117
1
7

R + G + B ~ 16%. #750107 is dark color.

Portions of RGB colors in percentages

R + G + B =
117 + 1 + 7 = 125 (100%)
R 117 of 125 ~ 93.6%
G 1 of 125 ~ 0.8%
B 7 of 125 ~ 5.6%

%93.6

CMYK color model

#750107 color CMYK value is (0,99,94,54).

  • cyan value is 0.00%
  • magenta value is 99.15%
  • yellow value is 94.02%
  • key color value is 54.12%
CMYK:
(0,99,94,54)
C0M99Y94K54 
(0%,99%,94%,54%)
(0.00/0.99/0.94/0.54)	

CMYK percentages

%0
%99.15
%94.02
%54.12

Codes

Color #750107 in popluar color models

750107
RGB11717
HSL357°98.31%23.14%
HSB/HSV357°99.15%45.88%
CMYK0.00%99.15%94.02%
54.12%

Color #750107 in popluar number systems.

HEX750107
Decimal11717
Binary11101011111
Octal16517

Shades and tints

Shades of #750107

#750107
(117,1,7)
#6B0107
(107,1,7)
#610107
(97,1,7)
#570107
(87,1,7)
#4D0107
(77,1,7)
#430107
(67,1,7)
#390107
(57,1,7)
#2F0107
(47,1,7)
#250107
(37,1,7)
#1B0107
(27,1,7)
#110107
(17,1,7)
#000000
(0,0,0)

Tints of #750107

#750107
(117,1,7)
#81181D
(129,24,29)
#8D2F33
(141,47,51)
#994649
(153,70,73)
#A55D5F
(165,93,95)
#B17475
(177,116,117)
#BD8B8B
(189,139,139)
#C9A2A1
(201,162,161)
#D5B9B7
(213,185,183)
#E1D0CD
(225,208,205)
#EDE7E3
(237,231,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #750107 color. Also use rgb(117,1,7) instead hex code.

Text Font Color

.myTextColor { color: #750107; }

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

This text font color is #750107.


Background Color

.myBgColor { background-color: #750107; }

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

This div background color is #750107.


Border color

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

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

This div border color is #750107.


Opacity

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

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

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

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

This text has shadow with #750107 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #750107 on black background.


Color preview on white background

This text has color #750107 on white background.



Black color preview on #750107 background

This text has black color on #750107 background.


White color preview on #750107 background

This text has white color on #750107 background.