Color Hex Logo

#799082 Color Hex

#799082
(121,144,130)
0 Favorites   0 Comments

Color spaces of #799082

RGB 121144130
HSL0.400.090.52
HSV143°16°56°
CMYK 0.160.000.10   0.44
XYZ21.887725.623224.9113
Yxy25.62320.30220.3538
Hunter Lab50.6194-11.40096.2552
CIE-Lab57.6777-11.10424.7073

#799082 color RGB value is (121,144,130).

#799082 hex color red value is 121, green value is 144 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #799082 hue: 0.40 , saturation: 0.09 and the lightness value of 799082 is 0.52.

The process color (four color CMYK) of #799082 color hex is 0.16, 0.00, 0.10, 0.44. Web safe color of #799082 is #669999. Color #799082 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 10010000 10000010
Octal 171 220 202
Decimal 121 144 130
Hex 79 90 82

RGB Percentages of Color #799082

%30.63
%36.46
%32.91

CMYK Percentages of Color #799082

%16
%0
%10
%44

Triadic Colors of #799082

#799082 #827990 #908279

Analogous Colors of #799082

#799082 #79908e #7c9079

Monochromatic Colors of #799082

#799082

Complementary Color

#799082 #907987

#799082 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#799082 Color Preview on White Background

Lorem ipsum dolor sit amet.

#799082 Color CSS Codes

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

#799082 Text Font Color

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

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


#799082 Background Color

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

This div background color is #799082


#799082 Border Color

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

This div border color is #799082


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #799082


Comments

No comments written yet.

Please login to write comment.