COLOR #77837D

HEX: #77837D
RGB: (119,131,125)

Renk bilgisi

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

RGB renk modeli

#77837D color RGB value is (119,131,125).

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

RGB bağlantıları ve doygunluk

R 119 of 255 = 47%
G 131 of 255 = 51%
B 125 of 255 = 49%

119
131
125

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

Yüzdelerle RGB renk parçaları

R + G + B =
119 + 131 + 125 = 375 (100%)
R 119 of 375 ~ 31.73%
G 131 of 375 ~ 34.93%
B 125 of 375 ~ 33.33%

%31.73
%34.93
%33.33

CMYK RENK MODELİ

#77837D rengi CMYK tonu (9,0,5,49).

  • camgöbeği tonu 9.16%
  • eflatun tonu 0.00%
  • sarı tonu 4.58%
  • ana renk tonu 48.63%
CMYK:
(9,0,5,49)
C9M0Y5K49 
(9%,0%,5%,49%)
(0.09/0.00/0.05/0.49)	

CMYK yüzdeleri

%9.16
%0
%4.58
%48.63

Codes

Color #77837D in popluar color models

77837D
RGB119131125
HSL150°4.80%49.02%
HSB/HSV150°9.16%51.37%
CMYK9.16%0.00%4.58%
48.63%

Color #77837D in popluar number systems.

HEX77837D
Decimal119131125
Binary1110111100000111111101
Octal167203175

Shades and tints

Shades of #77837D

#77837D
(119,131,125)
#6D7872
(109,120,114)
#636D67
(99,109,103)
#59625C
(89,98,92)
#4F5751
(79,87,81)
#454C46
(69,76,70)
#3B413B
(59,65,59)
#313630
(49,54,48)
#272B25
(39,43,37)
#1D201A
(29,32,26)
#13150F
(19,21,15)
#000000
(0,0,0)

Tints of #77837D

#77837D
(119,131,125)
#838E88
(131,142,136)
#8F9993
(143,153,147)
#9BA49E
(155,164,158)
#A7AFA9
(167,175,169)
#B3BAB4
(179,186,180)
#BFC5BF
(191,197,191)
#CBD0CA
(203,208,202)
#D7DBD5
(215,219,213)
#E3E6E0
(227,230,224)
#EFF1EB
(239,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77837D color. Also use rgb(119,131,125) instead hex code.

Text Font Color

.myTextColor { color: #77837D; }

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

This text font color is #77837D.


Background Color

.myBgColor { background-color: #77837D; }

<div style="background-color:#77837D">Inner text</div>

This div background color is #77837D.


Border color

.myBorderColor { border: 1px solid #77837D; }

<div style="border:3px solid #77837D">Div</div>

This div border color is #77837D.


Opacity

.myOpacity80 { color: #77837D; opacity: 0.8; }

<p style="color:#77837D;opacity:0.8;">80%</p>

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

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

This text has shadow with #77837D color.

.textShadow {text-shadow: 3px 3px 1px #77837D, 3px 3px 1px red;}

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

This text has shadow with #77837D primary color and red secondary color.


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

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

This text has shadow with #77837D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77837D on black background.


Color preview on white background

This text has color #77837D on white background.



Black color preview on #77837D background

This text has black color on #77837D background.


White color preview on #77837D background

This text has white color on #77837D background.