Color Hex Logo

#79768f Color Hex

#79768F
(121,118,143)
0 Favorites   0 Comments

Color spaces of #79768f

RGB 121118143
HSL0.690.100.51
HSV247°17°56°
CMYK 0.150.170.00   0.44
XYZ19.321519.005028.6366
Yxy19.00500.28850.2838
Hunter Lab43.59472.8217-8.4302
CIE-Lab50.69316.5233-13.1517

#79768f color RGB value is (121,118,143).

#79768f hex color red value is 121, green value is 118 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #79768f hue: 0.69 , saturation: 0.10 and the lightness value of 79768f is 0.51.

The process color (four color CMYK) of #79768f color hex is 0.15, 0.17, 0.00, 0.44. Web safe color of #79768f is #666699. Color #79768f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 01110110 10001111
Octal 171 166 217
Decimal 121 118 143
Hex 79 76 8F

RGB Percentages of Color #79768f

%31.68
%30.89
%37.43

CMYK Percentages of Color #79768f

%15
%17
%0
%44

Triadic Colors of #79768f

#79768f #8f7976 #768f79

Analogous Colors of #79768f

#79768f #86768f #76808f

Monochromatic Colors of #79768f

#79768f

Complementary Color

#79768f #8c8f76

#79768f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#79768f Color Preview on White Background

Lorem ipsum dolor sit amet.

#79768f Color CSS Codes

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

#79768f Text Font Color

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

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


#79768f Background Color

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

This div background color is #79768f


#79768f Border Color

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

This div border color is #79768f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(121,118,143, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #79768f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #79768f;
  -webkit-box-shadow: 1px 1px 3px 2px #79768f;
  box-shadow:         1px 1px 3px 2px #79768f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #79768f


Comments

No comments written yet.

Please login to write comment.