COLOR #767B48

HEX: #767B48
RGB: (118,123,72)

Color info

#767B48 contains red, green and blue colors in about the same proportion. Web safe color of #767B48 is #666633 (or #663).

RGB color model

#767B48 color RGB value is (118,123,72).

  • red value is 118;
  • green value is 123;
  • blue value is 72.
RGB:
(118,123,72)
(46%,48%,28%)

RGB channels and saturation

R 118 of 255 = 46%
G 123 of 255 = 48%
B 72 of 255 = 28%

118
123
72

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

Portions of RGB colors in percentages

R + G + B =
118 + 123 + 72 = 313 (100%)
R 118 of 313 ~ 37.7%
G 123 of 313 ~ 39.3%
B 72 of 313 ~ 23%

%37.7
%39.3
%23

CMYK color model

#767B48 color CMYK value is (4,0,41,52).

  • cyan value is 4.07%
  • magenta value is 0.00%
  • yellow value is 41.46%
  • key color value is 51.76%
CMYK:
(4,0,41,52)
C4M0Y41K52 
(4%,0%,41%,52%)
(0.04/0.00/0.41/0.52)	

CMYK percentages

%4.07
%0
%41.46
%51.76

Codes

Color #767B48 in popluar color models

767B48
RGB11812372
HSL66°26.15%38.24%
HSB/HSV66°41.46%48.24%
CMYK4.07%0.00%41.46%
51.76%

Color #767B48 in popluar number systems.

HEX767B48
Decimal11812372
Binary111011011110111001000
Octal166173110

Shades and tints

Shades of #767B48

#767B48
(118,123,72)
#6C7042
(108,112,66)
#62653C
(98,101,60)
#585A36
(88,90,54)
#4E4F30
(78,79,48)
#44442A
(68,68,42)
#3A3924
(58,57,36)
#302E1E
(48,46,30)
#262318
(38,35,24)
#1C1812
(28,24,18)
#120D0C
(18,13,12)
#000000
(0,0,0)

Tints of #767B48

#767B48
(118,123,72)
#828758
(130,135,88)
#8E9368
(142,147,104)
#9A9F78
(154,159,120)
#A6AB88
(166,171,136)
#B2B798
(178,183,152)
#BEC3A8
(190,195,168)
#CACFB8
(202,207,184)
#D6DBC8
(214,219,200)
#E2E7D8
(226,231,216)
#EEF3E8
(238,243,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #767B48 color. Also use rgb(118,123,72) instead hex code.

Text Font Color

.myTextColor { color: #767B48; }

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

This text font color is #767B48.


Background Color

.myBgColor { background-color: #767B48; }

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

This div background color is #767B48.


Border color

.myBorderColor { border: 1px solid #767B48; }

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

This div border color is #767B48.


Opacity

.myOpacity80 { color: #767B48; opacity: 0.8; }

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

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

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

This text has shadow with #767B48 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #767B48 on black background.


Color preview on white background

This text has color #767B48 on white background.



Black color preview on #767B48 background

This text has black color on #767B48 background.


White color preview on #767B48 background

This text has white color on #767B48 background.