COLOR #768744

HEX: #768744
RGB: (118,135,68)

Color info

#768744 contains mainly red and green colors. Web safe color of #768744 is #669933 (or #693).

RGB color model

#768744 color RGB value is (118,135,68).

  • red value is 118;
  • green value is 135;
  • blue value is 68.
RGB:
(118,135,68)
(46%,53%,27%)

RGB channels and saturation

R 118 of 255 = 46%
G 135 of 255 = 53%
B 68 of 255 = 27%

118
135
68

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

Portions of RGB colors in percentages

R + G + B =
118 + 135 + 68 = 321 (100%)
R 118 of 321 ~ 36.76%
G 135 of 321 ~ 42.06%
B 68 of 321 ~ 21.18%

%36.76
%42.06
%21.18

CMYK color model

#768744 color CMYK value is (13,0,50,47).

  • cyan value is 12.59%
  • magenta value is 0.00%
  • yellow value is 49.63%
  • key color value is 47.06%
CMYK:
(13,0,50,47)
C13M0Y50K47 
(13%,0%,50%,47%)
(0.13/0.00/0.50/0.47)	

CMYK percentages

%12.59
%0
%49.63
%47.06

Codes

Color #768744 in popluar color models

768744
RGB11813568
HSL75°33.00%39.80%
HSB/HSV75°49.63%52.94%
CMYK12.59%0.00%49.63%
47.06%

Color #768744 in popluar number systems.

HEX768744
Decimal11813568
Binary1110110100001111000100
Octal166207104

Shades and tints

Shades of #768744

#768744
(118,135,68)
#6C7B3E
(108,123,62)
#626F38
(98,111,56)
#586332
(88,99,50)
#4E572C
(78,87,44)
#444B26
(68,75,38)
#3A3F20
(58,63,32)
#30331A
(48,51,26)
#262714
(38,39,20)
#1C1B0E
(28,27,14)
#120F08
(18,15,8)
#000000
(0,0,0)

Tints of #768744

#768744
(118,135,68)
#829155
(130,145,85)
#8E9B66
(142,155,102)
#9AA577
(154,165,119)
#A6AF88
(166,175,136)
#B2B999
(178,185,153)
#BEC3AA
(190,195,170)
#CACDBB
(202,205,187)
#D6D7CC
(214,215,204)
#E2E1DD
(226,225,221)
#EEEBEE
(238,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #768744; }

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

This text font color is #768744.


Background Color

.myBgColor { background-color: #768744; }

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

This div background color is #768744.


Border color

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

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

This div border color is #768744.


Opacity

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

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

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

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

This text has shadow with #768744 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #768744 on black background.


Color preview on white background

This text has color #768744 on white background.



Black color preview on #768744 background

This text has black color on #768744 background.


White color preview on #768744 background

This text has white color on #768744 background.