COLOR #776475

HEX: #776475
RGB: (119,100,117)

Renk bilgisi

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

RGB renk modeli

#776475 color RGB value is (119,100,117).

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

RGB bağlantıları ve doygunluk

R 119 of 255 = 47%
G 100 of 255 = 39%
B 117 of 255 = 46%

119
100
117

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

Yüzdelerle RGB renk parçaları

R + G + B =
119 + 100 + 117 = 336 (100%)
R 119 of 336 ~ 35.42%
G 100 of 336 ~ 29.76%
B 117 of 336 ~ 34.82%

%35.42
%29.76
%34.82

CMYK RENK MODELİ

#776475 rengi CMYK tonu (0,16,2,53).

  • camgöbeği tonu 0.00%
  • eflatun tonu 15.97%
  • sarı tonu 1.68%
  • ana renk tonu 53.33%
CMYK:
(0,16,2,53)
C0M16Y2K53 
(0%,16%,2%,53%)
(0.00/0.16/0.02/0.53)	

CMYK yüzdeleri

%0
%15.97
%1.68
%53.33

Codes

Color #776475 in popluar color models

776475
RGB119100117
HSL306°8.68%42.94%
HSB/HSV306°15.97%46.67%
CMYK0.00%15.97%1.68%
53.33%

Color #776475 in popluar number systems.

HEX776475
Decimal119100117
Binary111011111001001110101
Octal167144165

Shades and tints

Shades of #776475

#776475
(119,100,117)
#6D5B6B
(109,91,107)
#635261
(99,82,97)
#594957
(89,73,87)
#4F404D
(79,64,77)
#453743
(69,55,67)
#3B2E39
(59,46,57)
#31252F
(49,37,47)
#271C25
(39,28,37)
#1D131B
(29,19,27)
#130A11
(19,10,17)
#000000
(0,0,0)

Tints of #776475

#776475
(119,100,117)
#837281
(131,114,129)
#8F808D
(143,128,141)
#9B8E99
(155,142,153)
#A79CA5
(167,156,165)
#B3AAB1
(179,170,177)
#BFB8BD
(191,184,189)
#CBC6C9
(203,198,201)
#D7D4D5
(215,212,213)
#E3E2E1
(227,226,225)
#EFF0ED
(239,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #776475; }

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

This text font color is #776475.


Background Color

.myBgColor { background-color: #776475; }

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

This div background color is #776475.


Border color

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

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

This div border color is #776475.


Opacity

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

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

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

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

This text has shadow with #776475 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #776475 on black background.


Color preview on white background

This text has color #776475 on white background.



Black color preview on #776475 background

This text has black color on #776475 background.


White color preview on #776475 background

This text has white color on #776475 background.