COLOR #75120B

HEX: #75120B
RGB: (117,18,11)

Color info

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

RGB color model

#75120B color RGB value is (117,18,11).

  • red value is 117;
  • green value is 18;
  • blue value is 11.
RGB:
(117,18,11)
(46%,7%,4%)

RGB channels and saturation

R 117 of 255 = 46%
G 18 of 255 = 7%
B 11 of 255 = 4%

117
18
11

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

Portions of RGB colors in percentages

R + G + B =
117 + 18 + 11 = 146 (100%)
R 117 of 146 ~ 80.14%
G 18 of 146 ~ 12.33%
B 11 of 146 ~ 7.53%

%80.14
%12.33

CMYK color model

#75120B color CMYK value is (0,85,91,54).

  • cyan value is 0.00%
  • magenta value is 84.62%
  • yellow value is 90.60%
  • key color value is 54.12%
CMYK:
(0,85,91,54)
C0M85Y91K54 
(0%,85%,91%,54%)
(0.00/0.85/0.91/0.54)	

CMYK percentages

%0
%84.62
%90.6
%54.12

Codes

Color #75120B in popluar color models

75120B
RGB1171811
HSL82.81%25.10%
HSB/HSV90.60%45.88%
CMYK0.00%84.62%90.60%
54.12%

Color #75120B in popluar number systems.

HEX75120B
Decimal1171811
Binary1110101100101011
Octal1652213

Shades and tints

Shades of #75120B

#75120B
(117,18,11)
#6B110A
(107,17,10)
#611009
(97,16,9)
#570F08
(87,15,8)
#4D0E07
(77,14,7)
#430D06
(67,13,6)
#390C05
(57,12,5)
#2F0B04
(47,11,4)
#250A03
(37,10,3)
#1B0902
(27,9,2)
#110801
(17,8,1)
#000000
(0,0,0)

Tints of #75120B

#75120B
(117,18,11)
#812721
(129,39,33)
#8D3C37
(141,60,55)
#99514D
(153,81,77)
#A56663
(165,102,99)
#B17B79
(177,123,121)
#BD908F
(189,144,143)
#C9A5A5
(201,165,165)
#D5BABB
(213,186,187)
#E1CFD1
(225,207,209)
#EDE4E7
(237,228,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75120B color. Also use rgb(117,18,11) instead hex code.

Text Font Color

.myTextColor { color: #75120B; }

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

This text font color is #75120B.


Background Color

.myBgColor { background-color: #75120B; }

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

This div background color is #75120B.


Border color

.myBorderColor { border: 1px solid #75120B; }

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

This div border color is #75120B.


Opacity

.myOpacity80 { color: #75120B; opacity: 0.8; }

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

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

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

This text has shadow with #75120B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75120B on black background.


Color preview on white background

This text has color #75120B on white background.



Black color preview on #75120B background

This text has black color on #75120B background.


White color preview on #75120B background

This text has white color on #75120B background.