COLOR #7D837E

HEX: #7D837E
RGB: (125,131,126)

Renk bilgisi

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

RGB renk modeli

#7D837E color RGB value is (125,131,126).

  • kırmız ton 125;
  • yeşil ton 131;
  • mavi ton 126.
RGB:
(125,131,126)
(49%,51%,49%)

RGB bağlantıları ve doygunluk

R 125 of 255 = 49%
G 131 of 255 = 51%
B 126 of 255 = 49%

125
131
126

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

Yüzdelerle RGB renk parçaları

R + G + B =
125 + 131 + 126 = 382 (100%)
R 125 of 382 ~ 32.72%
G 131 of 382 ~ 34.29%
B 126 of 382 ~ 32.98%

%32.72
%34.29
%32.98

CMYK RENK MODELİ

#7D837E rengi CMYK tonu (5,0,4,49).

  • camgöbeği tonu 4.58%
  • eflatun tonu 0.00%
  • sarı tonu 3.82%
  • ana renk tonu 48.63%
CMYK:
(5,0,4,49)
C5M0Y4K49 
(5%,0%,4%,49%)
(0.05/0.00/0.04/0.49)	

CMYK yüzdeleri

%4.58
%0
%3.82
%48.63

Codes

Color #7D837E in popluar color models

7D837E
RGB125131126
HSL130°2.36%50.20%
HSB/HSV130°4.58%51.37%
CMYK4.58%0.00%3.82%
48.63%

Color #7D837E in popluar number systems.

HEX7D837E
Decimal125131126
Binary1111101100000111111110
Octal175203176

Shades and tints

Shades of #7D837E

#7D837E
(125,131,126)
#727873
(114,120,115)
#676D68
(103,109,104)
#5C625D
(92,98,93)
#515752
(81,87,82)
#464C47
(70,76,71)
#3B413C
(59,65,60)
#303631
(48,54,49)
#252B26
(37,43,38)
#1A201B
(26,32,27)
#0F1510
(15,21,16)
#000000
(0,0,0)

Tints of #7D837E

#7D837E
(125,131,126)
#888E89
(136,142,137)
#939994
(147,153,148)
#9EA49F
(158,164,159)
#A9AFAA
(169,175,170)
#B4BAB5
(180,186,181)
#BFC5C0
(191,197,192)
#CAD0CB
(202,208,203)
#D5DBD6
(213,219,214)
#E0E6E1
(224,230,225)
#EBF1EC
(235,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D837E; }

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

This text font color is #7D837E.


Background Color

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

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

This div background color is #7D837E.


Border color

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

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

This div border color is #7D837E.


Opacity

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

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

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

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

This text has shadow with #7D837E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D837E on black background.


Color preview on white background

This text has color #7D837E on white background.



Black color preview on #7D837E background

This text has black color on #7D837E background.


White color preview on #7D837E background

This text has white color on #7D837E background.