COLOR #72787A

HEX: #72787A RGB: (114,120,122)

Color info

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

RGB color model

#72787A color RGB value is (114,120,122).

RGB: (114,120,122) (45%, 47%, 48%)

RGB channels and saturation

R 114 of 255 = 45%
G 120 of 255 = 47%
B 122 of 255 = 48%

114
120
122

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

Portions of RGB colors in percentages

R + G + B = 114 + 120 + 122 = 356 (100%)
R 114 of 356 ~ 32.02%
G 120 of 356 ~ 33.71%
B 122 of 356 ~ 34.27'%

%32.02
%33.71
%34.27

CMYK color model

#72787A color CMYK value is (7,2,0,52).

  • cyan value is 6.56%
  • magenta value is 1.64%
  • yellow value is 0.00%
  • key color value is 52.16%

CMYK: (7,2,0,52)
C7M2Y0K52 (7%, 2%, 0%, 52%)
(0.07 / 0.02 / 0.00 / 0.52)

CMYK percentages

%6.56
%1.64
%0
%52.16

Codes

Color #72787A in popluar color models

72 78 7A
RGB 114 120 122
HSL 195° 3.39% 46.27%
HSB/HSV 195° 6.56% 47.84%
CMYK 6.56% 1.64% 0.00%
52.16%

Color #72787A in popluar number systems.

HEX 72 78 7A
Decimal 114 120 122
Binary 1110010 1111000 1111010
Octal 162 170 172

Shades and tints

Shades of #72787A

#72787A
(114,120,122)
#686E6F
(104,110,111)
#5E6464
(94,100,100)
#545A59
(84,90,89)
#4A504E
(74,80,78)
#404643
(64,70,67)
#363C38
(54,60,56)
#2C322D
(44,50,45)
#222822
(34,40,34)
#181E17
(24,30,23)
#0E140C
(14,20,12)
#000000
(0,0,0)

Tints of #72787A

#72787A
(114,120,122)
#7E8486
(126,132,134)
#8A9092
(138,144,146)
#969C9E
(150,156,158)
#A2A8AA
(162,168,170)
#AEB4B6
(174,180,182)
#BAC0C2
(186,192,194)
#C6CCCE
(198,204,206)
#D2D8DA
(210,216,218)
#DEE4E6
(222,228,230)
#EAF0F2
(234,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #72787A color. Also use rgb(114,120,122) instead hex code.

Text Font Color

.myTextColor { color: #72787A; }

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

This text font color is #72787A.

Background Color

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

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

This div background color is #72787A.

Border color

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

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

This div border color is #72787A.

Opacity

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

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

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

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

This text has shadow with #72787A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #72787A.

Preview

Color preview on black background

This text has color #72787A on black background.


Color preview on white background

This text has color #72787A on white background.


Black color preview on #72787A background

This text has black color on #72787A background.


White color preview on #72787A background

This text has white color on #72787A background.


Related colors

Complementary color

Complementary color for #hex is #8D8785.


I love getcolorcode.com

Triadic colors

1 #7A7278 and #787A72 with #72787A are triadic colors.

2 #7A7872 and #78727A with #72787A are triadic colors.