Color Hex Logo

#799d86 Color Hex

#799D86
(121,157,134)
0 Favorites   0 Comments

Color spaces of #799d86

RGB 121157134
HSL0.390.160.55
HSV142°23°62°
CMYK 0.230.000.15   0.38
XYZ24.245229.900127.0477
Yxy29.90010.29860.3683
Hunter Lab54.6810-16.54608.9492
CIE-Lab61.5679-17.24248.0133

#799d86 color RGB value is (121,157,134).

#799d86 hex color red value is 121, green value is 157 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #799d86 hue: 0.39 , saturation: 0.16 and the lightness value of 799d86 is 0.55.

The process color (four color CMYK) of #799d86 color hex is 0.23, 0.00, 0.15, 0.38. Web safe color of #799d86 is #669999. Color #799d86 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 10011101 10000110
Octal 171 235 206
Decimal 121 157 134
Hex 79 9D 86

RGB Percentages of Color #799d86

%29.37
%38.11
%32.52

CMYK Percentages of Color #799d86

%23
%0
%15
%38

Triadic Colors of #799d86

#799d86 #86799d #9d8679

Analogous Colors of #799d86

#799d86 #799d98 #7e9d79

Monochromatic Colors of #799d86

#799d86

Complementary Color

#799d86 #9d7990

#799d86 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#799d86 Color Preview on White Background

Lorem ipsum dolor sit amet.

#799d86 Color CSS Codes

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

#799d86 Text Font Color

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

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


#799d86 Background Color

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

This div background color is #799d86


#799d86 Border Color

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

This div border color is #799d86


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(121,157,134, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #799d86; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #799d86;
  -webkit-box-shadow: 1px 1px 3px 2px #799d86;
  box-shadow:         1px 1px 3px 2px #799d86; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #799d86

#799d86 Color Palettes


Comments

No comments written yet.

Please login to write comment.