COLOR #776007

HEX: #776007
RGB: (119,96,7)

Renk bilgisi

#776007 contains mainly red and green colors. #776007 ‘ nin web güvenlik rengi #666600 (ya da #660) dir.

RGB renk modeli

#776007 color RGB value is (119,96,7).

  • kırmız ton 119;
  • yeşil ton 96;
  • mavi ton 7.
RGB:
(119,96,7)
(47%,38%,3%)

RGB bağlantıları ve doygunluk

R 119 of 255 = 47%
G 96 of 255 = 38%
B 7 of 255 = 3%

119
96
7

R + G + B ~ 29%. #776007 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
119 + 96 + 7 = 222 (100%)
R 119 of 222 ~ 53.6%
G 96 of 222 ~ 43.24%
B 7 of 222 ~ 3.15%

%53.6
%43.24

CMYK RENK MODELİ

#776007 rengi CMYK tonu (0,19,94,53).

  • camgöbeği tonu 0.00%
  • eflatun tonu 19.33%
  • sarı tonu 94.12%
  • ana renk tonu 53.33%
CMYK:
(0,19,94,53)
C0M19Y94K53 
(0%,19%,94%,53%)
(0.00/0.19/0.94/0.53)	

CMYK yüzdeleri

%0
%19.33
%94.12
%53.33

Codes

Color #776007 in popluar color models

776007
RGB119967
HSL48°88.89%24.71%
HSB/HSV48°94.12%46.67%
CMYK0.00%19.33%94.12%
53.33%

Color #776007 in popluar number systems.

HEX776007
Decimal119967
Binary11101111100000111
Octal1671407

Shades and tints

Shades of #776007

#776007
(119,96,7)
#6D5807
(109,88,7)
#635007
(99,80,7)
#594807
(89,72,7)
#4F4007
(79,64,7)
#453807
(69,56,7)
#3B3007
(59,48,7)
#312807
(49,40,7)
#272007
(39,32,7)
#1D1807
(29,24,7)
#131007
(19,16,7)
#000000
(0,0,0)

Tints of #776007

#776007
(119,96,7)
#836E1D
(131,110,29)
#8F7C33
(143,124,51)
#9B8A49
(155,138,73)
#A7985F
(167,152,95)
#B3A675
(179,166,117)
#BFB48B
(191,180,139)
#CBC2A1
(203,194,161)
#D7D0B7
(215,208,183)
#E3DECD
(227,222,205)
#EFECE3
(239,236,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #776007 color. Also use rgb(119,96,7) instead hex code.

Text Font Color

.myTextColor { color: #776007; }

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

This text font color is #776007.


Background Color

.myBgColor { background-color: #776007; }

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

This div background color is #776007.


Border color

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

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

This div border color is #776007.


Opacity

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

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

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

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

This text has shadow with #776007 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #776007 on black background.


Color preview on white background

This text has color #776007 on white background.



Black color preview on #776007 background

This text has black color on #776007 background.


White color preview on #776007 background

This text has white color on #776007 background.