Color Hex Logo

#776830 Color Hex

#776830
(119,104,48)
0 Favorites   0 Comments

Color spaces of #776830

RGB 11910448
HSL0.130.430.33
HSV47°60°47°
CMYK 0.000.130.60   0.53
XYZ13.091614.03604.8155
Yxy14.03600.40980.4394
Hunter Lab37.4647-3.188318.6044
CIE-Lab44.2845-1.628133.2110

#776830 color RGB value is (119,104,48).

#776830 hex color red value is 119, green value is 104 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #776830 hue: 0.13 , saturation: 0.43 and the lightness value of 776830 is 0.33.

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 01101000 00110000
Octal 167 150 60
Decimal 119 104 48
Hex 77 68 30

RGB Percentages of Color #776830

%43.91
%38.38
%17.71

CMYK Percentages of Color #776830

%0
%13
%60
%53

Triadic Colors of #776830

#776830 #307768 #683077

Analogous Colors of #776830

#776830 #637730 #774530

Monochromatic Colors of #776830

#776830

Complementary Color

#776830 #303f77

#776830 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#776830 Color Preview on White Background

Lorem ipsum dolor sit amet.

#776830 Color CSS Codes

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

#776830 Text Font Color

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

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


#776830 Background Color

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

This div background color is #776830


#776830 Border Color

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

This div border color is #776830


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #776830


Comments

No comments written yet.

Please login to write comment.