COLOR #776651

HEX: #776651
RGB: (119,102,81)

Renk bilgisi

#776651 contains red, green and blue colors in about the same proportion. #776651 ‘ nin web güvenlik rengi #666666 (ya da #666) dir.

RGB renk modeli

#776651 color RGB value is (119,102,81).

  • kırmız ton 119;
  • yeşil ton 102;
  • mavi ton 81.
RGB:
(119,102,81)
(47%,40%,32%)

RGB bağlantıları ve doygunluk

R 119 of 255 = 47%
G 102 of 255 = 40%
B 81 of 255 = 32%

119
102
81

R + G + B ~ 40%. #776651 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
119 + 102 + 81 = 302 (100%)
R 119 of 302 ~ 39.4%
G 102 of 302 ~ 33.77%
B 81 of 302 ~ 26.82%

%39.4
%33.77
%26.82

CMYK RENK MODELİ

#776651 rengi CMYK tonu (0,14,32,53).

  • camgöbeği tonu 0.00%
  • eflatun tonu 14.29%
  • sarı tonu 31.93%
  • ana renk tonu 53.33%
CMYK:
(0,14,32,53)
C0M14Y32K53 
(0%,14%,32%,53%)
(0.00/0.14/0.32/0.53)	

CMYK yüzdeleri

%0
%14.29
%31.93
%53.33

Codes

Color #776651 in popluar color models

776651
RGB11910281
HSL33°19.00%39.22%
HSB/HSV33°31.93%46.67%
CMYK0.00%14.29%31.93%
53.33%

Color #776651 in popluar number systems.

HEX776651
Decimal11910281
Binary111011111001101010001
Octal167146121

Shades and tints

Shades of #776651

#776651
(119,102,81)
#6D5D4A
(109,93,74)
#635443
(99,84,67)
#594B3C
(89,75,60)
#4F4235
(79,66,53)
#45392E
(69,57,46)
#3B3027
(59,48,39)
#312720
(49,39,32)
#271E19
(39,30,25)
#1D1512
(29,21,18)
#130C0B
(19,12,11)
#000000
(0,0,0)

Tints of #776651

#776651
(119,102,81)
#837360
(131,115,96)
#8F806F
(143,128,111)
#9B8D7E
(155,141,126)
#A79A8D
(167,154,141)
#B3A79C
(179,167,156)
#BFB4AB
(191,180,171)
#CBC1BA
(203,193,186)
#D7CEC9
(215,206,201)
#E3DBD8
(227,219,216)
#EFE8E7
(239,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #776651 color. Also use rgb(119,102,81) instead hex code.

Text Font Color

.myTextColor { color: #776651; }

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

This text font color is #776651.


Background Color

.myBgColor { background-color: #776651; }

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

This div background color is #776651.


Border color

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

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

This div border color is #776651.


Opacity

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

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

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

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

This text has shadow with #776651 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #776651 on black background.


Color preview on white background

This text has color #776651 on white background.



Black color preview on #776651 background

This text has black color on #776651 background.


White color preview on #776651 background

This text has white color on #776651 background.