COLOR #750F0F

HEX: #750F0F RGB: (117,15,15)

Color info

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

RGB color model

#750F0F color RGB value is (117,15,15).

RGB: (117,15,15) (46%, 6%, 6%)

RGB channels and saturation

R 117 of 255 = 46%
G 15 of 255 = 6%
B 15 of 255 = 6%

117
15
15

R + G + B ~ 19%. #750F0F is dark color.

Portions of RGB colors in percentages

R + G + B = 117 + 15 + 15 = 147 (100%)
R 117 of 147 ~ 79.59%
G 15 of 147 ~ 10.2%
B 15 of 147 ~ 10.2'%

%79.59
%10.2
%10.2

CMYK color model

#750F0F color CMYK value is (0,87,87,54).

  • cyan value is 0.00%
  • magenta value is 87.18%
  • yellow value is 87.18%
  • key color value is 54.12%
CMYK: (0,87,87,54) C0M87Y87K54 (0%,87%,87%,54%) (0.00/0.87/0.87/0.54) 

CMYK percentages

%0
%87.18
%87.18
%54.12

Codes

Color #750F0F in popluar color models

75 0F 0F
RGB 117 15 15
HSL 77.27% 25.88%
HSB/HSV 87.18% 45.88%
CMYK 0.00% 87.18% 87.18%
54.12%

Color #750F0F in popluar number systems.

HEX 75 0F 0F
Decimal 117 15 15
Binary 1110101 1111 1111
Octal 165 17 17

Shades and tints

Shades of #750F0F

#750F0F
(117,15,15)
#6B0E0E
(107,14,14)
#610D0D
(97,13,13)
#570C0C
(87,12,12)
#4D0B0B
(77,11,11)
#430A0A
(67,10,10)
#390909
(57,9,9)
#2F0808
(47,8,8)
#250707
(37,7,7)
#1B0606
(27,6,6)
#110505
(17,5,5)
#000000
(0,0,0)

Tints of #750F0F

#750F0F
(117,15,15)
#812424
(129,36,36)
#8D3939
(141,57,57)
#994E4E
(153,78,78)
#A56363
(165,99,99)
#B17878
(177,120,120)
#BD8D8D
(189,141,141)
#C9A2A2
(201,162,162)
#D5B7B7
(213,183,183)
#E1CCCC
(225,204,204)
#EDE1E1
(237,225,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #750F0F color. Also use rgb(117,15,15) instead hex code.

Text Font Color

.myTextColor { color: #750F0F; }

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

This text font color is #750F0F.

Background Color

.myBgColor { background-color: #750F0F; }

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

This div background color is #750F0F.

Border color

.myBorderColor { border: 1px solid #750F0F; }

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

This div border color is #750F0F.

Opacity

.myOpacity80 { color: #750F0F; opacity: 0.8; }

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

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

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

This text has shadow with #750F0F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #750F0F.

Preview

Color preview on black background

This text has color #750F0F on black background.


Color preview on white background

This text has color #750F0F on white background.


Black color preview on #750F0F background

This text has black color on #750F0F background.


White color preview on #750F0F background

This text has white color on #750F0F background.


Related colors

Complementary color

Complementary color for #hex is #8AF0F0.


I love getcolorcode.com