COLOR #78AFA7

HEX: #78AFA7 RGB: (120,175,167)

Color info

#78AFA7 contains red, green and blue colors in about the same proportion. Web safe color of #78AFA7 is #669999 (or #699).

RGB color model

#78AFA7 color RGB value is (120,175,167).

RGB: (120,175,167) (47%, 69%, 65%)

RGB channels and saturation

R 120 of 255 = 47%
G 175 of 255 = 69%
B 167 of 255 = 65%

120
175
167

R + G + B ~ 60%. #78AFA7 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 120 + 175 + 167 = 462 (100%)
R 120 of 462 ~ 25.97%
G 175 of 462 ~ 37.88%
B 167 of 462 ~ 36.15'%

%25.97
%37.88
%36.15

CMYK color model

#78AFA7 color CMYK value is (31,0,5,31).

  • cyan value is 31.43%
  • magenta value is 0.00%
  • yellow value is 4.57%
  • key color value is 31.37%
CMYK: (31,0,5,31) C31M0Y5K31 (31%,0%,5%,31%) (0.31/0.00/0.05/0.31) 

CMYK percentages

%31.43
%0
%4.57
%31.37

Codes

Color #78AFA7 in popluar color models

78 AF A7
RGB 120 175 167
HSL 171° 25.58% 57.84%
HSB/HSV 171° 31.43% 68.63%
CMYK 31.43% 0.00% 4.57%
31.37%

Color #78AFA7 in popluar number systems.

HEX 78 AF A7
Decimal 120 175 167
Binary 1111000 10101111 10100111
Octal 170 257 247

Shades and tints

Shades of #78AFA7

#78AFA7
(120,175,167)
#6EA098
(110,160,152)
#649189
(100,145,137)
#5A827A
(90,130,122)
#50736B
(80,115,107)
#46645C
(70,100,92)
#3C554D
(60,85,77)
#32463E
(50,70,62)
#28372F
(40,55,47)
#1E2820
(30,40,32)
#141911
(20,25,17)
#000000
(0,0,0)

Tints of #78AFA7

#78AFA7
(120,175,167)
#84B6AF
(132,182,175)
#90BDB7
(144,189,183)
#9CC4BF
(156,196,191)
#A8CBC7
(168,203,199)
#B4D2CF
(180,210,207)
#C0D9D7
(192,217,215)
#CCE0DF
(204,224,223)
#D8E7E7
(216,231,231)
#E4EEEF
(228,238,239)
#F0F5F7
(240,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78AFA7 color. Also use rgb(120,175,167) instead hex code.

Text Font Color

.myTextColor { color: #78AFA7; }

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

This text font color is #78AFA7.

Background Color

.myBgColor { background-color: #78AFA7; }

<div style="background-color:#78AFA7">Inner text</div>

This div background color is #78AFA7.

Border color

.myBorderColor { border: 1px solid #78AFA7; }

<div style="border:3px solid #78AFA7">Div</div>

This div border color is #78AFA7.

Opacity

.myOpacity80 { color: #78AFA7; opacity: 0.8; }

<p style="color:#78AFA7;opacity:0.8;">80%</p>

Text with #78AFA7 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 #78AFA7;}

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

This text has shadow with #78AFA7 color.


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

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

This text has shadow with #78AFA7 primary color and red secondary color.


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

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

This text has shadow with #78AFA7 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #78AFA7.

Preview

Color preview on black background

This text has color #78AFA7 on black background.


Color preview on white background

This text has color #78AFA7 on white background.


Black color preview on #78AFA7 background

This text has black color on #78AFA7 background.


White color preview on #78AFA7 background

This text has white color on #78AFA7 background.


Related colors

Complementary color

Complementary color for #hex is #875058.


I love getcolorcode.com

Triadic colors

1 #A778AF and #AFA778 with #78AFA7 are triadic colors.

2 #A7AF78 and #AF78A7 with #78AFA7 are triadic colors.