Color Hex Logo

#78797f Color Hex

#78797F
(120,121,127)
0 Favorites   0 Comments

Color spaces of #78797f

RGB 120121127
HSL0.640.030.48
HSV231°50°
CMYK 0.060.050.00   0.50
XYZ18.413919.200122.8142
Yxy19.20010.30470.3177
Hunter Lab43.8179-1.6691-0.1973
CIE-Lab50.92050.8656-3.4094

#78797f color RGB value is (120,121,127).

#78797f hex color red value is 120, green value is 121 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #78797f hue: 0.64 , saturation: 0.03 and the lightness value of 78797f is 0.48.

The process color (four color CMYK) of #78797f color hex is 0.06, 0.05, 0.00, 0.50. Web safe color of #78797f is #666666. Color #78797f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 01111001 01111111
Octal 170 171 177
Decimal 120 121 127
Hex 78 79 7F

RGB Percentages of Color #78797f

%32.61
%32.88
%34.51

CMYK Percentages of Color #78797f

%6
%5
%0
%50

Triadic Colors of #78797f

#78797f #7f7879 #797f78

Analogous Colors of #78797f

#78797f #7b787f #787d7f

Monochromatic Colors of #78797f

#78797f

Complementary Color

#78797f #7f7e78

#78797f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78797f Color Preview on White Background

Lorem ipsum dolor sit amet.

#78797f Color CSS Codes

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

#78797f Text Font Color

<p style="color:#78797f">Text here</p>

This sample text font color is #78797f
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.


#78797f Background Color

<div style="background-color:#78797f">
Div content here</div>

This div background color is #78797f


#78797f Border Color

<div style="border:3px solid #78797f">
Div here</div>

This div border color is #78797f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(120,121,127, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #78797f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #78797f;
  -webkit-box-shadow: 1px 1px 3px 2px #78797f;
  box-shadow:         1px 1px 3px 2px #78797f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78797f


Comments

No comments written yet.

Please login to write comment.