Color Hex Logo

#798684 Color Hex

#798684
(121,134,132)
0 Favorites   0 Comments

Color spaces of #798684

RGB 121134132
HSL0.470.050.50
HSV171°10°53°
CMYK 0.100.000.01   0.47
XYZ20.575122.781125.1426
Yxy22.78110.30040.3326
Hunter Lab47.7296-6.57952.1784
CIE-Lab54.8461-5.1525-0.5521

#798684 color RGB value is (121,134,132).

#798684 hex color red value is 121, green value is 134 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #798684 hue: 0.47 , saturation: 0.05 and the lightness value of 798684 is 0.50.

The process color (four color CMYK) of #798684 color hex is 0.10, 0.00, 0.01, 0.47. Web safe color of #798684 is #669999. Color #798684 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 10000110 10000100
Octal 171 206 204
Decimal 121 134 132
Hex 79 86 84

RGB Percentages of Color #798684

%31.27
%34.63
%34.11

CMYK Percentages of Color #798684

%10
%0
%1
%47

Triadic Colors of #798684

#798684 #847986 #868479

Analogous Colors of #798684

#798684 #798286 #79867e

Monochromatic Colors of #798684

#798684

Complementary Color

#798684 #86797b

#798684 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#798684 Color Preview on White Background

Lorem ipsum dolor sit amet.

#798684 Color CSS Codes

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

#798684 Text Font Color

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

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


#798684 Background Color

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

This div background color is #798684


#798684 Border Color

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

This div border color is #798684


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #798684


Comments

No comments written yet.

Please login to write comment.