COLOR #76877A

HEX: #76877A
RGB: (118,135,122)

Renk bilgisi

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

RGB renk modeli

#76877A color RGB value is (118,135,122).

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

RGB bağlantıları ve doygunluk

R 118 of 255 = 46%
G 135 of 255 = 53%
B 122 of 255 = 48%

118
135
122

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

Yüzdelerle RGB renk parçaları

R + G + B =
118 + 135 + 122 = 375 (100%)
R 118 of 375 ~ 31.47%
G 135 of 375 ~ 36%
B 122 of 375 ~ 32.53%

%31.47
%36
%32.53

CMYK RENK MODELİ

#76877A rengi CMYK tonu (13,0,10,47).

  • camgöbeği tonu 12.59%
  • eflatun tonu 0.00%
  • sarı tonu 9.63%
  • ana renk tonu 47.06%
CMYK:
(13,0,10,47)
C13M0Y10K47 
(13%,0%,10%,47%)
(0.13/0.00/0.10/0.47)	

CMYK yüzdeleri

%12.59
%0
%9.63
%47.06

Codes

Color #76877A in popluar color models

76877A
RGB118135122
HSL134°6.72%49.61%
HSB/HSV134°12.59%52.94%
CMYK12.59%0.00%9.63%
47.06%

Color #76877A in popluar number systems.

HEX76877A
Decimal118135122
Binary1110110100001111111010
Octal166207172

Shades and tints

Shades of #76877A

#76877A
(118,135,122)
#6C7B6F
(108,123,111)
#626F64
(98,111,100)
#586359
(88,99,89)
#4E574E
(78,87,78)
#444B43
(68,75,67)
#3A3F38
(58,63,56)
#30332D
(48,51,45)
#262722
(38,39,34)
#1C1B17
(28,27,23)
#120F0C
(18,15,12)
#000000
(0,0,0)

Tints of #76877A

#76877A
(118,135,122)
#829186
(130,145,134)
#8E9B92
(142,155,146)
#9AA59E
(154,165,158)
#A6AFAA
(166,175,170)
#B2B9B6
(178,185,182)
#BEC3C2
(190,195,194)
#CACDCE
(202,205,206)
#D6D7DA
(214,215,218)
#E2E1E6
(226,225,230)
#EEEBF2
(238,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76877A; }

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

This text font color is #76877A.


Background Color

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

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

This div background color is #76877A.


Border color

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

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

This div border color is #76877A.


Opacity

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

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

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

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

This text has shadow with #76877A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76877A on black background.


Color preview on white background

This text has color #76877A on white background.



Black color preview on #76877A background

This text has black color on #76877A background.


White color preview on #76877A background

This text has white color on #76877A background.