COLOR #7D687A

HEX: #7D687A
RGB: (125,104,122)

Renk bilgisi

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

RGB renk modeli

#7D687A color RGB value is (125,104,122).

  • kırmız ton 125;
  • yeşil ton 104;
  • mavi ton 122.
RGB:
(125,104,122)
(49%,41%,48%)

RGB bağlantıları ve doygunluk

R 125 of 255 = 49%
G 104 of 255 = 41%
B 122 of 255 = 48%

125
104
122

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

Yüzdelerle RGB renk parçaları

R + G + B =
125 + 104 + 122 = 351 (100%)
R 125 of 351 ~ 35.61%
G 104 of 351 ~ 29.63%
B 122 of 351 ~ 34.76%

%35.61
%29.63
%34.76

CMYK RENK MODELİ

#7D687A rengi CMYK tonu (0,17,2,51).

  • camgöbeği tonu 0.00%
  • eflatun tonu 16.80%
  • sarı tonu 2.40%
  • ana renk tonu 50.98%
CMYK:
(0,17,2,51)
C0M17Y2K51 
(0%,17%,2%,51%)
(0.00/0.17/0.02/0.51)	

CMYK yüzdeleri

%0
%16.8
%2.4
%50.98

Codes

Color #7D687A in popluar color models

7D687A
RGB125104122
HSL309°9.17%44.90%
HSB/HSV309°16.80%49.02%
CMYK0.00%16.80%2.40%
50.98%

Color #7D687A in popluar number systems.

HEX7D687A
Decimal125104122
Binary111110111010001111010
Octal175150172

Shades and tints

Shades of #7D687A

#7D687A
(125,104,122)
#725F6F
(114,95,111)
#675664
(103,86,100)
#5C4D59
(92,77,89)
#51444E
(81,68,78)
#463B43
(70,59,67)
#3B3238
(59,50,56)
#30292D
(48,41,45)
#252022
(37,32,34)
#1A1717
(26,23,23)
#0F0E0C
(15,14,12)
#000000
(0,0,0)

Tints of #7D687A

#7D687A
(125,104,122)
#887586
(136,117,134)
#938292
(147,130,146)
#9E8F9E
(158,143,158)
#A99CAA
(169,156,170)
#B4A9B6
(180,169,182)
#BFB6C2
(191,182,194)
#CAC3CE
(202,195,206)
#D5D0DA
(213,208,218)
#E0DDE6
(224,221,230)
#EBEAF2
(235,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D687A; }

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

This text font color is #7D687A.


Background Color

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

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

This div background color is #7D687A.


Border color

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

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

This div border color is #7D687A.


Opacity

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

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

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

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

This text has shadow with #7D687A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D687A on black background.


Color preview on white background

This text has color #7D687A on white background.



Black color preview on #7D687A background

This text has black color on #7D687A background.


White color preview on #7D687A background

This text has white color on #7D687A background.