COLOR #7D0706

HEX: #7D0706
RGB: (125,7,6)

Color info

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

RGB color model

#7D0706 color RGB value is (125,7,6).

  • red value is 125;
  • green value is 7;
  • blue value is 6.
RGB:
(125,7,6)
(49%,3%,2%)

RGB channels and saturation

R 125 of 255 = 49%
G 7 of 255 = 3%
B 6 of 255 = 2%

125
7
6

R + G + B ~ 18%. #7D0706 is dark color.

Portions of RGB colors in percentages

R + G + B =
125 + 7 + 6 = 138 (100%)
R 125 of 138 ~ 90.58%
G 7 of 138 ~ 5.07%
B 6 of 138 ~ 4.35%

%90.58

CMYK color model

#7D0706 color CMYK value is (0,94,95,51).

  • cyan value is 0.00%
  • magenta value is 94.40%
  • yellow value is 95.20%
  • key color value is 50.98%
CMYK:
(0,94,95,51)
C0M94Y95K51 
(0%,94%,95%,51%)
(0.00/0.94/0.95/0.51)	

CMYK percentages

%0
%94.4
%95.2
%50.98

Codes

Color #7D0706 in popluar color models

7D0706
RGB12576
HSL90.84%25.69%
HSB/HSV95.20%49.02%
CMYK0.00%94.40%95.20%
50.98%

Color #7D0706 in popluar number systems.

HEX7D0706
Decimal12576
Binary1111101111110
Octal17576

Shades and tints

Shades of #7D0706

#7D0706
(125,7,6)
#720706
(114,7,6)
#670706
(103,7,6)
#5C0706
(92,7,6)
#510706
(81,7,6)
#460706
(70,7,6)
#3B0706
(59,7,6)
#300706
(48,7,6)
#250706
(37,7,6)
#1A0706
(26,7,6)
#0F0706
(15,7,6)
#000000
(0,0,0)

Tints of #7D0706

#7D0706
(125,7,6)
#881D1C
(136,29,28)
#933332
(147,51,50)
#9E4948
(158,73,72)
#A95F5E
(169,95,94)
#B47574
(180,117,116)
#BF8B8A
(191,139,138)
#CAA1A0
(202,161,160)
#D5B7B6
(213,183,182)
#E0CDCC
(224,205,204)
#EBE3E2
(235,227,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D0706 color. Also use rgb(125,7,6) instead hex code.

Text Font Color

.myTextColor { color: #7D0706; }

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

This text font color is #7D0706.


Background Color

.myBgColor { background-color: #7D0706; }

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

This div background color is #7D0706.


Border color

.myBorderColor { border: 1px solid #7D0706; }

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

This div border color is #7D0706.


Opacity

.myOpacity80 { color: #7D0706; opacity: 0.8; }

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

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

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

This text has shadow with #7D0706 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D0706 on black background.


Color preview on white background

This text has color #7D0706 on white background.



Black color preview on #7D0706 background

This text has black color on #7D0706 background.


White color preview on #7D0706 background

This text has white color on #7D0706 background.