Color Hex Logo

#774109 Color Hex

#774109
(119,65,9)
0 Favorites   0 Comments

Color spaces of #774109

RGB 119659
HSL0.080.860.25
HSV31°92°47°
CMYK 0.000.450.92   0.53
XYZ9.54747.72231.2458
Yxy7.72230.51560.4171
Hunter Lab27.789012.696016.7943
CIE-Lab33.397719.505340.1014

#774109 color RGB value is (119,65,9).

#774109 hex color red value is 119, green value is 65 and the blue value of its RGB is 9. Cylindrical-coordinate representations (also known as HSL) of color #774109 hue: 0.08 , saturation: 0.86 and the lightness value of 774109 is 0.25.

The process color (four color CMYK) of #774109 color hex is 0.00, 0.45, 0.92, 0.53. Web safe color of #774109 is #663300. Color #774109 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 01000001 00001001
Octal 167 101 11
Decimal 119 65 9
Hex 77 41 9

RGB Percentages of Color #774109

%61.66
%33.68
%4.66

CMYK Percentages of Color #774109

%0
%45
%92
%53

Triadic Colors of #774109

#774109 #097741 #410977

Analogous Colors of #774109

#774109 #767709 #770a09

Monochromatic Colors of #774109

#774109

Complementary Color

#774109 #093f77

#774109 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#774109 Color Preview on White Background

Lorem ipsum dolor sit amet.

#774109 Color CSS Codes

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

#774109 Text Font Color

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

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


#774109 Background Color

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

This div background color is #774109


#774109 Border Color

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

This div border color is #774109


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #774109


Comments

No comments written yet.

Please login to write comment.