COLOR #768058

HEX: #768058
RGB: (118,128,88)

Color info

#768058 contains red, green and blue colors in about the same proportion. Web safe color of #768058 is #666666 (or #666).

RGB color model

#768058 color RGB value is (118,128,88).

  • red value is 118;
  • green value is 128;
  • blue value is 88.
RGB:
(118,128,88)
(46%,50%,35%)

RGB channels and saturation

R 118 of 255 = 46%
G 128 of 255 = 50%
B 88 of 255 = 35%

118
128
88

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

Portions of RGB colors in percentages

R + G + B =
118 + 128 + 88 = 334 (100%)
R 118 of 334 ~ 35.33%
G 128 of 334 ~ 38.32%
B 88 of 334 ~ 26.35%

%35.33
%38.32
%26.35

CMYK color model

#768058 color CMYK value is (8,0,31,50).

  • cyan value is 7.81%
  • magenta value is 0.00%
  • yellow value is 31.25%
  • key color value is 49.80%
CMYK:
(8,0,31,50)
C8M0Y31K50 
(8%,0%,31%,50%)
(0.08/0.00/0.31/0.50)	

CMYK percentages

%7.81
%0
%31.25
%49.8

Codes

Color #768058 in popluar color models

768058
RGB11812888
HSL75°18.52%42.35%
HSB/HSV75°31.25%50.20%
CMYK7.81%0.00%31.25%
49.80%

Color #768058 in popluar number systems.

HEX768058
Decimal11812888
Binary1110110100000001011000
Octal166200130

Shades and tints

Shades of #768058

#768058
(118,128,88)
#6C7550
(108,117,80)
#626A48
(98,106,72)
#585F40
(88,95,64)
#4E5438
(78,84,56)
#444930
(68,73,48)
#3A3E28
(58,62,40)
#303320
(48,51,32)
#262818
(38,40,24)
#1C1D10
(28,29,16)
#121208
(18,18,8)
#000000
(0,0,0)

Tints of #768058

#768058
(118,128,88)
#828B67
(130,139,103)
#8E9676
(142,150,118)
#9AA185
(154,161,133)
#A6AC94
(166,172,148)
#B2B7A3
(178,183,163)
#BEC2B2
(190,194,178)
#CACDC1
(202,205,193)
#D6D8D0
(214,216,208)
#E2E3DF
(226,227,223)
#EEEEEE
(238,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #768058 color. Also use rgb(118,128,88) instead hex code.

Text Font Color

.myTextColor { color: #768058; }

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

This text font color is #768058.


Background Color

.myBgColor { background-color: #768058; }

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

This div background color is #768058.


Border color

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

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

This div border color is #768058.


Opacity

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

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

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

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

This text has shadow with #768058 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #768058 on black background.


Color preview on white background

This text has color #768058 on white background.



Black color preview on #768058 background

This text has black color on #768058 background.


White color preview on #768058 background

This text has white color on #768058 background.