Color Hex Logo

#778482 Color Hex

#778482
(119,132,130)
0 Favorites   0 Comments

Color spaces of #778482

RGB 119132130
HSL0.470.050.49
HSV171°10°52°
CMYK 0.100.000.02   0.48
XYZ19.888322.036224.3243
Yxy22.03620.30020.3326
Hunter Lab46.9427-6.52442.1376
CIE-Lab54.0654-5.1655-0.5523

#778482 color RGB value is (119,132,130).

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

The process color (four color CMYK) of #778482 color hex is 0.10, 0.00, 0.02, 0.48. Web safe color of #778482 is #669999. Color #778482 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 10000100 10000010
Octal 167 204 202
Decimal 119 132 130
Hex 77 84 82

RGB Percentages of Color #778482

%31.23
%34.65
%34.12

CMYK Percentages of Color #778482

%10
%0
%2
%48

Triadic Colors of #778482

#778482 #827784 #848277

Analogous Colors of #778482

#778482 #778084 #77847c

Monochromatic Colors of #778482

#778482

Complementary Color

#778482 #847779

#778482 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#778482 Color Preview on White Background

Lorem ipsum dolor sit amet.

#778482 Color CSS Codes

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

#778482 Text Font Color

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

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


#778482 Background Color

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

This div background color is #778482


#778482 Border Color

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

This div border color is #778482


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(119,132,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 #778482">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #778482


Comments

No comments written yet.

Please login to write comment.