Color Hex Logo

#779073 Color Hex

#779073
(119,144,115)
0 Favorites   0 Comments

Color spaces of #779073

RGB 119144115
HSL0.310.120.51
HSV112°20°56°
CMYK 0.170.000.20   0.44
XYZ20.675525.106319.9759
Yxy25.10630.31440.3818
Hunter Lab50.1062-14.030711.4371
CIE-Lab57.1788-14.719812.5267

#779073 color RGB value is (119,144,115).

#779073 hex color red value is 119, green value is 144 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #779073 hue: 0.31 , saturation: 0.12 and the lightness value of 779073 is 0.51.

The process color (four color CMYK) of #779073 color hex is 0.17, 0.00, 0.20, 0.44. Web safe color of #779073 is #669966. Color #779073 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 10010000 01110011
Octal 167 220 163
Decimal 119 144 115
Hex 77 90 73

RGB Percentages of Color #779073

%31.48
%38.10
%30.42

CMYK Percentages of Color #779073

%17
%0
%20
%44

Triadic Colors of #779073

#779073 #737790 #907377

Analogous Colors of #779073

#779073 #73907e #869073

Monochromatic Colors of #779073

#779073

Complementary Color

#779073 #8c7390

#779073 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#779073 Color Preview on White Background

Lorem ipsum dolor sit amet.

#779073 Color CSS Codes

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

#779073 Text Font Color

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

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


#779073 Background Color

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

This div background color is #779073


#779073 Border Color

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

This div border color is #779073


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #779073


Comments

No comments written yet.

Please login to write comment.