COLOR #767B58

HEX: #767B58 RGB: (118,123,88)

Color info

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

RGB color model

#767B58 color RGB value is (118,123,88).

RGB: (118,123,88) (46%, 48%, 35%)

RGB channels and saturation

R 118 of 255 = 46%
G 123 of 255 = 48%
B 88 of 255 = 35%

118
123
88

R + G + B ~ 43%. #767B58 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 118 + 123 + 88 = 329 (100%)
R 118 of 329 ~ 35.87%
G 123 of 329 ~ 37.39%
B 88 of 329 ~ 26.75'%

%35.87
%37.39
%26.75

CMYK color model

#767B58 color CMYK value is (4,0,28,52).

  • cyan value is 4.07%
  • magenta value is 0.00%
  • yellow value is 28.46%
  • key color value is 51.76%

CMYK: (4,0,28,52)
C4M0Y28K52 (4%, 0%, 28%, 52%)
(0.04 / 0.00 / 0.28 / 0.52)

CMYK percentages

%4.07
%0
%28.46
%51.76

Codes

Color #767B58 in popluar color models

76 7B 58
RGB 118 123 88
HSL 69° 16.59% 41.37%
HSB/HSV 69° 28.46% 48.24%
CMYK 4.07% 0.00% 28.46%
51.76%

Color #767B58 in popluar number systems.

HEX 76 7B 58
Decimal 118 123 88
Binary 1110110 1111011 1011000
Octal 166 173 130

Shades and tints

Shades of #767B58

#767B58
(118,123,88)
#6C7050
(108,112,80)
#626548
(98,101,72)
#585A40
(88,90,64)
#4E4F38
(78,79,56)
#444430
(68,68,48)
#3A3928
(58,57,40)
#302E20
(48,46,32)
#262318
(38,35,24)
#1C1810
(28,24,16)
#120D08
(18,13,8)
#000000
(0,0,0)

Tints of #767B58

#767B58
(118,123,88)
#828767
(130,135,103)
#8E9376
(142,147,118)
#9A9F85
(154,159,133)
#A6AB94
(166,171,148)
#B2B7A3
(178,183,163)
#BEC3B2
(190,195,178)
#CACFC1
(202,207,193)
#D6DBD0
(214,219,208)
#E2E7DF
(226,231,223)
#EEF3EE
(238,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #767B58; }

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

This text font color is #767B58.

Background Color

.myBgColor { background-color: #767B58; }

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

This div background color is #767B58.

Border color

.myBorderColor { border: 1px solid #767B58; }

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

This div border color is #767B58.

Opacity

.myOpacity80 { color: #767B58; opacity: 0.8; }

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

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

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

This text has shadow with #767B58 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #767B58.

Preview

Color preview on black background

This text has color #767B58 on black background.


Color preview on white background

This text has color #767B58 on white background.


Black color preview on #767B58 background

This text has black color on #767B58 background.


White color preview on #767B58 background

This text has white color on #767B58 background.


Related colors

Complementary color

Complementary color for #hex is #8984A7.


I love getcolorcode.com

Triadic colors

1 #58767B and #7B5876 with #767B58 are triadic colors.

2 #587B76 and #7B7658 with #767B58 are triadic colors.