Color Hex Logo

#774900 Color Hex

#774900
(119,73,0)
1 Favorites   0 Comments

Color spaces of #774900

RGB 119730
HSL0.101.000.23
HSV37°100°47°
CMYK 0.000.391.00   0.53
XYZ9.99038.68701.1502
Yxy8.68700.50390.4381
Hunter Lab29.47378.924718.3178
CIE-Lab35.374514.524444.6933

#774900 color RGB value is (119,73,0).

#774900 hex color red value is 119, green value is 73 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #774900 hue: 0.10 , saturation: 1.00 and the lightness value of 774900 is 0.23.

The process color (four color CMYK) of #774900 color hex is 0.00, 0.39, 1.00, 0.53. Web safe color of #774900 is #663300. Color #774900 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 01001001 00000000
Octal 167 111 0
Decimal 119 73 0
Hex 77 49 0

RGB Percentages of Color #774900

%61.98
%38.02
%0.00

CMYK Percentages of Color #774900

%0
%39
%100
%53

Triadic Colors of #774900

#774900 #007749 #490077

Analogous Colors of #774900

#774900 #6a7700 #770e00

Monochromatic Colors of #774900

#774900

Complementary Color

#774900 #002e77

#774900 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#774900 Color Preview on White Background

Lorem ipsum dolor sit amet.

#774900 Color CSS Codes

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

#774900 Text Font Color

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

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


#774900 Background Color

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

This div background color is #774900


#774900 Border Color

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

This div border color is #774900


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #774900


Comments

No comments written yet.

Please login to write comment.