COLOR #6B7575

HEX: #6B7575
RGB: (107,117,117)

Color info

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

RGB color model

#6B7575 color RGB value is (107,117,117).

  • red value is 107;
  • green value is 117;
  • blue value is 117.
RGB:
(107,117,117)
(42%,46%,46%)

RGB channels and saturation

R 107 of 255 = 42%
G 117 of 255 = 46%
B 117 of 255 = 46%

107
117
117

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

Portions of RGB colors in percentages

R + G + B =
107 + 117 + 117 = 341 (100%)
R 107 of 341 ~ 31.38%
G 117 of 341 ~ 34.31%
B 117 of 341 ~ 34.31%

%31.38
%34.31
%34.31

CMYK color model

#6B7575 color CMYK value is (9,0,0,54).

  • cyan value is 8.55%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 54.12%
CMYK:
(9,0,0,54)
C9M0Y0K54 
(9%,0%,0%,54%)
(0.09/0.00/0.00/0.54)	

CMYK percentages

%8.55
%0
%0
%54.12

Codes

Color #6B7575 in popluar color models

6B7575
RGB107117117
HSL180°4.46%43.92%
HSB/HSV180°8.55%45.88%
CMYK8.55%0.00%0.00%
54.12%

Color #6B7575 in popluar number systems.

HEX6B7575
Decimal107117117
Binary110101111101011110101
Octal153165165

Shades and tints

Shades of #6B7575

#6B7575
(107,117,117)
#626B6B
(98,107,107)
#596161
(89,97,97)
#505757
(80,87,87)
#474D4D
(71,77,77)
#3E4343
(62,67,67)
#353939
(53,57,57)
#2C2F2F
(44,47,47)
#232525
(35,37,37)
#1A1B1B
(26,27,27)
#111111
(17,17,17)
#000000
(0,0,0)

Tints of #6B7575

#6B7575
(107,117,117)
#788181
(120,129,129)
#858D8D
(133,141,141)
#929999
(146,153,153)
#9FA5A5
(159,165,165)
#ACB1B1
(172,177,177)
#B9BDBD
(185,189,189)
#C6C9C9
(198,201,201)
#D3D5D5
(211,213,213)
#E0E1E1
(224,225,225)
#EDEDED
(237,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B7575; }

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

This text font color is #6B7575.


Background Color

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

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

This div background color is #6B7575.


Border color

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

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

This div border color is #6B7575.


Opacity

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

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

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

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

This text has shadow with #6B7575 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B7575 on black background.


Color preview on white background

This text has color #6B7575 on white background.



Black color preview on #6B7575 background

This text has black color on #6B7575 background.


White color preview on #6B7575 background

This text has white color on #6B7575 background.