COLOR #6F7C75

HEX: #6F7C75
RGB: (111,124,117)

Color info

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

RGB color model

#6F7C75 color RGB value is (111,124,117).

  • red value is 111;
  • green value is 124;
  • blue value is 117.
RGB:
(111,124,117)
(44%,49%,46%)

RGB channels and saturation

R 111 of 255 = 44%
G 124 of 255 = 49%
B 117 of 255 = 46%

111
124
117

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

Portions of RGB colors in percentages

R + G + B =
111 + 124 + 117 = 352 (100%)
R 111 of 352 ~ 31.53%
G 124 of 352 ~ 35.23%
B 117 of 352 ~ 33.24%

%31.53
%35.23
%33.24

CMYK color model

#6F7C75 color CMYK value is (10,0,6,51).

  • cyan value is 10.48%
  • magenta value is 0.00%
  • yellow value is 5.65%
  • key color value is 51.37%
CMYK:
(10,0,6,51)
C10M0Y6K51 
(10%,0%,6%,51%)
(0.10/0.00/0.06/0.51)	

CMYK percentages

%10.48
%0
%5.65
%51.37

Codes

Color #6F7C75 in popluar color models

6F7C75
RGB111124117
HSL148°5.53%46.08%
HSB/HSV148°10.48%48.63%
CMYK10.48%0.00%5.65%
51.37%

Color #6F7C75 in popluar number systems.

HEX6F7C75
Decimal111124117
Binary110111111111001110101
Octal157174165

Shades and tints

Shades of #6F7C75

#6F7C75
(111,124,117)
#65716B
(101,113,107)
#5B6661
(91,102,97)
#515B57
(81,91,87)
#47504D
(71,80,77)
#3D4543
(61,69,67)
#333A39
(51,58,57)
#292F2F
(41,47,47)
#1F2425
(31,36,37)
#15191B
(21,25,27)
#0B0E11
(11,14,17)
#000000
(0,0,0)

Tints of #6F7C75

#6F7C75
(111,124,117)
#7C8781
(124,135,129)
#89928D
(137,146,141)
#969D99
(150,157,153)
#A3A8A5
(163,168,165)
#B0B3B1
(176,179,177)
#BDBEBD
(189,190,189)
#CAC9C9
(202,201,201)
#D7D4D5
(215,212,213)
#E4DFE1
(228,223,225)
#F1EAED
(241,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F7C75 color. Also use rgb(111,124,117) instead hex code.

Text Font Color

.myTextColor { color: #6F7C75; }

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

This text font color is #6F7C75.


Background Color

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

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

This div background color is #6F7C75.


Border color

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

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

This div border color is #6F7C75.


Opacity

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

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

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

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

This text has shadow with #6F7C75 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F7C75 on black background.


Color preview on white background

This text has color #6F7C75 on white background.



Black color preview on #6F7C75 background

This text has black color on #6F7C75 background.


White color preview on #6F7C75 background

This text has white color on #6F7C75 background.