Color Hex Logo

#79808d Color Hex

#79808D
(121,128,141)
0 Favorites   0 Comments

Color spaces of #79808d

RGB 121128141
HSL0.610.080.51
HSV219°14°55°
CMYK 0.140.090.00   0.45
XYZ20.412021.426428.2592
Yxy21.42640.29120.3057
Hunter Lab46.2887-2.2917-3.7944
CIE-Lab53.41300.2293-7.8967

#79808d color RGB value is (121,128,141).

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

The process color (four color CMYK) of #79808d color hex is 0.14, 0.09, 0.00, 0.45. Web safe color of #79808d is #669999. Color #79808d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 10000000 10001101
Octal 171 200 215
Decimal 121 128 141
Hex 79 80 8D

RGB Percentages of Color #79808d

%31.03
%32.82
%36.15

CMYK Percentages of Color #79808d

%14
%9
%0
%45

Triadic Colors of #79808d

#79808d #8d7980 #808d79

Analogous Colors of #79808d

#79808d #7c798d #798a8d

Monochromatic Colors of #79808d

#79808d

Complementary Color

#79808d #8d8679

#79808d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#79808d Color Preview on White Background

Lorem ipsum dolor sit amet.

#79808d Color CSS Codes

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

#79808d Text Font Color

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

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


#79808d Background Color

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

This div background color is #79808d


#79808d Border Color

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

This div border color is #79808d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #79808d


Comments

No comments written yet.

Please login to write comment.