COLOR #7D808B

HEX: #7D808B
RGB: (125,128,139)

Renk bilgisi

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

RGB renk modeli

#7D808B color RGB value is (125,128,139).

  • kırmız ton 125;
  • yeşil ton 128;
  • mavi ton 139.
RGB:
(125,128,139)
(49%,50%,55%)

RGB bağlantıları ve doygunluk

R 125 of 255 = 49%
G 128 of 255 = 50%
B 139 of 255 = 55%

125
128
139

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

Yüzdelerle RGB renk parçaları

R + G + B =
125 + 128 + 139 = 392 (100%)
R 125 of 392 ~ 31.89%
G 128 of 392 ~ 32.65%
B 139 of 392 ~ 35.46%

%31.89
%32.65
%35.46

CMYK RENK MODELİ

#7D808B rengi CMYK tonu (10,8,0,45).

  • camgöbeği tonu 10.07%
  • eflatun tonu 7.91%
  • sarı tonu 0.00%
  • ana renk tonu 45.49%
CMYK:
(10,8,0,45)
C10M8Y0K45 
(10%,8%,0%,45%)
(0.10/0.08/0.00/0.45)	

CMYK yüzdeleri

%10.07
%7.91
%0
%45.49

Codes

Color #7D808B in popluar color models

7D808B
RGB125128139
HSL227°5.69%51.76%
HSB/HSV227°10.07%54.51%
CMYK10.07%7.91%0.00%
45.49%

Color #7D808B in popluar number systems.

HEX7D808B
Decimal125128139
Binary11111011000000010001011
Octal175200213

Shades and tints

Shades of #7D808B

#7D808B
(125,128,139)
#72757F
(114,117,127)
#676A73
(103,106,115)
#5C5F67
(92,95,103)
#51545B
(81,84,91)
#46494F
(70,73,79)
#3B3E43
(59,62,67)
#303337
(48,51,55)
#25282B
(37,40,43)
#1A1D1F
(26,29,31)
#0F1213
(15,18,19)
#000000
(0,0,0)

Tints of #7D808B

#7D808B
(125,128,139)
#888B95
(136,139,149)
#93969F
(147,150,159)
#9EA1A9
(158,161,169)
#A9ACB3
(169,172,179)
#B4B7BD
(180,183,189)
#BFC2C7
(191,194,199)
#CACDD1
(202,205,209)
#D5D8DB
(213,216,219)
#E0E3E5
(224,227,229)
#EBEEEF
(235,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D808B; }

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

This text font color is #7D808B.


Background Color

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

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

This div background color is #7D808B.


Border color

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

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

This div border color is #7D808B.


Opacity

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

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

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

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

This text has shadow with #7D808B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D808B on black background.


Color preview on white background

This text has color #7D808B on white background.



Black color preview on #7D808B background

This text has black color on #7D808B background.


White color preview on #7D808B background

This text has white color on #7D808B background.