Color Hex Logo

#78898a Color Hex

#78898A
(120,137,138)
1 Favorites   0 Comments

Color spaces of #78898a

RGB 120137138
HSL0.510.070.51
HSV183°13°54°
CMYK 0.130.010.00   0.46
XYZ21.278823.719427.5015
Yxy23.71940.29350.3272
Hunter Lab48.7026-7.24050.6118
CIE-Lab55.8057-5.9044-2.6208

#78898a color RGB value is (120,137,138).

#78898a hex color red value is 120, green value is 137 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #78898a hue: 0.51 , saturation: 0.07 and the lightness value of 78898a is 0.51.

The process color (four color CMYK) of #78898a color hex is 0.13, 0.01, 0.00, 0.46. Web safe color of #78898a is #669999. Color #78898a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 10001001 10001010
Octal 170 211 212
Decimal 120 137 138
Hex 78 89 8A

RGB Percentages of Color #78898a

%30.38
%34.68
%34.94

CMYK Percentages of Color #78898a

%13
%1
%0
%46

Triadic Colors of #78898a

#78898a #8a7889 #898a78

Analogous Colors of #78898a

#78898a #78808a #788a82

Monochromatic Colors of #78898a

#78898a

Complementary Color

#78898a #8a7978

#78898a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78898a Color Preview on White Background

Lorem ipsum dolor sit amet.

#78898a Color CSS Codes

.mybgcolor {background-color:#78898a; } 
.myforecolor {color:#78898a; }
.mybordercolor {border:3px solid #78898a; }

#78898a Text Font Color

<p style="color:#78898a">Text here</p>

This sample text font color is #78898a
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#78898a Background Color

<div style="background-color:#78898a">
Div content here</div>

This div background color is #78898a


#78898a Border Color

<div style="border:3px solid #78898a">
Div here</div>

This div border color is #78898a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(120,137,138, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #78898a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #78898a;
  -webkit-box-shadow: 1px 1px 3px 2px #78898a;
  box-shadow:         1px 1px 3px 2px #78898a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(120,137,138, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #78898a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #78898a;
  -webkit-box-shadow: 1px 1px 3px 2px #78898a;
  box-shadow:         1px 1px 3px 2px #78898a;">
Div content here</div>

This div box has shadow with color #78898a

#78898a Color Palettes


Comments

No comments written yet.

Please login to write comment.