Color Hex Logo

#774525 Color Hex

#774525
(119,69,37)
0 Favorites   0 Comments

Color spaces of #774525

RGB 1196937
HSL0.070.530.31
HSV23°69°47°
CMYK 0.000.420.69   0.53
XYZ10.06988.31182.8239
Yxy8.31180.47490.3920
Hunter Lab28.830211.893614.3737
CIE-Lab34.624018.383828.0821

#774525 color RGB value is (119,69,37).

#774525 hex color red value is 119, green value is 69 and the blue value of its RGB is 37. Cylindrical-coordinate representations (also known as HSL) of color #774525 hue: 0.07 , saturation: 0.53 and the lightness value of 774525 is 0.31.

The process color (four color CMYK) of #774525 color hex is 0.00, 0.42, 0.69, 0.53. Web safe color of #774525 is #663333. Color #774525 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 01000101 00100101
Octal 167 105 45
Decimal 119 69 37
Hex 77 45 25

RGB Percentages of Color #774525

%52.89
%30.67
%16.44

CMYK Percentages of Color #774525

%0
%42
%69
%53

Triadic Colors of #774525

#774525 #257745 #452577

Analogous Colors of #774525

#774525 #776e25 #77252e

Monochromatic Colors of #774525

#774525

Complementary Color

#774525 #255777

#774525 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#774525 Color Preview on White Background

Lorem ipsum dolor sit amet.

#774525 Color CSS Codes

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

#774525 Text Font Color

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

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


#774525 Background Color

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

This div background color is #774525


#774525 Border Color

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

This div border color is #774525


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #774525


Comments

No comments written yet.

Please login to write comment.