COLOR #76827A

HEX: #76827A
RGB: (118,130,122)

Renk bilgisi

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

RGB renk modeli

#76827A color RGB value is (118,130,122).

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

RGB bağlantıları ve doygunluk

R 118 of 255 = 46%
G 130 of 255 = 51%
B 122 of 255 = 48%

118
130
122

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

Yüzdelerle RGB renk parçaları

R + G + B =
118 + 130 + 122 = 370 (100%)
R 118 of 370 ~ 31.89%
G 130 of 370 ~ 35.14%
B 122 of 370 ~ 32.97%

%31.89
%35.14
%32.97

CMYK RENK MODELİ

#76827A rengi CMYK tonu (9,0,6,49).

  • camgöbeği tonu 9.23%
  • eflatun tonu 0.00%
  • sarı tonu 6.15%
  • ana renk tonu 49.02%
CMYK:
(9,0,6,49)
C9M0Y6K49 
(9%,0%,6%,49%)
(0.09/0.00/0.06/0.49)	

CMYK yüzdeleri

%9.23
%0
%6.15
%49.02

Codes

Color #76827A in popluar color models

76827A
RGB118130122
HSL140°4.84%48.63%
HSB/HSV140°9.23%50.98%
CMYK9.23%0.00%6.15%
49.02%

Color #76827A in popluar number systems.

HEX76827A
Decimal118130122
Binary1110110100000101111010
Octal166202172

Shades and tints

Shades of #76827A

#76827A
(118,130,122)
#6C776F
(108,119,111)
#626C64
(98,108,100)
#586159
(88,97,89)
#4E564E
(78,86,78)
#444B43
(68,75,67)
#3A4038
(58,64,56)
#30352D
(48,53,45)
#262A22
(38,42,34)
#1C1F17
(28,31,23)
#12140C
(18,20,12)
#000000
(0,0,0)

Tints of #76827A

#76827A
(118,130,122)
#828D86
(130,141,134)
#8E9892
(142,152,146)
#9AA39E
(154,163,158)
#A6AEAA
(166,174,170)
#B2B9B6
(178,185,182)
#BEC4C2
(190,196,194)
#CACFCE
(202,207,206)
#D6DADA
(214,218,218)
#E2E5E6
(226,229,230)
#EEF0F2
(238,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76827A color. Also use rgb(118,130,122) instead hex code.

Text Font Color

.myTextColor { color: #76827A; }

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

This text font color is #76827A.


Background Color

.myBgColor { background-color: #76827A; }

<div style="background-color:#76827A">Inner text</div>

This div background color is #76827A.


Border color

.myBorderColor { border: 1px solid #76827A; }

<div style="border:3px solid #76827A">Div</div>

This div border color is #76827A.


Opacity

.myOpacity80 { color: #76827A; opacity: 0.8; }

<p style="color:#76827A;opacity:0.8;">80%</p>

Text with #76827A 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 #76827A;}

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

This text has shadow with #76827A color.

.textShadow {text-shadow: 3px 3px 1px #76827A, 3px 3px 1px red;}

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

This text has shadow with #76827A primary color and red secondary color.


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

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

This text has shadow with #76827A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76827A on black background.


Color preview on white background

This text has color #76827A on white background.



Black color preview on #76827A background

This text has black color on #76827A background.


White color preview on #76827A background

This text has white color on #76827A background.