COLOR #766058

HEX: #766058
RGB: (118,96,88)

Color info

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

RGB color model

#766058 color RGB value is (118,96,88).

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

RGB channels and saturation

R 118 of 255 = 46%
G 96 of 255 = 38%
B 88 of 255 = 35%

118
96
88

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

Portions of RGB colors in percentages

R + G + B =
118 + 96 + 88 = 302 (100%)
R 118 of 302 ~ 39.07%
G 96 of 302 ~ 31.79%
B 88 of 302 ~ 29.14%

%39.07
%31.79
%29.14

CMYK color model

#766058 color CMYK value is (0,19,25,54).

  • cyan value is 0.00%
  • magenta value is 18.64%
  • yellow value is 25.42%
  • key color value is 53.73%
CMYK:
(0,19,25,54)
C0M19Y25K54 
(0%,19%,25%,54%)
(0.00/0.19/0.25/0.54)	

CMYK percentages

%0
%18.64
%25.42
%53.73

Codes

Color #766058 in popluar color models

766058
RGB1189688
HSL16°14.56%40.39%
HSB/HSV16°25.42%46.27%
CMYK0.00%18.64%25.42%
53.73%

Color #766058 in popluar number systems.

HEX766058
Decimal1189688
Binary111011011000001011000
Octal166140130

Shades and tints

Shades of #766058

#766058
(118,96,88)
#6C5850
(108,88,80)
#625048
(98,80,72)
#584840
(88,72,64)
#4E4038
(78,64,56)
#443830
(68,56,48)
#3A3028
(58,48,40)
#302820
(48,40,32)
#262018
(38,32,24)
#1C1810
(28,24,16)
#121008
(18,16,8)
#000000
(0,0,0)

Tints of #766058

#766058
(118,96,88)
#826E67
(130,110,103)
#8E7C76
(142,124,118)
#9A8A85
(154,138,133)
#A69894
(166,152,148)
#B2A6A3
(178,166,163)
#BEB4B2
(190,180,178)
#CAC2C1
(202,194,193)
#D6D0D0
(214,208,208)
#E2DEDF
(226,222,223)
#EEECEE
(238,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #766058; }

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

This text font color is #766058.


Background Color

.myBgColor { background-color: #766058; }

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

This div background color is #766058.


Border color

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

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

This div border color is #766058.


Opacity

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

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

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

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

This text has shadow with #766058 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #766058 on black background.


Color preview on white background

This text has color #766058 on white background.



Black color preview on #766058 background

This text has black color on #766058 background.


White color preview on #766058 background

This text has white color on #766058 background.