Color Hex Logo

#764833 Color Hex

#764833
(118,72,51)
0 Favorites   0 Comments

Color spaces of #764833

RGB 1187251
HSL0.050.400.33
HSV19°57°46°
CMYK 0.000.390.57   0.54
XYZ10.38618.72534.2687
Yxy8.72530.44420.3732
Hunter Lab29.538611.070012.1089
CIE-Lab35.449917.275320.7642

#764833 color RGB value is (118,72,51).

#764833 hex color red value is 118, green value is 72 and the blue value of its RGB is 51. Cylindrical-coordinate representations (also known as HSL) of color #764833 hue: 0.05 , saturation: 0.40 and the lightness value of 764833 is 0.33.

The process color (four color CMYK) of #764833 color hex is 0.00, 0.39, 0.57, 0.54. Web safe color of #764833 is #663333. Color #764833 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 01001000 00110011
Octal 166 110 63
Decimal 118 72 51
Hex 76 48 33

RGB Percentages of Color #764833

%48.96
%29.88
%21.16

CMYK Percentages of Color #764833

%0
%39
%57
%54

Triadic Colors of #764833

#764833 #337648 #483376

Analogous Colors of #764833

#764833 #766a33 #76333f

Monochromatic Colors of #764833

#764833

Complementary Color

#764833 #336176

#764833 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#764833 Color Preview on White Background

Lorem ipsum dolor sit amet.

#764833 Color CSS Codes

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

#764833 Text Font Color

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

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


#764833 Background Color

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

This div background color is #764833


#764833 Border Color

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

This div border color is #764833


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(118,72,51, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #764833; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #764833;
  -webkit-box-shadow: 1px 1px 3px 2px #764833;
  box-shadow:         1px 1px 3px 2px #764833; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(118,72,51, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #764833


Comments

No comments written yet.

Please login to write comment.