COLOR #68726A

HEX: #68726A RGB: (104,114,106)

Color info

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

RGB color model

#68726A color RGB value is (104,114,106).

RGB: (104,114,106) (41%, 45%, 42%)

RGB channels and saturation

R 104 of 255 = 41%
G 114 of 255 = 45%
B 106 of 255 = 42%

104
114
106

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

Portions of RGB colors in percentages

R + G + B = 104 + 114 + 106 = 324 (100%)
R 104 of 324 ~ 32.1%
G 114 of 324 ~ 35.19%
B 106 of 324 ~ 32.72'%

%32.1
%35.19
%32.72

CMYK color model

#68726A color CMYK value is (9,0,7,55).

  • cyan value is 8.77%
  • magenta value is 0.00%
  • yellow value is 7.02%
  • key color value is 55.29%

CMYK: (9,0,7,55)
C9M0Y7K55 (9%, 0%, 7%, 55%)
(0.09 / 0.00 / 0.07 / 0.55)

CMYK percentages

%8.77
%0
%7.02
%55.29

Codes

Color #68726A in popluar color models

68 72 6A
RGB 104 114 106
HSL 132° 4.59% 42.75%
HSB/HSV 132° 8.77% 44.71%
CMYK 8.77% 0.00% 7.02%
55.29%

Color #68726A in popluar number systems.

HEX 68 72 6A
Decimal 104 114 106
Binary 1101000 1110010 1101010
Octal 150 162 152

Shades and tints

Shades of #68726A

#68726A
(104,114,106)
#5F6861
(95,104,97)
#565E58
(86,94,88)
#4D544F
(77,84,79)
#444A46
(68,74,70)
#3B403D
(59,64,61)
#323634
(50,54,52)
#292C2B
(41,44,43)
#202222
(32,34,34)
#171819
(23,24,25)
#0E0E10
(14,14,16)
#000000
(0,0,0)

Tints of #68726A

#68726A
(104,114,106)
#757E77
(117,126,119)
#828A84
(130,138,132)
#8F9691
(143,150,145)
#9CA29E
(156,162,158)
#A9AEAB
(169,174,171)
#B6BAB8
(182,186,184)
#C3C6C5
(195,198,197)
#D0D2D2
(208,210,210)
#DDDEDF
(221,222,223)
#EAEAEC
(234,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #68726A color. Also use rgb(104,114,106) instead hex code.

Text Font Color

.myTextColor { color: #68726A; }

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

This text font color is #68726A.

Background Color

.myBgColor { background-color: #68726A; }

<div style="background-color:#68726A">Inner text</div>

This div background color is #68726A.

Border color

.myBorderColor { border: 1px solid #68726A; }

<div style="border:3px solid #68726A">Div</div>

This div border color is #68726A.

Opacity

.myOpacity80 { color: #68726A; opacity: 0.8; }

<p style="color:#68726A;opacity:0.8;">80%</p>

Text with #68726A 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 #68726A;}

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

This text has shadow with #68726A color.


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

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

This text has shadow with #68726A primary color and red secondary color.


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

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

This text has shadow with #68726A and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #68726A.

Preview

Color preview on black background

This text has color #68726A on black background.


Color preview on white background

This text has color #68726A on white background.


Black color preview on #68726A background

This text has black color on #68726A background.


White color preview on #68726A background

This text has white color on #68726A background.


Related colors

Complementary color

Complementary color for #hex is #978D95.


I love getcolorcode.com

Triadic colors

1 #6A6872 and #726A68 with #68726A are triadic colors.

2 #6A7268 and #72686A with #68726A are triadic colors.