COLOR #7D714F

HEX: #7D714F
RGB: (125,113,79)

Renk bilgisi

#7D714F contains red, green and blue colors in about the same proportion. #7D714F ‘ nin web güvenlik rengi #666666 (ya da #666) dir.

RGB renk modeli

#7D714F color RGB value is (125,113,79).

  • kırmız ton 125;
  • yeşil ton 113;
  • mavi ton 79.
RGB:
(125,113,79)
(49%,44%,31%)

RGB bağlantıları ve doygunluk

R 125 of 255 = 49%
G 113 of 255 = 44%
B 79 of 255 = 31%

125
113
79

R + G + B ~ 41%. #7D714F is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
125 + 113 + 79 = 317 (100%)
R 125 of 317 ~ 39.43%
G 113 of 317 ~ 35.65%
B 79 of 317 ~ 24.92%

%39.43
%35.65
%24.92

CMYK RENK MODELİ

#7D714F rengi CMYK tonu (0,10,37,51).

  • camgöbeği tonu 0.00%
  • eflatun tonu 9.60%
  • sarı tonu 36.80%
  • ana renk tonu 50.98%
CMYK:
(0,10,37,51)
C0M10Y37K51 
(0%,10%,37%,51%)
(0.00/0.10/0.37/0.51)	

CMYK yüzdeleri

%0
%9.6
%36.8
%50.98

Codes

Color #7D714F in popluar color models

7D714F
RGB12511379
HSL44°22.55%40.00%
HSB/HSV44°36.80%49.02%
CMYK0.00%9.60%36.80%
50.98%

Color #7D714F in popluar number systems.

HEX7D714F
Decimal12511379
Binary111110111100011001111
Octal175161117

Shades and tints

Shades of #7D714F

#7D714F
(125,113,79)
#726748
(114,103,72)
#675D41
(103,93,65)
#5C533A
(92,83,58)
#514933
(81,73,51)
#463F2C
(70,63,44)
#3B3525
(59,53,37)
#302B1E
(48,43,30)
#252117
(37,33,23)
#1A1710
(26,23,16)
#0F0D09
(15,13,9)
#000000
(0,0,0)

Tints of #7D714F

#7D714F
(125,113,79)
#887D5F
(136,125,95)
#93896F
(147,137,111)
#9E957F
(158,149,127)
#A9A18F
(169,161,143)
#B4AD9F
(180,173,159)
#BFB9AF
(191,185,175)
#CAC5BF
(202,197,191)
#D5D1CF
(213,209,207)
#E0DDDF
(224,221,223)
#EBE9EF
(235,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D714F; }

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

This text font color is #7D714F.


Background Color

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

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

This div background color is #7D714F.


Border color

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

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

This div border color is #7D714F.


Opacity

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

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

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

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

This text has shadow with #7D714F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D714F on black background.


Color preview on white background

This text has color #7D714F on white background.



Black color preview on #7D714F background

This text has black color on #7D714F background.


White color preview on #7D714F background

This text has white color on #7D714F background.