Color Hex Logo

#763912 Color Hex

#763912
(118,57,18)
0 Favorites   0 Comments

Color spaces of #763912

RGB 1185718
HSL0.070.740.27
HSV23°85°46°
CMYK 0.000.520.85   0.54
XYZ9.04356.82151.4123
Yxy6.82150.52340.3948
Hunter Lab26.118016.100115.0766
CIE-Lab31.397023.965734.7276

#763912 color RGB value is (118,57,18).

#763912 hex color red value is 118, green value is 57 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #763912 hue: 0.07 , saturation: 0.74 and the lightness value of 763912 is 0.27.

The process color (four color CMYK) of #763912 color hex is 0.00, 0.52, 0.85, 0.54. Web safe color of #763912 is #663300. Color #763912 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 00111001 00010010
Octal 166 71 22
Decimal 118 57 18
Hex 76 39 12

RGB Percentages of Color #763912

%61.14
%29.53
%9.33

CMYK Percentages of Color #763912

%0
%52
%85
%54

Triadic Colors of #763912

#763912 #127639 #391276

Analogous Colors of #763912

#763912 #766b12 #76121d

Monochromatic Colors of #763912

#763912

Complementary Color

#763912 #124f76

#763912 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#763912 Color Preview on White Background

Lorem ipsum dolor sit amet.

#763912 Color CSS Codes

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

#763912 Text Font Color

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

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


#763912 Background Color

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

This div background color is #763912


#763912 Border Color

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

This div border color is #763912


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #763912


Comments

No comments written yet.

Please login to write comment.