COLOR #6F765A

HEX: #6F765A RGB: (111,118,90)

Color info

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

RGB color model

#6F765A color RGB value is (111,118,90).

RGB: (111,118,90) (44%, 46%, 35%)

RGB channels and saturation

R 111 of 255 = 44%
G 118 of 255 = 46%
B 90 of 255 = 35%

111
118
90

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

Portions of RGB colors in percentages

R + G + B = 111 + 118 + 90 = 319 (100%)
R 111 of 319 ~ 34.8%
G 118 of 319 ~ 36.99%
B 90 of 319 ~ 28.21'%

%34.8
%36.99
%28.21

CMYK color model

#6F765A color CMYK value is (6,0,24,54).

  • cyan value is 5.93%
  • magenta value is 0.00%
  • yellow value is 23.73%
  • key color value is 53.73%

CMYK: (6,0,24,54)
C6M0Y24K54 (6%, 0%, 24%, 54%)
(0.06 / 0.00 / 0.24 / 0.54)

CMYK percentages

%5.93
%0
%23.73
%53.73

Codes

Color #6F765A in popluar color models

6F 76 5A
RGB 111 118 90
HSL 75° 13.46% 40.78%
HSB/HSV 75° 23.73% 46.27%
CMYK 5.93% 0.00% 23.73%
53.73%

Color #6F765A in popluar number systems.

HEX 6F 76 5A
Decimal 111 118 90
Binary 1101111 1110110 1011010
Octal 157 166 132

Shades and tints

Shades of #6F765A

#6F765A
(111,118,90)
#656C52
(101,108,82)
#5B624A
(91,98,74)
#515842
(81,88,66)
#474E3A
(71,78,58)
#3D4432
(61,68,50)
#333A2A
(51,58,42)
#293022
(41,48,34)
#1F261A
(31,38,26)
#151C12
(21,28,18)
#0B120A
(11,18,10)
#000000
(0,0,0)

Tints of #6F765A

#6F765A
(111,118,90)
#7C8269
(124,130,105)
#898E78
(137,142,120)
#969A87
(150,154,135)
#A3A696
(163,166,150)
#B0B2A5
(176,178,165)
#BDBEB4
(189,190,180)
#CACAC3
(202,202,195)
#D7D6D2
(215,214,210)
#E4E2E1
(228,226,225)
#F1EEF0
(241,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F765A color. Also use rgb(111,118,90) instead hex code.

Text Font Color

.myTextColor { color: #6F765A; }

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

This text font color is #6F765A.

Background Color

.myBgColor { background-color: #6F765A; }

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

This div background color is #6F765A.

Border color

.myBorderColor { border: 1px solid #6F765A; }

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

This div border color is #6F765A.

Opacity

.myOpacity80 { color: #6F765A; opacity: 0.8; }

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

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

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

This text has shadow with #6F765A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F765A.

Preview

Color preview on black background

This text has color #6F765A on black background.


Color preview on white background

This text has color #6F765A on white background.


Black color preview on #6F765A background

This text has black color on #6F765A background.


White color preview on #6F765A background

This text has white color on #6F765A background.


Related colors

Complementary color

Complementary color for #hex is #9089A5.


I love getcolorcode.com

Triadic colors

1 #5A6F76 and #765A6F with #6F765A are triadic colors.

2 #5A766F and #766F5A with #6F765A are triadic colors.