COLOR #767151

HEX: #767151
RGB: (118,113,81)

Color info

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

RGB color model

#767151 color RGB value is (118,113,81).

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

RGB channels and saturation

R 118 of 255 = 46%
G 113 of 255 = 44%
B 81 of 255 = 32%

118
113
81

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

Portions of RGB colors in percentages

R + G + B =
118 + 113 + 81 = 312 (100%)
R 118 of 312 ~ 37.82%
G 113 of 312 ~ 36.22%
B 81 of 312 ~ 25.96%

%37.82
%36.22
%25.96

CMYK color model

#767151 color CMYK value is (0,4,31,54).

  • cyan value is 0.00%
  • magenta value is 4.24%
  • yellow value is 31.36%
  • key color value is 53.73%
CMYK:
(0,4,31,54)
C0M4Y31K54 
(0%,4%,31%,54%)
(0.00/0.04/0.31/0.54)	

CMYK percentages

%0
%4.24
%31.36
%53.73

Codes

Color #767151 in popluar color models

767151
RGB11811381
HSL52°18.59%39.02%
HSB/HSV52°31.36%46.27%
CMYK0.00%4.24%31.36%
53.73%

Color #767151 in popluar number systems.

HEX767151
Decimal11811381
Binary111011011100011010001
Octal166161121

Shades and tints

Shades of #767151

#767151
(118,113,81)
#6C674A
(108,103,74)
#625D43
(98,93,67)
#58533C
(88,83,60)
#4E4935
(78,73,53)
#443F2E
(68,63,46)
#3A3527
(58,53,39)
#302B20
(48,43,32)
#262119
(38,33,25)
#1C1712
(28,23,18)
#120D0B
(18,13,11)
#000000
(0,0,0)

Tints of #767151

#767151
(118,113,81)
#827D60
(130,125,96)
#8E896F
(142,137,111)
#9A957E
(154,149,126)
#A6A18D
(166,161,141)
#B2AD9C
(178,173,156)
#BEB9AB
(190,185,171)
#CAC5BA
(202,197,186)
#D6D1C9
(214,209,201)
#E2DDD8
(226,221,216)
#EEE9E7
(238,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #767151; }

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

This text font color is #767151.


Background Color

.myBgColor { background-color: #767151; }

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

This div background color is #767151.


Border color

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

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

This div border color is #767151.


Opacity

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

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

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

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

This text has shadow with #767151 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #767151 on black background.


Color preview on white background

This text has color #767151 on white background.



Black color preview on #767151 background

This text has black color on #767151 background.


White color preview on #767151 background

This text has white color on #767151 background.