COLOR #768F63

HEX: #768F63
RGB: (118,143,99)

Color info

#768F63 contains red, green and blue colors in about the same proportion. Web safe color of #768F63 is #669966 (or #696).

RGB color model

#768F63 color RGB value is (118,143,99).

  • red value is 118;
  • green value is 143;
  • blue value is 99.
RGB:
(118,143,99)
(46%,56%,39%)

RGB channels and saturation

R 118 of 255 = 46%
G 143 of 255 = 56%
B 99 of 255 = 39%

118
143
99

R + G + B ~ 47%. #768F63 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
118 + 143 + 99 = 360 (100%)
R 118 of 360 ~ 32.78%
G 143 of 360 ~ 39.72%
B 99 of 360 ~ 27.5%

%32.78
%39.72
%27.5

CMYK color model

#768F63 color CMYK value is (17,0,31,44).

  • cyan value is 17.48%
  • magenta value is 0.00%
  • yellow value is 30.77%
  • key color value is 43.92%
CMYK:
(17,0,31,44)
C17M0Y31K44 
(17%,0%,31%,44%)
(0.17/0.00/0.31/0.44)	

CMYK percentages

%17.48
%0
%30.77
%43.92

Codes

Color #768F63 in popluar color models

768F63
RGB11814399
HSL94°18.18%47.45%
HSB/HSV94°30.77%56.08%
CMYK17.48%0.00%30.77%
43.92%

Color #768F63 in popluar number systems.

HEX768F63
Decimal11814399
Binary1110110100011111100011
Octal166217143

Shades and tints

Shades of #768F63

#768F63
(118,143,99)
#6C825A
(108,130,90)
#627551
(98,117,81)
#586848
(88,104,72)
#4E5B3F
(78,91,63)
#444E36
(68,78,54)
#3A412D
(58,65,45)
#303424
(48,52,36)
#26271B
(38,39,27)
#1C1A12
(28,26,18)
#120D09
(18,13,9)
#000000
(0,0,0)

Tints of #768F63

#768F63
(118,143,99)
#829971
(130,153,113)
#8EA37F
(142,163,127)
#9AAD8D
(154,173,141)
#A6B79B
(166,183,155)
#B2C1A9
(178,193,169)
#BECBB7
(190,203,183)
#CAD5C5
(202,213,197)
#D6DFD3
(214,223,211)
#E2E9E1
(226,233,225)
#EEF3EF
(238,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #768F63 color. Also use rgb(118,143,99) instead hex code.

Text Font Color

.myTextColor { color: #768F63; }

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

This text font color is #768F63.


Background Color

.myBgColor { background-color: #768F63; }

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

This div background color is #768F63.


Border color

.myBorderColor { border: 1px solid #768F63; }

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

This div border color is #768F63.


Opacity

.myOpacity80 { color: #768F63; opacity: 0.8; }

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

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

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

This text has shadow with #768F63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #768F63 on black background.


Color preview on white background

This text has color #768F63 on white background.



Black color preview on #768F63 background

This text has black color on #768F63 background.


White color preview on #768F63 background

This text has white color on #768F63 background.