Color Hex Logo

#76403a Color Hex

#76403A
(118,64,58)
0 Favorites   0 Comments

Color spaces of #76403a

RGB 1186458
HSL0.020.340.35
HSV51°46°
CMYK 0.000.460.51   0.54
XYZ10.06837.82384.9825
Yxy7.82380.44020.3420
Hunter Lab27.971115.30259.0184
CIE-Lab33.613222.728914.0038

#76403a color RGB value is (118,64,58).

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

The process color (four color CMYK) of #76403a color hex is 0.00, 0.46, 0.51, 0.54. Web safe color of #76403a is #663333. Color #76403a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 01000000 00111010
Octal 166 100 72
Decimal 118 64 58
Hex 76 40 3A

RGB Percentages of Color #76403a

%49.17
%26.67
%24.17

CMYK Percentages of Color #76403a

%0
%46
%51
%54

Triadic Colors of #76403a

#76403a #3a7640 #403a76

Analogous Colors of #76403a

#76403a #765e3a #763a52

Monochromatic Colors of #76403a

#76403a

Complementary Color

#76403a #3a7076

#76403a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76403a Color Preview on White Background

Lorem ipsum dolor sit amet.

#76403a Color CSS Codes

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

#76403a Text Font Color

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

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


#76403a Background Color

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

This div background color is #76403a


#76403a Border Color

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

This div border color is #76403a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(118,64,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 #76403a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76403a


Comments

No comments written yet.

Please login to write comment.