Color Hex Logo

#778172 Color Hex

#778172
(119,129,114)
0 Favorites   0 Comments

Color spaces of #778172

RGB 119129114
HSL0.280.060.48
HSV100°12°51°
CMYK 0.080.000.12   0.49
XYZ18.495320.837418.9668
Yxy20.83740.31720.3574
Hunter Lab45.6480-7.56087.3185
CIE-Lab52.7711-6.68546.8739

#778172 color RGB value is (119,129,114).

#778172 hex color red value is 119, green value is 129 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #778172 hue: 0.28 , saturation: 0.06 and the lightness value of 778172 is 0.48.

The process color (four color CMYK) of #778172 color hex is 0.08, 0.00, 0.12, 0.49. Web safe color of #778172 is #669966. Color #778172 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 10000001 01110010
Octal 167 201 162
Decimal 119 129 114
Hex 77 81 72

RGB Percentages of Color #778172

%32.87
%35.64
%31.49

CMYK Percentages of Color #778172

%8
%0
%12
%49

Triadic Colors of #778172

#778172 #727781 #817277

Analogous Colors of #778172

#778172 #728175 #7f8172

Monochromatic Colors of #778172

#778172

Complementary Color

#778172 #7c7281

#778172 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#778172 Color Preview on White Background

Lorem ipsum dolor sit amet.

#778172 Color CSS Codes

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

#778172 Text Font Color

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

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


#778172 Background Color

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

This div background color is #778172


#778172 Border Color

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

This div border color is #778172


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #778172


Comments

No comments written yet.

Please login to write comment.