Color Hex Logo

#797280 Color Hex

#797280
(121,114,128)
0 Favorites   0 Comments

Color spaces of #797280

RGB 121114128
HSL0.750.060.47
HSV270°11°50°
CMYK 0.050.110.00   0.50
XYZ17.798817.658122.8923
Yxy17.65810.30500.3026
Hunter Lab42.02152.0684-2.8847
CIE-Lab49.07885.5461-6.7202

#797280 color RGB value is (121,114,128).

#797280 hex color red value is 121, green value is 114 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #797280 hue: 0.75 , saturation: 0.06 and the lightness value of 797280 is 0.47.

The process color (four color CMYK) of #797280 color hex is 0.05, 0.11, 0.00, 0.50. Web safe color of #797280 is #666699. Color #797280 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 01110010 10000000
Octal 171 162 200
Decimal 121 114 128
Hex 79 72 80

RGB Percentages of Color #797280

%33.33
%31.40
%35.26

CMYK Percentages of Color #797280

%5
%11
%0
%50

Triadic Colors of #797280

#797280 #807972 #728079

Analogous Colors of #797280

#797280 #807280 #727280

Monochromatic Colors of #797280

#797280

Complementary Color

#797280 #798072

#797280 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#797280 Color Preview on White Background

Lorem ipsum dolor sit amet.

#797280 Color CSS Codes

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

#797280 Text Font Color

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

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


#797280 Background Color

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

This div background color is #797280


#797280 Border Color

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

This div border color is #797280


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #797280


Comments

No comments written yet.

Please login to write comment.