COLOR #76857C

HEX: #76857C
RGB: (118,133,124)

Renk bilgisi

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

RGB renk modeli

#76857C color RGB value is (118,133,124).

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

RGB bağlantıları ve doygunluk

R 118 of 255 = 46%
G 133 of 255 = 52%
B 124 of 255 = 49%

118
133
124

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

Yüzdelerle RGB renk parçaları

R + G + B =
118 + 133 + 124 = 375 (100%)
R 118 of 375 ~ 31.47%
G 133 of 375 ~ 35.47%
B 124 of 375 ~ 33.07%

%31.47
%35.47
%33.07

CMYK RENK MODELİ

#76857C rengi CMYK tonu (11,0,7,48).

  • camgöbeği tonu 11.28%
  • eflatun tonu 0.00%
  • sarı tonu 6.77%
  • ana renk tonu 47.84%
CMYK:
(11,0,7,48)
C11M0Y7K48 
(11%,0%,7%,48%)
(0.11/0.00/0.07/0.48)	

CMYK yüzdeleri

%11.28
%0
%6.77
%47.84

Codes

Color #76857C in popluar color models

76857C
RGB118133124
HSL144°5.98%49.22%
HSB/HSV144°11.28%52.16%
CMYK11.28%0.00%6.77%
47.84%

Color #76857C in popluar number systems.

HEX76857C
Decimal118133124
Binary1110110100001011111100
Octal166205174

Shades and tints

Shades of #76857C

#76857C
(118,133,124)
#6C7971
(108,121,113)
#626D66
(98,109,102)
#58615B
(88,97,91)
#4E5550
(78,85,80)
#444945
(68,73,69)
#3A3D3A
(58,61,58)
#30312F
(48,49,47)
#262524
(38,37,36)
#1C1919
(28,25,25)
#120D0E
(18,13,14)
#000000
(0,0,0)

Tints of #76857C

#76857C
(118,133,124)
#829087
(130,144,135)
#8E9B92
(142,155,146)
#9AA69D
(154,166,157)
#A6B1A8
(166,177,168)
#B2BCB3
(178,188,179)
#BEC7BE
(190,199,190)
#CAD2C9
(202,210,201)
#D6DDD4
(214,221,212)
#E2E8DF
(226,232,223)
#EEF3EA
(238,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76857C color. Also use rgb(118,133,124) instead hex code.

Text Font Color

.myTextColor { color: #76857C; }

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

This text font color is #76857C.


Background Color

.myBgColor { background-color: #76857C; }

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

This div background color is #76857C.


Border color

.myBorderColor { border: 1px solid #76857C; }

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

This div border color is #76857C.


Opacity

.myOpacity80 { color: #76857C; opacity: 0.8; }

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

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

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

This text has shadow with #76857C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76857C on black background.


Color preview on white background

This text has color #76857C on white background.



Black color preview on #76857C background

This text has black color on #76857C background.


White color preview on #76857C background

This text has white color on #76857C background.