COLOR #6F7875

HEX: #6F7875 RGB: (111,120,117)

Color info

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

RGB color model

#6F7875 color RGB value is (111,120,117).

RGB: (111,120,117) (44%, 47%, 46%)

RGB channels and saturation

R 111 of 255 = 44%
G 120 of 255 = 47%
B 117 of 255 = 46%

111
120
117

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

Portions of RGB colors in percentages

R + G + B = 111 + 120 + 117 = 348 (100%)
R 111 of 348 ~ 31.9%
G 120 of 348 ~ 34.48%
B 117 of 348 ~ 33.62'%

%31.9
%34.48
%33.62

CMYK color model

#6F7875 color CMYK value is (8,0,3,53).

  • cyan value is 7.50%
  • magenta value is 0.00%
  • yellow value is 2.50%
  • key color value is 52.94%

CMYK: (8,0,3,53)
C8M0Y3K53 (8%, 0%, 3%, 53%)
(0.08 / 0.00 / 0.03 / 0.53)

CMYK percentages

%7.5
%0
%2.5
%52.94

Codes

Color #6F7875 in popluar color models

6F 78 75
RGB 111 120 117
HSL 160° 3.90% 45.29%
HSB/HSV 160° 7.50% 47.06%
CMYK 7.50% 0.00% 2.50%
52.94%

Color #6F7875 in popluar number systems.

HEX 6F 78 75
Decimal 111 120 117
Binary 1101111 1111000 1110101
Octal 157 170 165

Shades and tints

Shades of #6F7875

#6F7875
(111,120,117)
#656E6B
(101,110,107)
#5B6461
(91,100,97)
#515A57
(81,90,87)
#47504D
(71,80,77)
#3D4643
(61,70,67)
#333C39
(51,60,57)
#29322F
(41,50,47)
#1F2825
(31,40,37)
#151E1B
(21,30,27)
#0B1411
(11,20,17)
#000000
(0,0,0)

Tints of #6F7875

#6F7875
(111,120,117)
#7C8481
(124,132,129)
#89908D
(137,144,141)
#969C99
(150,156,153)
#A3A8A5
(163,168,165)
#B0B4B1
(176,180,177)
#BDC0BD
(189,192,189)
#CACCC9
(202,204,201)
#D7D8D5
(215,216,213)
#E4E4E1
(228,228,225)
#F1F0ED
(241,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F7875; }

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

This text font color is #6F7875.

Background Color

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

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

This div background color is #6F7875.

Border color

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

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

This div border color is #6F7875.

Opacity

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

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

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

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

This text has shadow with #6F7875 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F7875.

Preview

Color preview on black background

This text has color #6F7875 on black background.


Color preview on white background

This text has color #6F7875 on white background.


Black color preview on #6F7875 background

This text has black color on #6F7875 background.


White color preview on #6F7875 background

This text has white color on #6F7875 background.


Related colors

Complementary color

Complementary color for #hex is #90878A.


I love getcolorcode.com

Triadic colors

1 #756F78 and #78756F with #6F7875 are triadic colors.

2 #75786F and #786F75 with #6F7875 are triadic colors.