COLOR #776B25

HEX: #776B25
RGB: (119,107,37)

Renk bilgisi

#776B25 contains mainly red and green colors. #776B25 ‘ nin web güvenlik rengi #666633 (ya da #663) dir.

RGB renk modeli

#776B25 color RGB value is (119,107,37).

  • kırmız ton 119;
  • yeşil ton 107;
  • mavi ton 37.
RGB:
(119,107,37)
(47%,42%,15%)

RGB bağlantıları ve doygunluk

R 119 of 255 = 47%
G 107 of 255 = 42%
B 37 of 255 = 15%

119
107
37

R + G + B ~ 35%. #776B25 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
119 + 107 + 37 = 263 (100%)
R 119 of 263 ~ 45.25%
G 107 of 263 ~ 40.68%
B 37 of 263 ~ 14.07%

%45.25
%40.68
%14.07

CMYK RENK MODELİ

#776B25 rengi CMYK tonu (0,10,69,53).

  • camgöbeği tonu 0.00%
  • eflatun tonu 10.08%
  • sarı tonu 68.91%
  • ana renk tonu 53.33%
CMYK:
(0,10,69,53)
C0M10Y69K53 
(0%,10%,69%,53%)
(0.00/0.10/0.69/0.53)	

CMYK yüzdeleri

%0
%10.08
%68.91
%53.33

Codes

Color #776B25 in popluar color models

776B25
RGB11910737
HSL51°52.56%30.59%
HSB/HSV51°68.91%46.67%
CMYK0.00%10.08%68.91%
53.33%

Color #776B25 in popluar number systems.

HEX776B25
Decimal11910737
Binary11101111101011100101
Octal16715345

Shades and tints

Shades of #776B25

#776B25
(119,107,37)
#6D6222
(109,98,34)
#63591F
(99,89,31)
#59501C
(89,80,28)
#4F4719
(79,71,25)
#453E16
(69,62,22)
#3B3513
(59,53,19)
#312C10
(49,44,16)
#27230D
(39,35,13)
#1D1A0A
(29,26,10)
#131107
(19,17,7)
#000000
(0,0,0)

Tints of #776B25

#776B25
(119,107,37)
#837838
(131,120,56)
#8F854B
(143,133,75)
#9B925E
(155,146,94)
#A79F71
(167,159,113)
#B3AC84
(179,172,132)
#BFB997
(191,185,151)
#CBC6AA
(203,198,170)
#D7D3BD
(215,211,189)
#E3E0D0
(227,224,208)
#EFEDE3
(239,237,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #776B25 color. Also use rgb(119,107,37) instead hex code.

Text Font Color

.myTextColor { color: #776B25; }

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

This text font color is #776B25.


Background Color

.myBgColor { background-color: #776B25; }

<div style="background-color:#776B25">Inner text</div>

This div background color is #776B25.


Border color

.myBorderColor { border: 1px solid #776B25; }

<div style="border:3px solid #776B25">Div</div>

This div border color is #776B25.


Opacity

.myOpacity80 { color: #776B25; opacity: 0.8; }

<p style="color:#776B25;opacity:0.8;">80%</p>

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

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

This text has shadow with #776B25 color.

.textShadow {text-shadow: 3px 3px 1px #776B25, 3px 3px 1px red;}

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

This text has shadow with #776B25 primary color and red secondary color.


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

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

This text has shadow with #776B25 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #776B25 on black background.


Color preview on white background

This text has color #776B25 on white background.



Black color preview on #776B25 background

This text has black color on #776B25 background.


White color preview on #776B25 background

This text has white color on #776B25 background.