Color Hex Logo

#775146 Color Hex

#775146
(119,81,70)
0 Favorites   0 Comments

Color spaces of #775146

RGB 1198170
HSL0.040.260.37
HSV13°41°47°
CMYK 0.000.320.41   0.53
XYZ11.655710.24907.1583
Yxy10.24900.40100.3526
Hunter Lab32.01418.96389.1527
CIE-Lab38.285714.420612.8762

#775146 color RGB value is (119,81,70).

#775146 hex color red value is 119, green value is 81 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #775146 hue: 0.04 , saturation: 0.26 and the lightness value of 775146 is 0.37.

The process color (four color CMYK) of #775146 color hex is 0.00, 0.32, 0.41, 0.53. Web safe color of #775146 is #666633. Color #775146 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 01010001 01000110
Octal 167 121 106
Decimal 119 81 70
Hex 77 51 46

RGB Percentages of Color #775146

%44.07
%30.00
%25.93

CMYK Percentages of Color #775146

%0
%32
%41
%53

Triadic Colors of #775146

#775146 #467751 #514677

Analogous Colors of #775146

#775146 #776a46 #774654

Monochromatic Colors of #775146

#775146

Complementary Color

#775146 #466c77

#775146 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#775146 Color Preview on White Background

Lorem ipsum dolor sit amet.

#775146 Color CSS Codes

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

#775146 Text Font Color

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

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


#775146 Background Color

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

This div background color is #775146


#775146 Border Color

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

This div border color is #775146


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #775146


Comments

No comments written yet.

Please login to write comment.