Color Hex Logo

#77463a Color Hex

#77463A
(119,70,58)
0 Favorites   0 Comments

Color spaces of #77463a

RGB 1197058
HSL0.030.340.35
HSV12°51°47°
CMYK 0.000.410.51   0.53
XYZ10.56168.60775.1078
Yxy8.60770.43500.3546
Hunter Lab29.338912.914510.2150
CIE-Lab35.217719.615116.1756

#77463a color RGB value is (119,70,58).

#77463a hex color red value is 119, green value is 70 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #77463a hue: 0.03 , saturation: 0.34 and the lightness value of 77463a is 0.35.

The process color (four color CMYK) of #77463a color hex is 0.00, 0.41, 0.51, 0.53. Web safe color of #77463a is #663333. Color #77463a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 01000110 00111010
Octal 167 106 72
Decimal 119 70 58
Hex 77 46 3A

RGB Percentages of Color #77463a

%48.18
%28.34
%23.48

CMYK Percentages of Color #77463a

%0
%41
%51
%53

Triadic Colors of #77463a

#77463a #3a7746 #463a77

Analogous Colors of #77463a

#77463a #77653a #773a4d

Monochromatic Colors of #77463a

#77463a

Complementary Color

#77463a #3a6b77

#77463a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77463a Color Preview on White Background

Lorem ipsum dolor sit amet.

#77463a Color CSS Codes

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

#77463a Text Font Color

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

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


#77463a Background Color

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

This div background color is #77463a


#77463a Border Color

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

This div border color is #77463a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77463a


Comments

No comments written yet.

Please login to write comment.