COLOR #76847F

HEX: #76847F
RGB: (118,132,127)

Renk bilgisi

#76847F contains red, green and blue colors in about the same proportion. #76847F ‘ nin web güvenlik rengi #669966 (ya da #696) dir.

RGB renk modeli

#76847F color RGB value is (118,132,127).

  • kırmız ton 118;
  • yeşil ton 132;
  • mavi ton 127.
RGB:
(118,132,127)
(46%,52%,50%)

RGB bağlantıları ve doygunluk

R 118 of 255 = 46%
G 132 of 255 = 52%
B 127 of 255 = 50%

118
132
127

R + G + B ~ 49%. #76847F is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
118 + 132 + 127 = 377 (100%)
R 118 of 377 ~ 31.3%
G 132 of 377 ~ 35.01%
B 127 of 377 ~ 33.69%

%31.3
%35.01
%33.69

CMYK RENK MODELİ

#76847F rengi CMYK tonu (11,0,4,48).

  • camgöbeği tonu 10.61%
  • eflatun tonu 0.00%
  • sarı tonu 3.79%
  • ana renk tonu 48.24%
CMYK:
(11,0,4,48)
C11M0Y4K48 
(11%,0%,4%,48%)
(0.11/0.00/0.04/0.48)	

CMYK yüzdeleri

%10.61
%0
%3.79
%48.24

Codes

Color #76847F in popluar color models

76847F
RGB118132127
HSL159°5.60%49.02%
HSB/HSV159°10.61%51.76%
CMYK10.61%0.00%3.79%
48.24%

Color #76847F in popluar number systems.

HEX76847F
Decimal118132127
Binary1110110100001001111111
Octal166204177

Shades and tints

Shades of #76847F

#76847F
(118,132,127)
#6C7874
(108,120,116)
#626C69
(98,108,105)
#58605E
(88,96,94)
#4E5453
(78,84,83)
#444848
(68,72,72)
#3A3C3D
(58,60,61)
#303032
(48,48,50)
#262427
(38,36,39)
#1C181C
(28,24,28)
#120C11
(18,12,17)
#000000
(0,0,0)

Tints of #76847F

#76847F
(118,132,127)
#828F8A
(130,143,138)
#8E9A95
(142,154,149)
#9AA5A0
(154,165,160)
#A6B0AB
(166,176,171)
#B2BBB6
(178,187,182)
#BEC6C1
(190,198,193)
#CAD1CC
(202,209,204)
#D6DCD7
(214,220,215)
#E2E7E2
(226,231,226)
#EEF2ED
(238,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76847F color. Also use rgb(118,132,127) instead hex code.

Text Font Color

.myTextColor { color: #76847F; }

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

This text font color is #76847F.


Background Color

.myBgColor { background-color: #76847F; }

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

This div background color is #76847F.


Border color

.myBorderColor { border: 1px solid #76847F; }

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

This div border color is #76847F.


Opacity

.myOpacity80 { color: #76847F; opacity: 0.8; }

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

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

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

This text has shadow with #76847F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76847F on black background.


Color preview on white background

This text has color #76847F on white background.



Black color preview on #76847F background

This text has black color on #76847F background.


White color preview on #76847F background

This text has white color on #76847F background.