COLOR #776E5A

HEX: #776E5A
RGB: (119,110,90)

Renk bilgisi

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

RGB renk modeli

#776E5A color RGB value is (119,110,90).

  • kırmız ton 119;
  • yeşil ton 110;
  • mavi ton 90.
RGB:
(119,110,90)
(47%,43%,35%)

RGB bağlantıları ve doygunluk

R 119 of 255 = 47%
G 110 of 255 = 43%
B 90 of 255 = 35%

119
110
90

R + G + B ~ 42%. #776E5A is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
119 + 110 + 90 = 319 (100%)
R 119 of 319 ~ 37.3%
G 110 of 319 ~ 34.48%
B 90 of 319 ~ 28.21%

%37.3
%34.48
%28.21

CMYK RENK MODELİ

#776E5A rengi CMYK tonu (0,8,24,53).

  • camgöbeği tonu 0.00%
  • eflatun tonu 7.56%
  • sarı tonu 24.37%
  • ana renk tonu 53.33%
CMYK:
(0,8,24,53)
C0M8Y24K53 
(0%,8%,24%,53%)
(0.00/0.08/0.24/0.53)	

CMYK yüzdeleri

%0
%7.56
%24.37
%53.33

Codes

Color #776E5A in popluar color models

776E5A
RGB11911090
HSL41°13.88%40.98%
HSB/HSV41°24.37%46.67%
CMYK0.00%7.56%24.37%
53.33%

Color #776E5A in popluar number systems.

HEX776E5A
Decimal11911090
Binary111011111011101011010
Octal167156132

Shades and tints

Shades of #776E5A

#776E5A
(119,110,90)
#6D6452
(109,100,82)
#635A4A
(99,90,74)
#595042
(89,80,66)
#4F463A
(79,70,58)
#453C32
(69,60,50)
#3B322A
(59,50,42)
#312822
(49,40,34)
#271E1A
(39,30,26)
#1D1412
(29,20,18)
#130A0A
(19,10,10)
#000000
(0,0,0)

Tints of #776E5A

#776E5A
(119,110,90)
#837B69
(131,123,105)
#8F8878
(143,136,120)
#9B9587
(155,149,135)
#A7A296
(167,162,150)
#B3AFA5
(179,175,165)
#BFBCB4
(191,188,180)
#CBC9C3
(203,201,195)
#D7D6D2
(215,214,210)
#E3E3E1
(227,227,225)
#EFF0F0
(239,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #776E5A color. Also use rgb(119,110,90) instead hex code.

Text Font Color

.myTextColor { color: #776E5A; }

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

This text font color is #776E5A.


Background Color

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

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

This div background color is #776E5A.


Border color

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

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

This div border color is #776E5A.


Opacity

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

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

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

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

This text has shadow with #776E5A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #776E5A on black background.


Color preview on white background

This text has color #776E5A on white background.



Black color preview on #776E5A background

This text has black color on #776E5A background.


White color preview on #776E5A background

This text has white color on #776E5A background.