Color Hex Logo

#763b1d Color Hex

#763B1D
(118,59,29)
0 Favorites   0 Comments

Color spaces of #763b1d

RGB 1185929
HSL0.060.610.29
HSV20°75°46°
CMYK 0.000.500.75   0.54
XYZ9.25697.06822.0388
Yxy7.06820.50410.3849
Hunter Lab26.586115.625514.0635
CIE-Lab31.961723.313529.5835

#763b1d color RGB value is (118,59,29).

#763b1d hex color red value is 118, green value is 59 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #763b1d hue: 0.06 , saturation: 0.61 and the lightness value of 763b1d is 0.29.

The process color (four color CMYK) of #763b1d color hex is 0.00, 0.50, 0.75, 0.54. Web safe color of #763b1d is #663333. Color #763b1d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 00111011 00011101
Octal 166 73 35
Decimal 118 59 29
Hex 76 3B 1D

RGB Percentages of Color #763b1d

%57.28
%28.64
%14.08

CMYK Percentages of Color #763b1d

%0
%50
%75
%54

Triadic Colors of #763b1d

#763b1d #1d763b #3b1d76

Analogous Colors of #763b1d

#763b1d #76681d #761d2b

Monochromatic Colors of #763b1d

#763b1d

Complementary Color

#763b1d #1d5876

#763b1d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#763b1d Color Preview on White Background

Lorem ipsum dolor sit amet.

#763b1d Color CSS Codes

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

#763b1d Text Font Color

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

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


#763b1d Background Color

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

This div background color is #763b1d


#763b1d Border Color

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

This div border color is #763b1d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(118,59,29, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #763b1d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #763b1d;
  -webkit-box-shadow: 1px 1px 3px 2px #763b1d;
  box-shadow:         1px 1px 3px 2px #763b1d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #763b1d

#763b1d Color Palettes


Comments

No comments written yet.

Please login to write comment.