COLOR #767150

HEX: #767150
RGB: (118,113,80)

Color info

#767150 contains red, green and blue colors in about the same proportion. Web safe color of #767150 is #666666 (or #666).

RGB color model

#767150 color RGB value is (118,113,80).

  • red value is 118;
  • green value is 113;
  • blue value is 80.
RGB:
(118,113,80)
(46%,44%,31%)

RGB channels and saturation

R 118 of 255 = 46%
G 113 of 255 = 44%
B 80 of 255 = 31%

118
113
80

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

Portions of RGB colors in percentages

R + G + B =
118 + 113 + 80 = 311 (100%)
R 118 of 311 ~ 37.94%
G 113 of 311 ~ 36.33%
B 80 of 311 ~ 25.72%

%37.94
%36.33
%25.72

CMYK color model

#767150 color CMYK value is (0,4,32,54).

  • cyan value is 0.00%
  • magenta value is 4.24%
  • yellow value is 32.20%
  • key color value is 53.73%
CMYK:
(0,4,32,54)
C0M4Y32K54 
(0%,4%,32%,54%)
(0.00/0.04/0.32/0.54)	

CMYK percentages

%0
%4.24
%32.2
%53.73

Codes

Color #767150 in popluar color models

767150
RGB11811380
HSL52°19.19%38.82%
HSB/HSV52°32.20%46.27%
CMYK0.00%4.24%32.20%
53.73%

Color #767150 in popluar number systems.

HEX767150
Decimal11811380
Binary111011011100011010000
Octal166161120

Shades and tints

Shades of #767150

#767150
(118,113,80)
#6C6749
(108,103,73)
#625D42
(98,93,66)
#58533B
(88,83,59)
#4E4934
(78,73,52)
#443F2D
(68,63,45)
#3A3526
(58,53,38)
#302B1F
(48,43,31)
#262118
(38,33,24)
#1C1711
(28,23,17)
#120D0A
(18,13,10)
#000000
(0,0,0)

Tints of #767150

#767150
(118,113,80)
#827D5F
(130,125,95)
#8E896E
(142,137,110)
#9A957D
(154,149,125)
#A6A18C
(166,161,140)
#B2AD9B
(178,173,155)
#BEB9AA
(190,185,170)
#CAC5B9
(202,197,185)
#D6D1C8
(214,209,200)
#E2DDD7
(226,221,215)
#EEE9E6
(238,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #767150 color. Also use rgb(118,113,80) instead hex code.

Text Font Color

.myTextColor { color: #767150; }

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

This text font color is #767150.


Background Color

.myBgColor { background-color: #767150; }

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

This div background color is #767150.


Border color

.myBorderColor { border: 1px solid #767150; }

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

This div border color is #767150.


Opacity

.myOpacity80 { color: #767150; opacity: 0.8; }

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

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

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

This text has shadow with #767150 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #767150 on black background.


Color preview on white background

This text has color #767150 on white background.



Black color preview on #767150 background

This text has black color on #767150 background.


White color preview on #767150 background

This text has white color on #767150 background.