Color Hex Logo

#79828a Color Hex

#79828A
(121,130,138)
0 Favorites   0 Comments

Color spaces of #79828a

RGB 121130138
HSL0.580.070.51
HSV208°12°54°
CMYK 0.120.060.00   0.46
XYZ20.455221.865227.1871
Yxy21.86520.29430.3146
Hunter Lab46.7602-3.7458-1.7399
CIE-Lab53.8837-1.5883-5.4511

#79828a color RGB value is (121,130,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111001 10000010 10001010
Octal 171 202 212
Decimal 121 130 138
Hex 79 82 8A

RGB Percentages of Color #79828a

%31.11
%33.42
%35.48

CMYK Percentages of Color #79828a

%12
%6
%0
%46

Triadic Colors of #79828a

#79828a #8a7982 #828a79

Analogous Colors of #79828a

#79828a #797a8a #798a8a

Monochromatic Colors of #79828a

#79828a

Complementary Color

#79828a #8a8179

#79828a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#79828a Color Preview on White Background

Lorem ipsum dolor sit amet.

#79828a Color CSS Codes

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

#79828a Text Font Color

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

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


#79828a Background Color

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

This div background color is #79828a


#79828a Border Color

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

This div border color is #79828a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #79828a


Comments

No comments written yet.

Please login to write comment.