COLOR #7B837D

HEX: #7B837D
RGB: (123,131,125)

Renk bilgisi

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

RGB renk modeli

#7B837D color RGB value is (123,131,125).

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

RGB bağlantıları ve doygunluk

R 123 of 255 = 48%
G 131 of 255 = 51%
B 125 of 255 = 49%

123
131
125

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

Yüzdelerle RGB renk parçaları

R + G + B =
123 + 131 + 125 = 379 (100%)
R 123 of 379 ~ 32.45%
G 131 of 379 ~ 34.56%
B 125 of 379 ~ 32.98%

%32.45
%34.56
%32.98

CMYK RENK MODELİ

#7B837D rengi CMYK tonu (6,0,5,49).

  • camgöbeği tonu 6.11%
  • eflatun tonu 0.00%
  • sarı tonu 4.58%
  • ana renk tonu 48.63%
CMYK:
(6,0,5,49)
C6M0Y5K49 
(6%,0%,5%,49%)
(0.06/0.00/0.05/0.49)	

CMYK yüzdeleri

%6.11
%0
%4.58
%48.63

Codes

Color #7B837D in popluar color models

7B837D
RGB123131125
HSL135°3.15%49.80%
HSB/HSV135°6.11%51.37%
CMYK6.11%0.00%4.58%
48.63%

Color #7B837D in popluar number systems.

HEX7B837D
Decimal123131125
Binary1111011100000111111101
Octal173203175

Shades and tints

Shades of #7B837D

#7B837D
(123,131,125)
#707872
(112,120,114)
#656D67
(101,109,103)
#5A625C
(90,98,92)
#4F5751
(79,87,81)
#444C46
(68,76,70)
#39413B
(57,65,59)
#2E3630
(46,54,48)
#232B25
(35,43,37)
#18201A
(24,32,26)
#0D150F
(13,21,15)
#000000
(0,0,0)

Tints of #7B837D

#7B837D
(123,131,125)
#878E88
(135,142,136)
#939993
(147,153,147)
#9FA49E
(159,164,158)
#ABAFA9
(171,175,169)
#B7BAB4
(183,186,180)
#C3C5BF
(195,197,191)
#CFD0CA
(207,208,202)
#DBDBD5
(219,219,213)
#E7E6E0
(231,230,224)
#F3F1EB
(243,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B837D; }

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

This text font color is #7B837D.


Background Color

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

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

This div background color is #7B837D.


Border color

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

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

This div border color is #7B837D.


Opacity

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

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

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

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

This text has shadow with #7B837D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B837D on black background.


Color preview on white background

This text has color #7B837D on white background.



Black color preview on #7B837D background

This text has black color on #7B837D background.


White color preview on #7B837D background

This text has white color on #7B837D background.