COLOR #76837B

HEX: #76837B
RGB: (118,131,123)

Renk bilgisi

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

RGB renk modeli

#76837B color RGB value is (118,131,123).

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

RGB bağlantıları ve doygunluk

R 118 of 255 = 46%
G 131 of 255 = 51%
B 123 of 255 = 48%

118
131
123

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

Yüzdelerle RGB renk parçaları

R + G + B =
118 + 131 + 123 = 372 (100%)
R 118 of 372 ~ 31.72%
G 131 of 372 ~ 35.22%
B 123 of 372 ~ 33.06%

%31.72
%35.22
%33.06

CMYK RENK MODELİ

#76837B rengi CMYK tonu (10,0,6,49).

  • camgöbeği tonu 9.92%
  • eflatun tonu 0.00%
  • sarı tonu 6.11%
  • ana renk tonu 48.63%
CMYK:
(10,0,6,49)
C10M0Y6K49 
(10%,0%,6%,49%)
(0.10/0.00/0.06/0.49)	

CMYK yüzdeleri

%9.92
%0
%6.11
%48.63

Codes

Color #76837B in popluar color models

76837B
RGB118131123
HSL143°5.22%48.82%
HSB/HSV143°9.92%51.37%
CMYK9.92%0.00%6.11%
48.63%

Color #76837B in popluar number systems.

HEX76837B
Decimal118131123
Binary1110110100000111111011
Octal166203173

Shades and tints

Shades of #76837B

#76837B
(118,131,123)
#6C7870
(108,120,112)
#626D65
(98,109,101)
#58625A
(88,98,90)
#4E574F
(78,87,79)
#444C44
(68,76,68)
#3A4139
(58,65,57)
#30362E
(48,54,46)
#262B23
(38,43,35)
#1C2018
(28,32,24)
#12150D
(18,21,13)
#000000
(0,0,0)

Tints of #76837B

#76837B
(118,131,123)
#828E87
(130,142,135)
#8E9993
(142,153,147)
#9AA49F
(154,164,159)
#A6AFAB
(166,175,171)
#B2BAB7
(178,186,183)
#BEC5C3
(190,197,195)
#CAD0CF
(202,208,207)
#D6DBDB
(214,219,219)
#E2E6E7
(226,230,231)
#EEF1F3
(238,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76837B; }

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

This text font color is #76837B.


Background Color

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

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

This div background color is #76837B.


Border color

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

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

This div border color is #76837B.


Opacity

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

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

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

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

This text has shadow with #76837B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76837B on black background.


Color preview on white background

This text has color #76837B on white background.



Black color preview on #76837B background

This text has black color on #76837B background.


White color preview on #76837B background

This text has white color on #76837B background.