COLOR #776462

HEX: #776462
RGB: (119,100,98)

Renk bilgisi

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

RGB renk modeli

#776462 color RGB value is (119,100,98).

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

RGB bağlantıları ve doygunluk

R 119 of 255 = 47%
G 100 of 255 = 39%
B 98 of 255 = 38%

119
100
98

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

Yüzdelerle RGB renk parçaları

R + G + B =
119 + 100 + 98 = 317 (100%)
R 119 of 317 ~ 37.54%
G 100 of 317 ~ 31.55%
B 98 of 317 ~ 30.91%

%37.54
%31.55
%30.91

CMYK RENK MODELİ

#776462 rengi CMYK tonu (0,16,18,53).

  • camgöbeği tonu 0.00%
  • eflatun tonu 15.97%
  • sarı tonu 17.65%
  • ana renk tonu 53.33%
CMYK:
(0,16,18,53)
C0M16Y18K53 
(0%,16%,18%,53%)
(0.00/0.16/0.18/0.53)	

CMYK yüzdeleri

%0
%15.97
%17.65
%53.33

Codes

Color #776462 in popluar color models

776462
RGB11910098
HSL9.68%42.55%
HSB/HSV17.65%46.67%
CMYK0.00%15.97%17.65%
53.33%

Color #776462 in popluar number systems.

HEX776462
Decimal11910098
Binary111011111001001100010
Octal167144142

Shades and tints

Shades of #776462

#776462
(119,100,98)
#6D5B5A
(109,91,90)
#635252
(99,82,82)
#59494A
(89,73,74)
#4F4042
(79,64,66)
#45373A
(69,55,58)
#3B2E32
(59,46,50)
#31252A
(49,37,42)
#271C22
(39,28,34)
#1D131A
(29,19,26)
#130A12
(19,10,18)
#000000
(0,0,0)

Tints of #776462

#776462
(119,100,98)
#837270
(131,114,112)
#8F807E
(143,128,126)
#9B8E8C
(155,142,140)
#A79C9A
(167,156,154)
#B3AAA8
(179,170,168)
#BFB8B6
(191,184,182)
#CBC6C4
(203,198,196)
#D7D4D2
(215,212,210)
#E3E2E0
(227,226,224)
#EFF0EE
(239,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #776462; }

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

This text font color is #776462.


Background Color

.myBgColor { background-color: #776462; }

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

This div background color is #776462.


Border color

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

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

This div border color is #776462.


Opacity

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

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

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

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

This text has shadow with #776462 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #776462 on black background.


Color preview on white background

This text has color #776462 on white background.



Black color preview on #776462 background

This text has black color on #776462 background.


White color preview on #776462 background

This text has white color on #776462 background.