COLOR #768975

HEX: #768975
RGB: (118,137,117)

Color info

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

RGB color model

#768975 color RGB value is (118,137,117).

  • red value is 118;
  • green value is 137;
  • blue value is 117.
RGB:
(118,137,117)
(46%,54%,46%)

RGB channels and saturation

R 118 of 255 = 46%
G 137 of 255 = 54%
B 117 of 255 = 46%

118
137
117

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

Portions of RGB colors in percentages

R + G + B =
118 + 137 + 117 = 372 (100%)
R 118 of 372 ~ 31.72%
G 137 of 372 ~ 36.83%
B 117 of 372 ~ 31.45%

%31.72
%36.83
%31.45

CMYK color model

#768975 color CMYK value is (14,0,15,46).

  • cyan value is 13.87%
  • magenta value is 0.00%
  • yellow value is 14.60%
  • key color value is 46.27%
CMYK:
(14,0,15,46)
C14M0Y15K46 
(14%,0%,15%,46%)
(0.14/0.00/0.15/0.46)	

CMYK percentages

%13.87
%0
%14.6
%46.27

Codes

Color #768975 in popluar color models

768975
RGB118137117
HSL117°7.87%49.80%
HSB/HSV117°14.60%53.73%
CMYK13.87%0.00%14.60%
46.27%

Color #768975 in popluar number systems.

HEX768975
Decimal118137117
Binary1110110100010011110101
Octal166211165

Shades and tints

Shades of #768975

#768975
(118,137,117)
#6C7D6B
(108,125,107)
#627161
(98,113,97)
#586557
(88,101,87)
#4E594D
(78,89,77)
#444D43
(68,77,67)
#3A4139
(58,65,57)
#30352F
(48,53,47)
#262925
(38,41,37)
#1C1D1B
(28,29,27)
#121111
(18,17,17)
#000000
(0,0,0)

Tints of #768975

#768975
(118,137,117)
#829381
(130,147,129)
#8E9D8D
(142,157,141)
#9AA799
(154,167,153)
#A6B1A5
(166,177,165)
#B2BBB1
(178,187,177)
#BEC5BD
(190,197,189)
#CACFC9
(202,207,201)
#D6D9D5
(214,217,213)
#E2E3E1
(226,227,225)
#EEEDED
(238,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #768975 color. Also use rgb(118,137,117) instead hex code.

Text Font Color

.myTextColor { color: #768975; }

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

This text font color is #768975.


Background Color

.myBgColor { background-color: #768975; }

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

This div background color is #768975.


Border color

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

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

This div border color is #768975.


Opacity

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

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

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

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

This text has shadow with #768975 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #768975 on black background.


Color preview on white background

This text has color #768975 on white background.



Black color preview on #768975 background

This text has black color on #768975 background.


White color preview on #768975 background

This text has white color on #768975 background.