COLOR #768A42

HEX: #768A42 RGB: (118,138,66)

Color info

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

RGB color model

#768A42 color RGB value is (118,138,66).

RGB: (118,138,66) (46%, 54%, 26%)

RGB channels and saturation

R 118 of 255 = 46%
G 138 of 255 = 54%
B 66 of 255 = 26%

118
138
66

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

Portions of RGB colors in percentages

R + G + B = 118 + 138 + 66 = 322 (100%)
R 118 of 322 ~ 36.65%
G 138 of 322 ~ 42.86%
B 66 of 322 ~ 20.5'%

%36.65
%42.86
%20.5

CMYK color model

#768A42 color CMYK value is (14,0,52,46).

  • cyan value is 14.49%
  • magenta value is 0.00%
  • yellow value is 52.17%
  • key color value is 45.88%

CMYK: (14,0,52,46)
C14M0Y52K46 (14%, 0%, 52%, 46%)
(0.14 / 0.00 / 0.52 / 0.46)

CMYK percentages

%14.49
%0
%52.17
%45.88

Codes

Color #768A42 in popluar color models

76 8A 42
RGB 118 138 66
HSL 77° 35.29% 40.00%
HSB/HSV 77° 52.17% 54.12%
CMYK 14.49% 0.00% 52.17%
45.88%

Color #768A42 in popluar number systems.

HEX 76 8A 42
Decimal 118 138 66
Binary 1110110 10001010 1000010
Octal 166 212 102

Shades and tints

Shades of #768A42

#768A42
(118,138,66)
#6C7E3C
(108,126,60)
#627236
(98,114,54)
#586630
(88,102,48)
#4E5A2A
(78,90,42)
#444E24
(68,78,36)
#3A421E
(58,66,30)
#303618
(48,54,24)
#262A12
(38,42,18)
#1C1E0C
(28,30,12)
#121206
(18,18,6)
#000000
(0,0,0)

Tints of #768A42

#768A42
(118,138,66)
#829453
(130,148,83)
#8E9E64
(142,158,100)
#9AA875
(154,168,117)
#A6B286
(166,178,134)
#B2BC97
(178,188,151)
#BEC6A8
(190,198,168)
#CAD0B9
(202,208,185)
#D6DACA
(214,218,202)
#E2E4DB
(226,228,219)
#EEEEEC
(238,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #768A42 color. Also use rgb(118,138,66) instead hex code.

Text Font Color

.myTextColor { color: #768A42; }

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

This text font color is #768A42.

Background Color

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

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

This div background color is #768A42.

Border color

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

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

This div border color is #768A42.

Opacity

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

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

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

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

This text has shadow with #768A42 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #768A42.

Preview

Color preview on black background

This text has color #768A42 on black background.


Color preview on white background

This text has color #768A42 on white background.


Black color preview on #768A42 background

This text has black color on #768A42 background.


White color preview on #768A42 background

This text has white color on #768A42 background.


Related colors

Complementary color

Complementary color for #hex is #8975BD.


I love getcolorcode.com

Triadic colors

1 #42768A and #8A4276 with #768A42 are triadic colors.

2 #428A76 and #8A7642 with #768A42 are triadic colors.