COLOR #776469

HEX: #776469
RGB: (119,100,105)

Renk bilgisi

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

RGB renk modeli

#776469 color RGB value is (119,100,105).

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

RGB bağlantıları ve doygunluk

R 119 of 255 = 47%
G 100 of 255 = 39%
B 105 of 255 = 41%

119
100
105

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

Yüzdelerle RGB renk parçaları

R + G + B =
119 + 100 + 105 = 324 (100%)
R 119 of 324 ~ 36.73%
G 100 of 324 ~ 30.86%
B 105 of 324 ~ 32.41%

%36.73
%30.86
%32.41

CMYK RENK MODELİ

#776469 rengi CMYK tonu (0,16,12,53).

  • camgöbeği tonu 0.00%
  • eflatun tonu 15.97%
  • sarı tonu 11.76%
  • ana renk tonu 53.33%
CMYK:
(0,16,12,53)
C0M16Y12K53 
(0%,16%,12%,53%)
(0.00/0.16/0.12/0.53)	

CMYK yüzdeleri

%0
%15.97
%11.76
%53.33

Codes

Color #776469 in popluar color models

776469
RGB119100105
HSL344°8.68%42.94%
HSB/HSV344°15.97%46.67%
CMYK0.00%15.97%11.76%
53.33%

Color #776469 in popluar number systems.

HEX776469
Decimal119100105
Binary111011111001001101001
Octal167144151

Shades and tints

Shades of #776469

#776469
(119,100,105)
#6D5B60
(109,91,96)
#635257
(99,82,87)
#59494E
(89,73,78)
#4F4045
(79,64,69)
#45373C
(69,55,60)
#3B2E33
(59,46,51)
#31252A
(49,37,42)
#271C21
(39,28,33)
#1D1318
(29,19,24)
#130A0F
(19,10,15)
#000000
(0,0,0)

Tints of #776469

#776469
(119,100,105)
#837276
(131,114,118)
#8F8083
(143,128,131)
#9B8E90
(155,142,144)
#A79C9D
(167,156,157)
#B3AAAA
(179,170,170)
#BFB8B7
(191,184,183)
#CBC6C4
(203,198,196)
#D7D4D1
(215,212,209)
#E3E2DE
(227,226,222)
#EFF0EB
(239,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #776469; }

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

This text font color is #776469.


Background Color

.myBgColor { background-color: #776469; }

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

This div background color is #776469.


Border color

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

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

This div border color is #776469.


Opacity

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

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

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

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

This text has shadow with #776469 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #776469 on black background.


Color preview on white background

This text has color #776469 on white background.



Black color preview on #776469 background

This text has black color on #776469 background.


White color preview on #776469 background

This text has white color on #776469 background.