Color Hex Logo

#776070 Color Hex

#776070
(119,96,112)
0 Favorites   0 Comments

Color spaces of #776070

RGB 11996112
HSL0.880.110.42
HSV318°19°47°
CMYK 0.000.190.06   0.53
XYZ14.715313.457517.1512
Yxy13.45750.32470.2969
Hunter Lab36.68457.4042-2.0409
CIE-Lab43.444712.2541-5.5219

#776070 color RGB value is (119,96,112).

#776070 hex color red value is 119, green value is 96 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #776070 hue: 0.88 , saturation: 0.11 and the lightness value of 776070 is 0.42.

The process color (four color CMYK) of #776070 color hex is 0.00, 0.19, 0.06, 0.53. Web safe color of #776070 is #666666. Color #776070 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 01100000 01110000
Octal 167 140 160
Decimal 119 96 112
Hex 77 60 70

RGB Percentages of Color #776070

%36.39
%29.36
%34.25

CMYK Percentages of Color #776070

%0
%19
%6
%53

Triadic Colors of #776070

#776070 #707760 #607077

Analogous Colors of #776070

#776070 #776065 #736077

Monochromatic Colors of #776070

#776070

Complementary Color

#776070 #607767

#776070 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#776070 Color Preview on White Background

Lorem ipsum dolor sit amet.

#776070 Color CSS Codes

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

#776070 Text Font Color

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

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


#776070 Background Color

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

This div background color is #776070


#776070 Border Color

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

This div border color is #776070


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #776070


Comments

No comments written yet.

Please login to write comment.