Color Hex Logo

#77681c Color Hex

#77681C
(119,104,28)
0 Favorites   0 Comments

Color spaces of #77681c

RGB 11910428
HSL0.140.620.29
HSV50°76°47°
CMYK 0.000.130.76   0.53
XYZ12.767713.90643.1099
Yxy13.90640.42870.4669
Hunter Lab37.2913-4.145421.1594
CIE-Lab44.0984-2.973242.4826

#77681c color RGB value is (119,104,28).

#77681c hex color red value is 119, green value is 104 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #77681c hue: 0.14 , saturation: 0.62 and the lightness value of 77681c is 0.29.

The process color (four color CMYK) of #77681c color hex is 0.00, 0.13, 0.76, 0.53. Web safe color of #77681c is #666633. Color #77681c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 01101000 00011100
Octal 167 150 34
Decimal 119 104 28
Hex 77 68 1C

RGB Percentages of Color #77681c

%47.41
%41.43
%11.16

CMYK Percentages of Color #77681c

%0
%13
%76
%53

Triadic Colors of #77681c

#77681c #1c7768 #681c77

Analogous Colors of #77681c

#77681c #59771c #773b1c

Monochromatic Colors of #77681c

#77681c

Complementary Color

#77681c #1c2b77

#77681c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77681c Color Preview on White Background

Lorem ipsum dolor sit amet.

#77681c Color CSS Codes

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

#77681c Text Font Color

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

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


#77681c Background Color

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

This div background color is #77681c


#77681c Border Color

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

This div border color is #77681c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(119,104,28, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #77681c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #77681c;
  -webkit-box-shadow: 1px 1px 3px 2px #77681c;
  box-shadow:         1px 1px 3px 2px #77681c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77681c


Comments

No comments written yet.

Please login to write comment.