COLOR #776933

HEX: #776933
RGB: (119,105,51)

Renk bilgisi

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

RGB renk modeli

#776933 color RGB value is (119,105,51).

  • kırmız ton 119;
  • yeşil ton 105;
  • mavi ton 51.
RGB:
(119,105,51)
(47%,41%,20%)

RGB bağlantıları ve doygunluk

R 119 of 255 = 47%
G 105 of 255 = 41%
B 51 of 255 = 20%

119
105
51

R + G + B ~ 36%. #776933 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
119 + 105 + 51 = 275 (100%)
R 119 of 275 ~ 43.27%
G 105 of 275 ~ 38.18%
B 51 of 275 ~ 18.55%

%43.27
%38.18
%18.55

CMYK RENK MODELİ

#776933 rengi CMYK tonu (0,12,57,53).

  • camgöbeği tonu 0.00%
  • eflatun tonu 11.76%
  • sarı tonu 57.14%
  • ana renk tonu 53.33%
CMYK:
(0,12,57,53)
C0M12Y57K53 
(0%,12%,57%,53%)
(0.00/0.12/0.57/0.53)	

CMYK yüzdeleri

%0
%11.76
%57.14
%53.33

Codes

Color #776933 in popluar color models

776933
RGB11910551
HSL48°40.00%33.33%
HSB/HSV48°57.14%46.67%
CMYK0.00%11.76%57.14%
53.33%

Color #776933 in popluar number systems.

HEX776933
Decimal11910551
Binary11101111101001110011
Octal16715163

Shades and tints

Shades of #776933

#776933
(119,105,51)
#6D602F
(109,96,47)
#63572B
(99,87,43)
#594E27
(89,78,39)
#4F4523
(79,69,35)
#453C1F
(69,60,31)
#3B331B
(59,51,27)
#312A17
(49,42,23)
#272113
(39,33,19)
#1D180F
(29,24,15)
#130F0B
(19,15,11)
#000000
(0,0,0)

Tints of #776933

#776933
(119,105,51)
#837645
(131,118,69)
#8F8357
(143,131,87)
#9B9069
(155,144,105)
#A79D7B
(167,157,123)
#B3AA8D
(179,170,141)
#BFB79F
(191,183,159)
#CBC4B1
(203,196,177)
#D7D1C3
(215,209,195)
#E3DED5
(227,222,213)
#EFEBE7
(239,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #776933 color. Also use rgb(119,105,51) instead hex code.

Text Font Color

.myTextColor { color: #776933; }

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

This text font color is #776933.


Background Color

.myBgColor { background-color: #776933; }

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

This div background color is #776933.


Border color

.myBorderColor { border: 1px solid #776933; }

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

This div border color is #776933.


Opacity

.myOpacity80 { color: #776933; opacity: 0.8; }

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

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

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

This text has shadow with #776933 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #776933 on black background.


Color preview on white background

This text has color #776933 on white background.



Black color preview on #776933 background

This text has black color on #776933 background.


White color preview on #776933 background

This text has white color on #776933 background.