Color Hex Logo

#774b53 Color Hex

#774B53
(119,75,83)
0 Favorites   0 Comments

Color spaces of #774b53

RGB 1197583
HSL0.970.230.38
HSV349°37°47°
CMYK 0.000.370.30   0.53
XYZ11.68529.57869.4166
Yxy9.57860.38090.3122
Hunter Lab30.949313.23303.6250
CIE-Lab37.075219.84733.0638

#774b53 color RGB value is (119,75,83).

#774b53 hex color red value is 119, green value is 75 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #774b53 hue: 0.97 , saturation: 0.23 and the lightness value of 774b53 is 0.38.

The process color (four color CMYK) of #774b53 color hex is 0.00, 0.37, 0.30, 0.53. Web safe color of #774b53 is #663366. Color #774b53 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 01001011 01010011
Octal 167 113 123
Decimal 119 75 83
Hex 77 4B 53

RGB Percentages of Color #774b53

%42.96
%27.08
%29.96

CMYK Percentages of Color #774b53

%0
%37
%30
%53

Triadic Colors of #774b53

#774b53 #53774b #4b5377

Analogous Colors of #774b53

#774b53 #77594b #774b69

Monochromatic Colors of #774b53

#774b53

Complementary Color

#774b53 #4b776f

#774b53 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#774b53 Color Preview on White Background

Lorem ipsum dolor sit amet.

#774b53 Color CSS Codes

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

#774b53 Text Font Color

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

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


#774b53 Background Color

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

This div background color is #774b53


#774b53 Border Color

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

This div border color is #774b53


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(119,75,83, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #774b53; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #774b53;
  -webkit-box-shadow: 1px 1px 3px 2px #774b53;
  box-shadow:         1px 1px 3px 2px #774b53; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #774b53


Comments

No comments written yet.

Please login to write comment.