Color Hex Logo

#79627e Color Hex

#79627E
(121,98,126)
0 Favorites   0 Comments

Color spaces of #79627e

RGB 12198126
HSL0.800.130.44
HSV289°22°49°
CMYK 0.040.220.00   0.51
XYZ16.018714.306721.6558
Yxy14.30670.30820.2752
Hunter Lab37.82429.4031-7.4689
CIE-Lab44.669614.6778-12.1413

#79627e color RGB value is (121,98,126).

#79627e hex color red value is 121, green value is 98 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #79627e hue: 0.80 , saturation: 0.13 and the lightness value of 79627e is 0.44.

The process color (four color CMYK) of #79627e color hex is 0.04, 0.22, 0.00, 0.51. Web safe color of #79627e is #666666. Color #79627e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 01100010 01111110
Octal 171 142 176
Decimal 121 98 126
Hex 79 62 7E

RGB Percentages of Color #79627e

%35.07
%28.41
%36.52

CMYK Percentages of Color #79627e

%4
%22
%0
%51

Triadic Colors of #79627e

#79627e #7e7962 #627e79

Analogous Colors of #79627e

#79627e #7e6275 #6b627e

Monochromatic Colors of #79627e

#79627e

Complementary Color

#79627e #677e62

#79627e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#79627e Color Preview on White Background

Lorem ipsum dolor sit amet.

#79627e Color CSS Codes

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

#79627e Text Font Color

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

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


#79627e Background Color

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

This div background color is #79627e


#79627e Border Color

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

This div border color is #79627e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(121,98,126, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #79627e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #79627e;
  -webkit-box-shadow: 1px 1px 3px 2px #79627e;
  box-shadow:         1px 1px 3px 2px #79627e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #79627e

#79627e Color Palettes


Comments

No comments written yet.

Please login to write comment.