Color Hex Logo

#763110 Color Hex

#763110
(118,49,16)
0 Favorites   0 Comments

Color spaces of #763110

RGB 1184916
HSL0.050.760.26
HSV19°86°46°
CMYK 0.000.580.86   0.54
XYZ8.66316.08561.2083
Yxy6.08560.54290.3814
Hunter Lab24.669019.513714.3643
CIE-Lab29.627428.347034.0577

#763110 color RGB value is (118,49,16).

#763110 hex color red value is 118, green value is 49 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #763110 hue: 0.05 , saturation: 0.76 and the lightness value of 763110 is 0.26.

The process color (four color CMYK) of #763110 color hex is 0.00, 0.58, 0.86, 0.54. Web safe color of #763110 is #663300. Color #763110 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 00110001 00010000
Octal 166 61 20
Decimal 118 49 16
Hex 76 31 10

RGB Percentages of Color #763110

%64.48
%26.78
%8.74

CMYK Percentages of Color #763110

%0
%58
%86
%54

Triadic Colors of #763110

#763110 #107631 #311076

Analogous Colors of #763110

#763110 #766410 #761022

Monochromatic Colors of #763110

#763110

Complementary Color

#763110 #105576

#763110 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#763110 Color Preview on White Background

Lorem ipsum dolor sit amet.

#763110 Color CSS Codes

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

#763110 Text Font Color

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

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


#763110 Background Color

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

This div background color is #763110


#763110 Border Color

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

This div border color is #763110


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #763110


Comments

No comments written yet.

Please login to write comment.