COLOR #7D120F

HEX: #7D120F
RGB: (125,18,15)

Renk bilgisi

#7D120F contains mainly red color. #7D120F ‘ nin web güvenlik rengi #660000 (ya da #600) dir.

RGB renk modeli

#7D120F color RGB value is (125,18,15).

  • kırmız ton 125;
  • yeşil ton 18;
  • mavi ton 15.
RGB:
(125,18,15)
(49%,7%,6%)

RGB bağlantıları ve doygunluk

R 125 of 255 = 49%
G 18 of 255 = 7%
B 15 of 255 = 6%

125
18
15

R + G + B ~ 21%. #7D120F is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
125 + 18 + 15 = 158 (100%)
R 125 of 158 ~ 79.11%
G 18 of 158 ~ 11.39%
B 15 of 158 ~ 9.49%

%79.11
%11.39

CMYK RENK MODELİ

#7D120F rengi CMYK tonu (0,86,88,51).

  • camgöbeği tonu 0.00%
  • eflatun tonu 85.60%
  • sarı tonu 88.00%
  • ana renk tonu 50.98%
CMYK:
(0,86,88,51)
C0M86Y88K51 
(0%,86%,88%,51%)
(0.00/0.86/0.88/0.51)	

CMYK yüzdeleri

%0
%85.6
%88
%50.98

Codes

Color #7D120F in popluar color models

7D120F
RGB1251815
HSL78.57%27.45%
HSB/HSV88.00%49.02%
CMYK0.00%85.60%88.00%
50.98%

Color #7D120F in popluar number systems.

HEX7D120F
Decimal1251815
Binary1111101100101111
Octal1752217

Shades and tints

Shades of #7D120F

#7D120F
(125,18,15)
#72110E
(114,17,14)
#67100D
(103,16,13)
#5C0F0C
(92,15,12)
#510E0B
(81,14,11)
#460D0A
(70,13,10)
#3B0C09
(59,12,9)
#300B08
(48,11,8)
#250A07
(37,10,7)
#1A0906
(26,9,6)
#0F0805
(15,8,5)
#000000
(0,0,0)

Tints of #7D120F

#7D120F
(125,18,15)
#882724
(136,39,36)
#933C39
(147,60,57)
#9E514E
(158,81,78)
#A96663
(169,102,99)
#B47B78
(180,123,120)
#BF908D
(191,144,141)
#CAA5A2
(202,165,162)
#D5BAB7
(213,186,183)
#E0CFCC
(224,207,204)
#EBE4E1
(235,228,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D120F; }

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

This text font color is #7D120F.


Background Color

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

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

This div background color is #7D120F.


Border color

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

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

This div border color is #7D120F.


Opacity

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

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

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

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

This text has shadow with #7D120F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D120F on black background.


Color preview on white background

This text has color #7D120F on white background.



Black color preview on #7D120F background

This text has black color on #7D120F background.


White color preview on #7D120F background

This text has white color on #7D120F background.