Color Hex Logo

#79808a Color Hex

#79808A
(121,128,138)
0 Favorites   0 Comments

Color spaces of #79808a

RGB 121128138
HSL0.600.070.51
HSV215°12°54°
CMYK 0.120.070.00   0.46
XYZ20.191821.338327.0992
Yxy21.33830.29420.3109
Hunter Lab46.1934-2.8135-2.4469
CIE-Lab53.3178-0.4407-6.2909

#79808a color RGB value is (121,128,138).

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

The process color (four color CMYK) of #79808a color hex is 0.12, 0.07, 0.00, 0.46. Web safe color of #79808a is #669999. Color #79808a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 10000000 10001010
Octal 171 200 212
Decimal 121 128 138
Hex 79 80 8A

RGB Percentages of Color #79808a

%31.27
%33.07
%35.66

CMYK Percentages of Color #79808a

%12
%7
%0
%46

Triadic Colors of #79808a

#79808a #8a7980 #808a79

Analogous Colors of #79808a

#79808a #7b798a #79898a

Monochromatic Colors of #79808a

#79808a

Complementary Color

#79808a #8a8379

#79808a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#79808a Color Preview on White Background

Lorem ipsum dolor sit amet.

#79808a Color CSS Codes

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

#79808a Text Font Color

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

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


#79808a Background Color

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

This div background color is #79808a


#79808a Border Color

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

This div border color is #79808a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(121,128,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 #79808a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #79808a


Comments

No comments written yet.

Please login to write comment.