COLOR #76847D

HEX: #76847D
RGB: (118,132,125)

Renk bilgisi

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

RGB renk modeli

#76847D color RGB value is (118,132,125).

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

RGB bağlantıları ve doygunluk

R 118 of 255 = 46%
G 132 of 255 = 52%
B 125 of 255 = 49%

118
132
125

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

Yüzdelerle RGB renk parçaları

R + G + B =
118 + 132 + 125 = 375 (100%)
R 118 of 375 ~ 31.47%
G 132 of 375 ~ 35.2%
B 125 of 375 ~ 33.33%

%31.47
%35.2
%33.33

CMYK RENK MODELİ

#76847D rengi CMYK tonu (11,0,5,48).

  • camgöbeği tonu 10.61%
  • eflatun tonu 0.00%
  • sarı tonu 5.30%
  • ana renk tonu 48.24%
CMYK:
(11,0,5,48)
C11M0Y5K48 
(11%,0%,5%,48%)
(0.11/0.00/0.05/0.48)	

CMYK yüzdeleri

%10.61
%0
%5.3
%48.24

Codes

Color #76847D in popluar color models

76847D
RGB118132125
HSL150°5.60%49.02%
HSB/HSV150°10.61%51.76%
CMYK10.61%0.00%5.30%
48.24%

Color #76847D in popluar number systems.

HEX76847D
Decimal118132125
Binary1110110100001001111101
Octal166204175

Shades and tints

Shades of #76847D

#76847D
(118,132,125)
#6C7872
(108,120,114)
#626C67
(98,108,103)
#58605C
(88,96,92)
#4E5451
(78,84,81)
#444846
(68,72,70)
#3A3C3B
(58,60,59)
#303030
(48,48,48)
#262425
(38,36,37)
#1C181A
(28,24,26)
#120C0F
(18,12,15)
#000000
(0,0,0)

Tints of #76847D

#76847D
(118,132,125)
#828F88
(130,143,136)
#8E9A93
(142,154,147)
#9AA59E
(154,165,158)
#A6B0A9
(166,176,169)
#B2BBB4
(178,187,180)
#BEC6BF
(190,198,191)
#CAD1CA
(202,209,202)
#D6DCD5
(214,220,213)
#E2E7E0
(226,231,224)
#EEF2EB
(238,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76847D; }

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

This text font color is #76847D.


Background Color

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

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

This div background color is #76847D.


Border color

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

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

This div border color is #76847D.


Opacity

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

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

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

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

This text has shadow with #76847D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76847D on black background.


Color preview on white background

This text has color #76847D on white background.



Black color preview on #76847D background

This text has black color on #76847D background.


White color preview on #76847D background

This text has white color on #76847D background.