COLOR #76677B

HEX: #76677B
RGB: (118,103,123)

Renk bilgisi

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

RGB renk modeli

#76677B color RGB value is (118,103,123).

  • kırmız ton 118;
  • yeşil ton 103;
  • mavi ton 123.
RGB:
(118,103,123)
(46%,40%,48%)

RGB bağlantıları ve doygunluk

R 118 of 255 = 46%
G 103 of 255 = 40%
B 123 of 255 = 48%

118
103
123

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

Yüzdelerle RGB renk parçaları

R + G + B =
118 + 103 + 123 = 344 (100%)
R 118 of 344 ~ 34.3%
G 103 of 344 ~ 29.94%
B 123 of 344 ~ 35.76%

%34.3
%29.94
%35.76

CMYK RENK MODELİ

#76677B rengi CMYK tonu (4,16,0,52).

  • camgöbeği tonu 4.07%
  • eflatun tonu 16.26%
  • sarı tonu 0.00%
  • ana renk tonu 51.76%
CMYK:
(4,16,0,52)
C4M16Y0K52 
(4%,16%,0%,52%)
(0.04/0.16/0.00/0.52)	

CMYK yüzdeleri

%4.07
%16.26
%0
%51.76

Codes

Color #76677B in popluar color models

76677B
RGB118103123
HSL285°8.85%44.31%
HSB/HSV285°16.26%48.24%
CMYK4.07%16.26%0.00%
51.76%

Color #76677B in popluar number systems.

HEX76677B
Decimal118103123
Binary111011011001111111011
Octal166147173

Shades and tints

Shades of #76677B

#76677B
(118,103,123)
#6C5E70
(108,94,112)
#625565
(98,85,101)
#584C5A
(88,76,90)
#4E434F
(78,67,79)
#443A44
(68,58,68)
#3A3139
(58,49,57)
#30282E
(48,40,46)
#261F23
(38,31,35)
#1C1618
(28,22,24)
#120D0D
(18,13,13)
#000000
(0,0,0)

Tints of #76677B

#76677B
(118,103,123)
#827487
(130,116,135)
#8E8193
(142,129,147)
#9A8E9F
(154,142,159)
#A69BAB
(166,155,171)
#B2A8B7
(178,168,183)
#BEB5C3
(190,181,195)
#CAC2CF
(202,194,207)
#D6CFDB
(214,207,219)
#E2DCE7
(226,220,231)
#EEE9F3
(238,233,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76677B color. Also use rgb(118,103,123) instead hex code.

Text Font Color

.myTextColor { color: #76677B; }

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

This text font color is #76677B.


Background Color

.myBgColor { background-color: #76677B; }

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

This div background color is #76677B.


Border color

.myBorderColor { border: 1px solid #76677B; }

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

This div border color is #76677B.


Opacity

.myOpacity80 { color: #76677B; opacity: 0.8; }

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

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

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

This text has shadow with #76677B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76677B on black background.


Color preview on white background

This text has color #76677B on white background.



Black color preview on #76677B background

This text has black color on #76677B background.


White color preview on #76677B background

This text has white color on #76677B background.